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-27T00:13:33.640Z||main|||||INFO|500||The following profiles are active: basic
2023-03-27T00:13:44.136Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-27T00:13:44.137Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-27T00:13:44.273Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-27T00:13:46.978Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-27T00:13:47.225Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-27T00:13:47.684Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-27T00:13:48.037Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-27T00:13:48.771Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-27T00:13:52.172Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-27T00:13:52.665Z||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-27T00:13:55.069Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-27T00:13:55.181Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-27T00:13:55.225Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-27T00:13:55.238Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-27T00:13:55.720Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-27T00:13:56.128Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-27T00:13:57.087Z||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-27T00:13:58.181Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-03-27T00:13:58.182Z||main|||||ERROR|500||(conn=819) Table 'catalogdb.activity_spec' doesn't exist
2023-03-27T00:13:58.194Z||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-27T00:14:00.584Z||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-27T00:14:02.891Z||main|||||WARN|500||---
2023-03-27T00:14:02.910Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-27T00:14:02.911Z||main|||||WARN|500||---
2023-03-27T00:14:03.266Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-27T00:14:07.320Z||main|||||INFO|500||Started Application in 39.21 seconds (JVM running for 42.613)
2023-03-27T00:14:07.333Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-27T00:14:07.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-27T00:14:07.342Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-27T00:14:07.427Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 67153544-ac82-470d-80cd-90b8f1129bd8 url= /sdc/v1/artifactTypes
2023-03-27T00:14:07.440Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-27T00:14:07.652Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-27T00:14:07.713Z||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-27T00:14:07.713Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-27T00:14:07.713Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b9ef4815-74ae-4e99-9535-11d7d49dd005 url= /sdc/v1/distributionKafkaData
2023-03-27T00:14:07.713Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-27T00:14:07.741Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-27T00:14:07.746Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@4c15608
2023-03-27T00:14:07.808Z||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-49724680-2f93-44b6-9414-d549cc96e307
	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-27T00:14:07.865Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307] Instantiated an idempotent producer.
2023-03-27T00:14:07.959Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-27T00:14:08.014Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-27T00:14:08.015Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-27T00:14:08.015Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679876048012
2023-03-27T00:14:08.020Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-27T00:14:08.038Z||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-77eecc12-eebe-40a0-81b8-47d02833699a
	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-27T00:14:08.166Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-27T00:14:08.167Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-27T00:14:08.168Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679876048166
2023-03-27T00:14:08.170Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:14:08.173Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:14:08.174Z||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-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f
	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-27T00:14:08.214Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-27T00:14:08.215Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-27T00:14:08.215Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679876048214
2023-03-27T00:14:08.215Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:14:08.218Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:14:08.224Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-27T00:14:09.224Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T00:14:09.225Z||kafka-producer-network-thread | SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307] Cluster ID: Do0FLWDPRK-qIEtKR2WAhQ
2023-03-27T00:14:09.225Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 etYlxS_9SpeMk8HcleIV5g
2023-03-27T00:14:09.225Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T00:14:09.225Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 etYlxS_9SpeMk8HcleIV5g
2023-03-27T00:14:09.226Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T00:14:09.226Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 etYlxS_9SpeMk8HcleIV5g
2023-03-27T00:14:09.226Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 etYlxS_9SpeMk8HcleIV5g
2023-03-27T00:14:09.226Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T00:14:09.226Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 etYlxS_9SpeMk8HcleIV5g
2023-03-27T00:14:09.226Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 etYlxS_9SpeMk8HcleIV5g
2023-03-27T00:14:09.226Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T00:14:09.226Z||kafka-producer-network-thread | SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307] ProducerId set to 6 with epoch 0
2023-03-27T00:14:09.226Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T00:14:09.228Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Cluster ID: Do0FLWDPRK-qIEtKR2WAhQ
2023-03-27T00:14:09.228Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Cluster ID: Do0FLWDPRK-qIEtKR2WAhQ
2023-03-27T00:14:09.229Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-27T00:14:09.229Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-27T00:14:09.249Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T00:14:09.249Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T00:14:09.334Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221
2023-03-27T00:14:09.335Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T00:14:09.335Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T00:14:09.337Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-d4bdae15-47d0-44a0-b245-daa6f9146524
2023-03-27T00:14:09.338Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T00:14:09.338Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T00:14:15.344Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T00:14:15.343Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-d4bdae15-47d0-44a0-b245-daa6f9146524', protocol='range'}
2023-03-27T00:14:15.410Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T00:14:15.411Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T00:14:15.411Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T00:14:15.412Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T00:14:15.412Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T00:14:15.413Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T00:14:15.420Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-d4bdae15-47d0-44a0-b245-daa6f9146524=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-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T00:14:15.443Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-d4bdae15-47d0-44a0-b245-daa6f9146524', protocol='range'}
2023-03-27T00:14:15.443Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T00:14:15.444Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T00:14:15.445Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T00:14:15.448Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T00:14:15.449Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T00:14:15.460Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-27T00:14:15.460Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-27T00:14:15.460Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-27T00:14:15.460Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-27T00:14:15.460Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-27T00:14:15.460Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-27T00:14:15.463Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-27T00:14:15.463Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-27T00:14:15.464Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-27T00:14:15.464Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-27T00:14:15.464Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-27T00:14:15.464Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-27T00:14:15.526Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T00:14:15.527Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T00:14:15.569Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T00:14:15.569Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T00:14:15.570Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T00:14:15.570Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T00:14:15.581Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T00:14:15.582Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T00:14:15.582Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T00:14:15.582Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T00:14:15.583Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T00:14:15.584Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T00:15:08.180Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:15:08.220Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:16:08.181Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:16:08.221Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:17:08.183Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:17:08.223Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:18:08.186Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:18:08.224Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:19:08.188Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:19:08.226Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:20:08.188Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:20:08.227Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:21:08.190Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:21:08.228Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:22:08.190Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:22:08.228Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:23:08.192Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:23:08.230Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:23:09.460Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Node -1 disconnected.
2023-03-27T00:23:09.467Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Node -1 disconnected.
2023-03-27T00:23:09.518Z||kafka-producer-network-thread | SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307] Node -1 disconnected.
2023-03-27T00:24:01.922Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-27T00:24:08.193Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:24:08.231Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:25:08.194Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:25:08.233Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:26:08.196Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:26:08.234Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:27:08.198Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:27:08.236Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:28:08.199Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:28:08.237Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:29:08.200Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:29:08.238Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:30:08.201Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:30:08.240Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:31:08.203Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:31:08.241Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:32:08.204Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:32:08.243Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:33:08.204Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:33:08.244Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:34:08.205Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:34:08.244Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:35:08.207Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:35:08.245Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:36:08.208Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:36:08.247Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:37:08.209Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:37:08.248Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:38:08.209Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:38:08.249Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:39:08.211Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:39:08.249Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:40:08.212Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:40:08.251Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:41:08.213Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:41:08.252Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:42:08.215Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:42:08.254Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:43:08.216Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:43:08.256Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:44:08.217Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:44:08.257Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:45:08.217Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:45:08.257Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:46:08.218Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:46:08.259Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:47:08.220Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:47:08.260Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:48:08.222Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:48:08.261Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:49:08.222Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:49:08.263Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:50:08.225Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:50:08.264Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:51:08.227Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:51:08.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:52:08.229Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:52:08.267Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:53:08.230Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:53:08.268Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:54:08.231Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:54:08.268Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:55:08.231Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:55:08.269Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:56:08.233Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:56:08.271Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:57:08.234Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:57:08.272Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:58:08.234Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:58:08.273Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T00:59:08.236Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T00:59:08.273Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:00:08.237Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:00:08.275Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:01:08.239Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:01:08.276Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:02:08.241Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:02:08.277Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:03:08.242Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:03:08.279Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:04:08.243Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:04:08.281Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:05:08.246Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:05:08.283Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:06:08.248Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:06:08.285Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:07:08.248Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:07:08.287Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:08:08.249Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:08:08.290Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:09:08.249Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:09:08.291Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:10:08.250Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:10:08.291Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:11:08.251Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:11:08.291Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:12:08.252Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:12:08.293Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:13:08.254Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:13:08.294Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:14:08.256Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:14:08.296Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:15:08.257Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:15:08.297Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:16:08.258Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:16:08.298Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:17:08.259Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:17:08.298Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:18:08.260Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:18:08.300Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:19:08.261Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:19:08.301Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:20:08.263Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:20:08.303Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:21:08.264Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:21:08.305Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:22:08.264Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:22:08.305Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:23:08.266Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:23:08.307Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:24:08.267Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:24:08.307Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:25:08.269Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:25:08.308Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:26:08.271Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:26:08.309Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:27:08.272Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:27:08.311Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:28:08.274Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:28:08.312Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:29:08.275Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:29:08.314Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:30:08.277Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:30:08.314Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:31:08.277Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:31:08.315Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:32:08.279Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:32:08.317Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:33:08.281Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:33:08.318Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:34:08.282Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:34:08.318Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:35:08.282Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:35:08.319Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:36:08.284Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:36:08.319Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:37:08.285Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:37:08.321Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:38:08.287Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:38:08.322Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:39:08.288Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:39:08.323Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:40:08.290Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:40:08.325Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:41:08.291Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:41:08.325Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:42:08.292Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:42:08.327Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:43:08.293Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:43:08.328Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:44:08.295Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:44:08.329Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:45:08.296Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:45:08.331Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:46:08.296Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:46:08.332Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:47:08.298Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:47:08.333Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:48:08.299Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:48:08.334Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:49:08.300Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:49:08.334Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:50:08.301Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:50:08.336Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:51:08.302Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:51:08.337Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:52:08.303Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:52:08.338Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:53:08.305Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:53:08.340Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:54:08.306Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:54:08.341Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:55:08.307Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:55:08.343Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:56:08.308Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:56:08.344Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:57:08.309Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:57:08.344Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:58:08.310Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:58:08.346Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T01:59:08.310Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T01:59:08.347Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:00:08.311Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:00:08.348Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:01:08.313Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:01:08.349Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:02:08.314Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:02:08.350Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:03:08.316Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:03:08.351Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:04:08.317Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:04:08.352Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:05:08.318Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:05:08.352Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:06:08.319Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:06:08.354Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:07:08.320Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:07:08.356Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:08:08.321Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:08:08.357Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:09:08.323Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:09:08.359Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:10:08.324Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:10:08.360Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:11:08.325Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:11:08.361Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:12:08.327Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:12:08.362Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:13:08.327Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:13:08.363Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:14:08.328Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:14:08.363Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:15:08.328Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:15:08.364Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:16:08.331Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:16:08.366Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:17:08.333Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:17:08.366Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:18:08.333Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:18:08.368Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:19:08.335Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:19:08.369Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:20:08.337Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:20:08.371Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:21:08.338Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:21:08.372Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:22:08.338Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:22:08.372Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:23:08.339Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:23:08.373Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:24:08.341Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:24:08.375Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:25:08.341Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:25:08.376Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:26:08.342Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:26:08.377Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:27:08.343Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:27:08.378Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:28:08.345Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:28:08.379Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:29:08.346Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:29:08.379Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:30:08.347Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:30:08.379Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:31:08.348Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:31:08.380Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:32:08.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:32:08.382Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:33:08.350Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:33:08.383Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:34:08.351Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:34:08.385Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:35:08.352Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:35:08.386Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:36:08.352Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:36:08.387Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:37:08.354Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:37:08.388Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:38:08.355Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:38:08.390Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:39:08.356Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:39:08.390Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:40:08.356Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:40:08.391Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:41:08.358Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:41:08.393Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:42:08.359Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:42:08.393Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:43:08.360Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:43:08.394Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:44:08.360Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:44:08.394Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:45:08.361Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:45:08.396Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:46:08.362Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:46:08.397Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:47:08.364Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:47:08.398Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:48:08.364Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:48:08.398Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:49:08.365Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:49:08.399Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:50:08.366Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:50:08.399Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:51:08.368Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:51:08.400Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:52:08.368Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:52:08.401Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:53:08.368Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:53:08.402Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:54:08.368Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:54:08.404Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:55:08.369Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:55:08.405Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:56:08.370Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:56:08.406Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:57:08.371Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:57:08.406Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:58:08.372Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:58:08.407Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T02:59:08.374Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T02:59:08.409Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:00:08.375Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:00:08.410Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:01:08.376Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:01:08.411Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:02:08.377Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:02:08.411Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:03:08.378Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:03:08.412Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:04:08.379Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:04:08.413Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:05:08.380Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:05:08.414Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:06:08.380Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:06:08.415Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:07:08.382Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:07:08.416Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:08:08.384Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:08:08.417Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:09:08.385Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:09:08.418Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:10:08.386Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:10:08.420Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:11:08.386Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:11:08.421Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:12:08.388Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:12:08.421Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:13:08.388Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:13:08.423Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:14:08.390Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:14:08.424Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:15:08.392Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:15:08.425Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:16:08.392Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:16:08.426Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:17:08.394Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:17:08.426Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:18:08.394Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:18:08.427Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:19:08.396Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:19:08.428Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:20:08.396Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:20:08.429Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:21:08.397Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:21:08.431Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:22:08.399Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:22:08.432Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:23:08.400Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:23:08.434Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:24:08.401Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:24:08.435Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:25:08.401Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:25:08.436Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:26:08.402Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:26:08.437Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:27:08.403Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:27:08.438Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:28:08.405Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:28:08.439Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:29:08.406Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:29:08.441Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:30:08.406Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:30:08.441Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:31:08.406Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:31:08.442Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:32:08.407Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:32:08.443Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:33:08.408Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:33:08.444Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:34:08.409Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:34:08.444Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:35:08.410Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:35:08.446Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:36:08.410Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:36:08.447Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:37:08.412Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:37:08.448Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:38:08.413Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:38:08.449Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:39:08.414Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:39:08.449Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:40:08.414Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:40:08.450Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:41:08.416Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:41:08.452Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:42:08.416Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:42:08.452Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:43:08.417Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:43:08.454Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:44:08.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:44:08.454Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:45:08.420Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:45:08.454Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:46:08.421Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:46:08.456Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:47:08.422Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:47:08.457Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:48:08.423Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:48:08.458Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:49:08.423Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:49:08.459Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:50:08.423Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:50:08.460Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:51:08.425Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:51:08.460Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:52:08.425Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:52:08.462Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:53:08.426Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:53:08.463Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:54:08.427Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:54:08.464Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:55:08.428Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:55:08.465Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:56:08.428Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:56:08.466Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:57:08.429Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:57:08.466Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:58:08.429Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:58:08.467Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T03:59:08.431Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T03:59:08.468Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:00:08.432Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:00:08.468Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:01:08.433Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:01:08.470Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:02:08.439Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:02:08.471Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:03:08.441Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:03:08.471Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:04:08.443Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:04:08.473Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:05:08.445Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:05:08.474Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:06:08.446Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:06:08.475Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:07:08.447Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:07:08.475Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:08:08.447Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:08:08.477Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:09:08.447Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:09:08.478Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:10:08.449Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:10:08.479Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:11:08.450Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:11:08.480Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:12:08.451Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:12:08.480Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:13:08.451Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:13:08.481Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:14:08.452Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:14:08.482Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:15:08.454Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:15:08.483Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:16:08.454Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:16:08.485Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:17:08.456Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:17:08.486Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:18:08.457Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:18:08.486Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:19:08.458Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:19:08.487Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:20:08.459Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:20:08.489Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:21:08.460Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:21:08.489Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:22:08.461Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:22:08.491Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:23:08.461Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:23:08.491Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:24:08.463Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:24:08.492Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:25:08.464Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:25:08.493Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:26:08.464Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:26:08.494Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:27:08.466Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:27:08.495Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:28:08.467Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:28:08.495Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:29:08.468Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:29:08.495Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:30:08.469Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:30:08.497Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:31:08.471Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:31:08.498Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:32:08.472Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:32:08.498Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:33:08.473Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:33:08.499Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:34:08.475Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:34:08.501Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:35:08.476Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:35:08.502Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:36:08.476Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:36:08.504Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:37:08.478Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:37:08.504Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:38:08.479Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:38:08.506Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:39:08.480Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:39:08.506Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:40:08.480Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:40:08.507Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:41:08.482Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:41:08.508Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:42:08.482Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:42:08.510Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:43:08.483Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:43:08.510Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:44:08.485Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:44:08.510Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:45:08.485Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:45:08.512Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:46:08.486Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:46:08.513Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:47:08.488Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:47:08.514Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:48:08.489Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:48:08.514Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:49:08.489Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:49:08.516Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:50:08.491Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:50:08.517Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:51:08.492Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:51:08.518Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:52:08.493Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:52:08.519Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:53:08.494Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:53:08.520Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:54:08.495Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:54:08.520Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:55:08.495Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:55:08.521Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:56:08.496Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:56:08.522Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:57:08.498Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:57:08.522Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:58:08.499Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:58:08.523Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T04:59:08.500Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T04:59:08.525Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:00:08.501Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:00:08.526Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:01:08.503Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:01:08.527Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:02:08.504Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:02:08.528Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:03:08.505Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:03:08.530Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:04:08.506Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:04:08.530Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:05:08.507Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:05:08.530Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:06:08.507Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:06:08.532Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:07:08.508Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:07:08.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:08:08.509Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:08:08.534Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:09:08.510Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:09:08.534Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:10:08.511Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:10:08.535Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:11:08.512Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:11:08.536Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:12:08.513Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:12:08.537Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:13:08.513Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:13:08.537Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:14:08.515Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:14:08.538Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:15:08.516Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:15:08.539Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:16:08.516Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:16:08.539Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:17:08.517Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:17:08.540Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:18:08.518Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:18:08.542Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:19:08.519Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:19:08.543Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:20:08.521Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:20:08.544Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:21:08.521Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:21:08.545Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:22:08.523Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:22:08.546Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:23:08.523Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:23:08.546Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:24:08.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:24:08.547Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:25:08.526Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:25:08.548Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:26:08.527Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:26:08.549Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:27:08.528Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:27:08.549Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:28:08.528Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:28:08.550Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:29:08.530Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:29:08.555Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:30:08.532Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:30:08.556Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:31:08.533Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:31:08.556Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:32:08.535Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:32:08.558Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:33:08.535Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:33:08.559Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:34:08.537Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:34:08.560Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:35:08.538Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:35:08.561Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:36:08.539Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:36:08.562Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:37:08.540Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:37:08.563Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:38:08.541Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:38:08.563Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:39:08.541Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:39:08.565Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:40:08.543Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:40:08.566Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:41:08.543Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:41:08.567Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:42:08.545Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:42:08.567Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:43:08.545Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:43:08.567Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:44:08.546Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:44:08.568Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:45:08.548Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:45:08.569Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:45:45.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T05:45:45.063Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3","serviceName":"vFW 2023-03-27 05-43-34","serviceVersion":"1.0","serviceUUID":"fe70dae5-7d26-4f0c-9739-a1bef5ed687d","serviceDescription":"catalog service description","serviceInvariantUUID":"ee2b797d-1ea7-487a-93d3-9fd4937e4b96","resources":[{"resourceInstanceName":"vFW 13f9ea9e-1616 0","resourceName":"vFW 13f9ea9e-1616","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ea5c121-4c34-4695-a5b5-5802ad5d8358","resourceInvariantUUID":"28f4f482-c7f0-4c03-b13a-80c4a6eadc99","resourceCustomizationUUID":"c5477014-e144-4677-8a9a-c8756edacb96","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vf-license-model.xml","artifactChecksum":"YzY4ZjdlMzA3YWM1MmQ0Yjk3NzcyM2Q1NzNlZDNiNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4187bc53-c416-46fe-b4dd-7a64732ca90f","artifactVersion":"1"},{"artifactName":"vfw13f9ea9e16160_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json","artifactChecksum":"ZDkxOWVlZWFkZWMzYjA4Y2E1ZTE2MTUwOTc0YmY4ZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"210981d8-a3ca-4fa9-8056-0b8481bb370e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1a986f41-9e79-4106-a370-8da252440b6f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vendor-license-model.xml","artifactChecksum":"OTI0YjYyZTMwOGQyODFiZTg4ZjhmYTA0YmQwYmJkNjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"82bab13d-dd2c-49ca-a85c-ceeb39a50bad","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"90bbdd2c-9411-4903-a8c1-fc7fd022796f","artifactVersion":"2","generatedFromUUID":"1a986f41-9e79-4106-a370-8da252440b6f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230327054334-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-template.yml","artifactChecksum":"NDA0ZGRhMjBjYWE4YzgzN2E5YzQwYmQ1ZGNiYjgxNmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13c44e98-fa74-4ce9-8d24-e8dc33902b04","artifactVersion":"1"},{"artifactName":"service-Vfw20230327054334-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar","artifactChecksum":"Zjc2ZjcyMDVkZDI5OGVhZWY5NWQ4NWRiNzE0NGJmYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc088c6c-c886-445b-b2b2-d8bf34a18397","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T05:45:45.082Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:45:45.092Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:45:45.093Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:45:45.093Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895908548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:45:45.100Z||kafka-producer-network-thread | SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to etYlxS_9SpeMk8HcleIV5g
2023-03-27T05:45:45.100Z||kafka-producer-network-thread | SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to etYlxS_9SpeMk8HcleIV5g
2023-03-27T05:45:45.100Z||kafka-producer-network-thread | SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to etYlxS_9SpeMk8HcleIV5g
2023-03-27T05:45:45.100Z||kafka-producer-network-thread | SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to etYlxS_9SpeMk8HcleIV5g
2023-03-27T05:45:45.100Z||kafka-producer-network-thread | SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to etYlxS_9SpeMk8HcleIV5g
2023-03-27T05:45:45.100Z||kafka-producer-network-thread | SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to etYlxS_9SpeMk8HcleIV5g
2023-03-27T05:45:45.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:45:45.127Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679895920514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:45:45.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:45:46.123Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:45:46.124Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:45:46.124Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:45:46.124Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895908548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:45:47.126Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:45:47.127Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:45:47.127Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:45:47.127Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895908548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:45:48.129Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:45:48.130Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:45:48.130Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:45:48.130Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895908548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:45:49.132Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:45:49.133Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:45:49.133Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:45:49.133Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895908548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:45:50.134Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:45:50.135Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:45:50.135Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:45:50.135Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895908548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:45:51.136Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:45:51.136Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:45:51.136Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:45:51.136Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895908548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:45:52.138Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "serviceName": "vFW 2023-03-27 05-43-34",
  "serviceVersion": "1.0",
  "serviceUUID": "fe70dae5-7d26-4f0c-9739-a1bef5ed687d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ee2b797d-1ea7-487a-93d3-9fd4937e4b96",
  "resources": [
    {
      "resourceInstanceName": "vFW 13f9ea9e-1616 0",
      "resourceCustomizationUUID": "c5477014-e144-4677-8a9a-c8756edacb96",
      "resourceName": "vFW 13f9ea9e-1616",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2ea5c121-4c34-4695-a5b5-5802ad5d8358",
      "resourceInvariantUUID": "28f4f482-c7f0-4c03-b13a-80c4a6eadc99",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw13f9ea9e16160_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json",
          "artifactChecksum": "ZDkxOWVlZWFkZWMzYjA4Y2E1ZTE2MTUwOTc0YmY4ZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "210981d8-a3ca-4fa9-8056-0b8481bb370e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1a986f41-9e79-4106-a370-8da252440b6f",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "90bbdd2c-9411-4903-a8c1-fc7fd022796f",
            "generatedFromUUID": "1a986f41-9e79-4106-a370-8da252440b6f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "90bbdd2c-9411-4903-a8c1-fc7fd022796f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230327054334-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar",
      "artifactChecksum": "Zjc2ZjcyMDVkZDI5OGVhZWY5NWQ4NWRiNzE0NGJmYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fc088c6c-c886-445b-b2b2-d8bf34a18397"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T05:45:52.140Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T05:45:52.141Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fe70dae5-7d26-4f0c-9739-a1bef5ed687d ASDC
2023-03-27T05:45:52.201Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3
ServiceName:vFW 2023-03-27 05-43-34
ServiceVersion:1.0
ServiceUUID:fe70dae5-7d26-4f0c-9739-a1bef5ed687d
ServiceInvariantUUID:ee2b797d-1ea7-487a-93d3-9fd4937e4b96
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230327054334-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar
ArtifactUUID:fc088c6c-c886-445b-b2b2-d8bf34a18397
ArtifactChecksum:Zjc2ZjcyMDVkZDI5OGVhZWY5NWQ4NWRiNzE0NGJmYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 13f9ea9e-1616 0
ResourceCustomizationUUID:c5477014-e144-4677-8a9a-c8756edacb96
ResourceInvariantUUID:28f4f482-c7f0-4c03-b13a-80c4a6eadc99
ResourceName:vFW 13f9ea9e-1616
ResourceType:VF
ResourceUUID:2ea5c121-4c34-4695-a5b5-5802ad5d8358
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw13f9ea9e16160_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json
ArtifactUUID:210981d8-a3ca-4fa9-8056-0b8481bb370e
ArtifactChecksum:ZDkxOWVlZWFkZWMzYjA4Y2E1ZTE2MTUwOTc0YmY4ZTA=
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/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml
ArtifactUUID:1a986f41-9e79-4106-a370-8da252440b6f
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/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env
ArtifactUUID:90bbdd2c-9411-4903-a8c1-fc7fd022796f
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/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env
ArtifactUUID:90bbdd2c-9411-4903-a8c1-fc7fd022796f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T05:45:52.202Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fe70dae5-7d26-4f0c-9739-a1bef5ed687d 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-27T05:45:52.399Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T05:45:52.399Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T05:45:52.400Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T05:45:52.400Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fc088c6c-c886-445b-b2b2-d8bf34a18397 from URL: /sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar
2023-03-27T05:45:52.400Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T05:45:52.400Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar
2023-03-27T05:45:52.556Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T05:45:52.564Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar fc088c6c-c886-445b-b2b2-d8bf34a18397 101503
2023-03-27T05:45:52.566Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar ASDC sendASDCNotification
2023-03-27T05:45:52.566Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar
2023-03-27T05:45:52.568Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T05:45:52.569Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:45:52.569Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:45:52.570Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895952565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:45:53.571Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T05:45:53.572Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T05:45:53.572Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: fc088c6c-c886-445b-b2b2-d8bf34a18397, URL: /sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar to file: /app/ASDC/1/service-Vfw20230327054334-csar.csar
2023-03-27T05:45:53.573Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230327054334-csar.csar
2023-03-27T05:45:53.648Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230327054334-csar.csar
2023-03-27T05:45:53.648Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230327054334-csar.csar
2023-03-27T05:45:54.097Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12311792872778911236/Definitions/service-Vfw20230327054334-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-27T05:45:56.710Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T05:45:56.715Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T05:45:56.715Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230327054334-csar.csar
2023-03-27T05:45:56.715Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-27T05:45:56.715Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230327054334-csar.csar
2023-03-27T05:45:56.715Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||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-Vfw20230327054334-csar.csar
2023-03-27T05:45:56.715Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||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-Vfw20230327054334-csar.csar
2023-03-27T05:45:56.715Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||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-Vfw20230327054334-csar.csar
2023-03-27T05:45:56.715Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230327054334-csar.csar
2023-03-27T05:45:56.715Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230327054334-csar.csar
2023-03-27T05:45:56.715Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||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-Vfw20230327054334-csar.csar
2023-03-27T05:45:56.715Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230327054334-csar.csar
2023-03-27T05:45:56.715Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230327054334-csar.csar
2023-03-27T05:45:56.715Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 13f9ea9e-1616 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-Vfw20230327054334-csar.csar
2023-03-27T05:45:56.715Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230327054334-csar.csar
2023-03-27T05:45:56.716Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T05:45:56.721Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:45:56.722Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-27 05-43-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T05:45:56.725Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 13f9ea9e-1616 0 is matching search criteria
2023-03-27T05:45:56.725Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T05:45:56.726Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 13f9ea9e-1616 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T05:45:56.728Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:45:56.728Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-27 05-43-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T05:45:56.728Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 13f9ea9e-1616 0 is matching search criteria
2023-03-27T05:45:56.728Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T05:45:56.728Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 13f9ea9e-1616 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T05:45:56.728Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:45:56.728Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-27 05-43-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T05:45:56.731Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:45:56.731Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 13f9ea9e-1616 0 is not matching search criteria
2023-03-27T05:45:56.731Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-27T05:45:56.731Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-27T05:45:56.731Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-27T05:45:56.731Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-27T05:45:56.731Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-27T05:45:56.731Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-27T05:45:56.731Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-27T05:45:56.731Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-27T05:45:56.732Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-27T05:45:56.732Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-27T05:45:56.732Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-27T05:45:56.732Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-27T05:45:56.732Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-27T05:45:56.732Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-27T05:45:56.732Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-27T05:45:56.732Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-27T05:45:56.732Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:45:56.732Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-27 05-43-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-27T05:45:56.733Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:45:56.733Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 13f9ea9e-1616 0 is matching search criteria
2023-03-27T05:45:56.733Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 13f9ea9e-1616 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T05:45:56.734Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:45:56.734Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 13f9ea9e-1616 0 is matching search criteria
2023-03-27T05:45:56.734Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 13f9ea9e-1616 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T05:45:56.734Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:45:56.734Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 13f9ea9e-1616 0 is matching search criteria
2023-03-27T05:45:56.734Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 13f9ea9e-1616 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T05:45:56.734Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:45:56.734Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 13f9ea9e-1616 0 is not matching search criteria
2023-03-27T05:45:56.735Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-27T05:45:56.735Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-27T05:45:56.735Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-27T05:45:56.735Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-27T05:45:56.735Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-27T05:45:56.735Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-27T05:45:56.735Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-27T05:45:56.735Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-27T05:45:56.735Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-27T05:45:56.735Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-27T05:45:56.735Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-27T05:45:56.736Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8e1fe76b-ad29-4f8e-b415-2db98adb646e
2023-03-27T05:45:56.736Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:45:56.736Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 13f9ea9e-1616 0 is not matching search criteria
2023-03-27T05:45:56.736Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-27T05:45:56.736Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-27T05:45:56.736Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-27T05:45:56.736Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-27T05:45:56.736Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-27T05:45:56.737Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-27T05:45:56.737Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-27T05:45:56.737Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-27T05:45:56.737Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-27T05:45:56.737Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-27T05:45:56.737Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-27T05:45:56.737Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-27T05:45:56.737Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c69841ad-f9bf-412f-ae72-b2aad6e6faff
2023-03-27T05:45:56.738Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:45:56.738Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 13f9ea9e-1616 0 is not matching search criteria
2023-03-27T05:45:56.738Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-27T05:45:56.738Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-27T05:45:56.738Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-27T05:45:56.738Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-27T05:45:56.738Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-27T05:45:56.738Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-27T05:45:56.738Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-27T05:45:56.739Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-27T05:45:56.739Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-27T05:45:56.739Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-27T05:45:56.739Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-27T05:45:56.739Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-27T05:45:56.739Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dd8c0c54-8cf4-4d22-9510-8e042b00b8e7
2023-03-27T05:45:56.739Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:45:56.739Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-27 05-43-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T05:45:56.739Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:45:56.740Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-27 05-43-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T05:45:56.740Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:45:56.740Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-27 05-43-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T05:45:56.740Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:45:56.740Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-27 05-43-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T05:45:56.740Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-27 05-43-34
Description:catalog service description
Model UUID:fe70dae5-7d26-4f0c-9739-a1bef5ed687d
Model Version:NULL
Model InvariantUuid:ee2b797d-1ea7-487a-93d3-9fd4937e4b96
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 13f9ea9e-1616
Model UUID:f8f4fb22-607d-42b3-b3fe-4068624e6547
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:28f4f482-c7f0-4c03-b13a-80c4a6eadc99
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c5477014-e144-4677-8a9a-c8756edacb96
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:eaf379bb-79cc-4f18-9596-97b989981cd4
ModelName:Vfw13f9ea9e1616..base_vfw..module-0
ModelUuid:de77d5bf-adfe-4c5d-9209-a2ebd0667edb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8e1fe76b-ad29-4f8e-b415-2db98adb646e
ModelInvariantUuid:0011a5bb-fcf2-42b1-a301-cd883a9680dd
ModelName:vFW 13f9ea9e-1616-nodes.vfwCvfc
ModelUuid:1a0c2f5e-3c7e-4f78-9df3-6b03d09aae09
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c24ccb60-7820-4a42-be8c-2d3d1ecb93b8
ModelInvariantUuid:cb9b4d28-5987-4340-b195-dcd9bd795715
ModelName:Vfw13f9ea9e1616.compute.nodes.heat.vfw
ModelUuid:25dbbbf2-e717-4b8c-b7b5-a95e4c1cee4b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c69841ad-f9bf-412f-ae72-b2aad6e6faff
ModelInvariantUuid:c916a048-ed48-483e-ac46-0b3b2a70ddf3
ModelName:vFW 13f9ea9e-1616-nodes.vsnCvfc
ModelUuid:8cdf960d-d876-4f25-b7f3-2bcfae8b44d0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:30b392cb-926f-4ccf-bb88-a2167f62b3e2
ModelInvariantUuid:8de2e3e9-f977-4bdb-98aa-ae1d0c9ab0b2
ModelName:Vfw13f9ea9e1616.compute.nodes.heat.vsn
ModelUuid:c3764c8a-4bc1-4735-86e1-2f05bb2d48b8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dd8c0c54-8cf4-4d22-9510-8e042b00b8e7
ModelInvariantUuid:c5f83c93-9fc8-4da7-87a8-e1713d5e06e9
ModelName:vFW 13f9ea9e-1616-nodes.vpgCvfc
ModelUuid:306238d2-0a8e-40d0-8c7b-75a23bc9e11f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:8e11cdd2-073e-4e18-8a44-3aad11b058cd
ModelInvariantUuid:80a2dbaa-25e3-4220-ab74-9d92e80df8ef
ModelName:Vfw13f9ea9e1616.compute.nodes.heat.vpg
ModelUuid:b2cbac78-a819-4a70-a151-3f31bc65f228
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-27T05:45:56.760Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ea5c121-4c34-4695-a5b5-5802ad5d8358
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T05:45:56.805Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||vFW 13f9ea9e-1616 0
2023-03-27T05:45:56.811Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ea5c121-4c34-4695-a5b5-5802ad5d8358
2023-03-27T05:45:56.811Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 210981d8-a3ca-4fa9-8056-0b8481bb370e from URL: /sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json
2023-03-27T05:45:56.811Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T05:45:56.811Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json
2023-03-27T05:45:56.907Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T05:45:56.908Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json 210981d8-a3ca-4fa9-8056-0b8481bb370e 785
2023-03-27T05:45:56.909Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json ASDC sendASDCNotification
2023-03-27T05:45:56.909Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json
2023-03-27T05:45:56.909Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T05:45:56.910Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:45:56.910Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:45:56.910Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895956908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:45:57.912Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw13f9ea9e1616..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "eaf379bb-79cc-4f18-9596-97b989981cd4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de77d5bf-adfe-4c5d-9209-a2ebd0667edb",
    "vfModuleModelCustomizationUUID": "642b9031-e059-4ca4-b411-0813708db2de",
    "isBase": true,
    "artifacts": [
      "1a986f41-9e79-4106-a370-8da252440b6f",
      "90bbdd2c-9411-4903-a8c1-fc7fd022796f"
    ],
    "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-27T05:45:57.935Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw13f9ea9e1616..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de77d5bf-adfe-4c5d-9209-a2ebd0667edb
VfModuleModelInvariantUUID:eaf379bb-79cc-4f18-9596-97b989981cd4
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a986f41-9e79-4106-a370-8da252440b6f
,
90bbdd2c-9411-4903-a8c1-fc7fd022796f

}
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-27T05:45:57.939Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw13f9ea9e1616..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "eaf379bb-79cc-4f18-9596-97b989981cd4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de77d5bf-adfe-4c5d-9209-a2ebd0667edb",
    "vfModuleModelCustomizationUUID": "642b9031-e059-4ca4-b411-0813708db2de",
    "isBase": true,
    "artifacts": [
      "1a986f41-9e79-4106-a370-8da252440b6f",
      "90bbdd2c-9411-4903-a8c1-fc7fd022796f"
    ],
    "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-27T05:45:57.939Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw13f9ea9e1616..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de77d5bf-adfe-4c5d-9209-a2ebd0667edb
VfModuleModelInvariantUUID:eaf379bb-79cc-4f18-9596-97b989981cd4
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a986f41-9e79-4106-a370-8da252440b6f
,
90bbdd2c-9411-4903-a8c1-fc7fd022796f

}
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-27T05:45:57.939Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1a986f41-9e79-4106-a370-8da252440b6f from URL: /sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml
2023-03-27T05:45:57.939Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T05:45:57.939Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml
2023-03-27T05:45:58.044Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T05:45:58.045Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml 1a986f41-9e79-4106-a370-8da252440b6f 20368
2023-03-27T05:45:58.045Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-27T05:45:58.045Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml
2023-03-27T05:45:58.046Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T05:45:58.046Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:45:58.046Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:45:58.046Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895958045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:45:59.047Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 90bbdd2c-9411-4903-a8c1-fc7fd022796f from URL: /sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env
2023-03-27T05:45:59.048Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T05:45:59.048Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env
2023-03-27T05:45:59.152Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T05:45:59.152Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env 90bbdd2c-9411-4903-a8c1-fc7fd022796f 2098
2023-03-27T05:45:59.153Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-27T05:45:59.153Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env
2023-03-27T05:45:59.153Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T05:45:59.153Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:45:59.153Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:45:59.154Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895959153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:46:00.155Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: fe70dae5-7d26-4f0c-9739-a1bef5ed687d
2023-03-27T05:46:00.155Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 13f9ea9e-1616 0 2ea5c121-4c34-4695-a5b5-5802ad5d8358 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-27T05:46:00.205Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b63102b, org.onap.sdc.toscaparser.api.parameters.Input@56d573fe, org.onap.sdc.toscaparser.api.parameters.Input@6466a2ec, org.onap.sdc.toscaparser.api.parameters.Input@2f297f37, org.onap.sdc.toscaparser.api.parameters.Input@4c28d0b1]
2023-03-27T05:46:00.208Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:46:00.208Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-27 05-43-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T05:46:00.208Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-03-27T05:46:00.208Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= c5477014-e144-4677-8a9a-c8756edacb96
2023-03-27T05:46:00.208Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c5477014-e144-4677-8a9a-c8756edacb96 matches Tosca VF Customization UUID: c5477014-e144-4677-8a9a-c8756edacb96
2023-03-27T05:46:00.209Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: c5477014-e144-4677-8a9a-c8756edacb96  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-27T05:46:00.214Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:46:00.215Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-27 05-43-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T05:46:00.215Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id c5477014-e144-4677-8a9a-c8756edacb96: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-27T05:46:00.216Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c162074
2023-03-27T05:46:00.216Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:46:00.216Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-27 05-43-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-27T05:46:00.216Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 642b9031-e059-4ca4-b411-0813708db2de
2023-03-27T05:46:00.217Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 642b9031-e059-4ca4-b411-0813708db2de
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-27T05:46:00.225Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:46:00.225Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 13f9ea9e-1616 0 is matching search criteria
2023-03-27T05:46:00.225Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 13f9ea9e-1616 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T05:46:00.226Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:46:00.226Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 13f9ea9e-1616 0 is matching search criteria
2023-03-27T05:46:00.226Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 13f9ea9e-1616 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T05:46:00.226Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:46:00.227Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 13f9ea9e-1616 0 is not matching search criteria
2023-03-27T05:46:00.227Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-27T05:46:00.227Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-27T05:46:00.227Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-27T05:46:00.227Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-27T05:46:00.227Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-27T05:46:00.227Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-27T05:46:00.228Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-27T05:46:00.228Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-27T05:46:00.228Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-27T05:46:00.228Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-27T05:46:00.228Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-27T05:46:00.228Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8e1fe76b-ad29-4f8e-b415-2db98adb646e
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-27T05:46:00.237Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:46:00.239Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 13f9ea9e-1616 0 is matching search criteria
2023-03-27T05:46:00.240Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 13f9ea9e-1616 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T05:46:00.240Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:46:00.241Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 13f9ea9e-1616 0 is not matching search criteria
2023-03-27T05:46:00.241Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-27T05:46:00.241Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-27T05:46:00.241Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-27T05:46:00.241Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-27T05:46:00.241Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-27T05:46:00.241Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-27T05:46:00.242Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-27T05:46:00.242Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-27T05:46:00.242Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-27T05:46:00.242Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-27T05:46:00.242Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-27T05:46:00.242Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-27T05:46:00.242Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c69841ad-f9bf-412f-ae72-b2aad6e6faff
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-27T05:46:00.252Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:46:00.253Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 13f9ea9e-1616 0 is matching search criteria
2023-03-27T05:46:00.253Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 13f9ea9e-1616 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T05:46:00.256Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:46:00.256Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 13f9ea9e-1616 0 is not matching search criteria
2023-03-27T05:46:00.256Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-27T05:46:00.257Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-27T05:46:00.257Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-27T05:46:00.257Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-27T05:46:00.257Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-27T05:46:00.257Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-27T05:46:00.257Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-27T05:46:00.257Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-27T05:46:00.258Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-27T05:46:00.258Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-27T05:46:00.258Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-27T05:46:00.258Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-27T05:46:00.258Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dd8c0c54-8cf4-4d22-9510-8e042b00b8e7
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-27T05:46:00.271Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:46:00.271Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 13f9ea9e-1616 0 is matching search criteria
2023-03-27T05:46:00.271Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 13f9ea9e-1616 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T05:46:00.272Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:46:00.272Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Node template vFW 13f9ea9e-1616 0 is matching search criteria
2023-03-27T05:46:00.272Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 13f9ea9e-1616 0] matching following query criteria: sdcType=VF, customizationUUID=c5477014-e144-4677-8a9a-c8756edacb96
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T05:46:00.279Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:46:00.280Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-27 05-43-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T05:46:00.280Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid fe70dae5-7d26-4f0c-9739-a1bef5ed687d: vFW 13f9ea9e-1616
2023-03-27T05:46:00.280Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:46:00.280Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-27 05-43-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T05:46:00.280Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:46:00.280Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-27 05-43-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T05:46:00.281Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:46:00.281Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-27 05-43-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T05:46:00.281Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:46:00.281Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-27 05-43-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T05:46:00.281Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T05:46:00.281Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-27 05-43-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T05:46:00.282Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2023-03-27 05-43-34 
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-27T05:46:00.682Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 13f9ea9e-1616 2ea5c121-4c34-4695-a5b5-5802ad5d8358 1 ASDC deployResourceStructure
2023-03-27T05:46:00.682Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json ASDC sendASDCNotification
2023-03-27T05:46:00.682Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json
2023-03-27T05:46:00.682Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T05:46:00.682Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:46:00.682Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:46:00.683Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895960682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:46:01.683Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-27T05:46:01.684Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml
2023-03-27T05:46:01.684Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T05:46:01.684Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:46:01.684Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:46:01.684Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895961683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:46:02.685Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-27T05:46:02.686Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env
2023-03-27T05:46:02.686Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T05:46:02.686Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:46:02.686Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:46:02.686Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895962685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:46:03.687Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar ASDC sendASDCNotification
2023-03-27T05:46:03.688Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar
2023-03-27T05:46:03.688Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T05:46:03.688Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:46:03.688Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:46:03.688Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895963687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:46:04.690Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:46:04.740Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:46:04.745Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T05:46:04.745Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:46:04.745Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:46:08.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:46:08.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:46:08.220Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895917337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:46:08.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:46:34.746Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:46:34.774Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:46:34.780Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T05:46:34.780Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:46:34.780Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:47:04.781Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:47:04.810Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:47:04.816Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T05:47:04.817Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:47:04.817Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:47:08.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:47:08.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.221Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895908548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.222Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679895931761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.223Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679895938926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.223Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679895920514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.223Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895917337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T05:47:08.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.224Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679895938926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.224Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679895931761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.224Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895908548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T05:47:08.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679895920514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895917337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-27T05:47:08.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679895938926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679895931761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-27T05:47:08.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895908548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-27T05:47:08.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.226Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679895920514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895917337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679895938926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679895931761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895908548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679895920514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895917337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-27T05:47:08.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679895938926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679895931761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.229Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895908548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-27T05:47:08.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.229Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679895950219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.229Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679895920514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.230Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895917337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.230Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679895938926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.230Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679895931761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.230Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895908548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.231Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679895950219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.231Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679895920514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T05:47:08.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.231Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895917337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T05:47:08.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.231Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679895938926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.232Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.232Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679895931761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T05:47:08.232Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.232Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895908548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T05:47:08.232Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.232Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679895950219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.232Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.232Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679895952220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T05:47:08.233Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.233Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895952619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-27T05:47:08.233Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.233Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679895953241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T05:47:08.233Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.233Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679895950219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.233Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.233Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895952565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T05:47:08.234Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.234Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679895954252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T05:47:08.234Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.234Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679895950219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.234Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.234Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895953799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-27T05:47:08.234Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.234Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679895955256,
  "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-27T05:47:08.256Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3
2023-03-27T05:47:08.256Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3 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-27T05:47:08.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.280Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679895950219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.280Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.280Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895954910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-27T05:47:08.280Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.281Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679895954673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.281Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679895950219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T05:47:08.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.281Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895956423,
  "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-27T05:47:08.296Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3
2023-03-27T05:47:08.297Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3 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-27T05:47:08.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.321Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679895954673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.322Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679895957528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T05:47:08.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.322Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895956908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-27T05:47:08.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.322Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895957426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-27T05:47:08.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.322Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679895954673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.322Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895958045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-27T05:47:08.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.323Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679895954673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.323Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895959153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-27T05:47:08.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.323Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679895954673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.323Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679895954673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:47:08.324Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.324Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895960682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/vfw13f9ea9e16160_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-27T05:47:08.324Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.324Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679895954673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T05:47:08.324Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.324Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895961683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-03-27T05:47:08.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.325Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679895962569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T05:47:08.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.325Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895962685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/resourceInstances/vfw13f9ea9e16160/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-03-27T05:47:08.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.325Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679895963687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T05:47:08.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.325Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679895968328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T05:47:08.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:08.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:47:08.326Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679895967805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230327054334/1.0/artifacts/service-Vfw20230327054334-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T05:47:08.326Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:47:34.817Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:47:34.853Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:47:34.859Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T05:47:34.859Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:47:34.859Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:48:04.859Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:48:04.889Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:48:04.894Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T05:48:04.894Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:48:04.894Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:48:08.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:48:08.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.224Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679895969333,
  "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-27T05:48:08.247Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3
2023-03-27T05:48:08.247Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3 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-27T05:48:08.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.267Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679895968811,
  "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-27T05:48:08.279Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3
2023-03-27T05:48:08.279Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3 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-27T05:48:08.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.296Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679895953246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.296Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.296Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895958432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.296Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.296Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679895958037,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.296Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.296Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679895956258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.297Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.297Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679895953246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.297Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.297Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895958432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T05:48:08.297Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.297Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679895958037,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.297Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.297Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679895956258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.297Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.297Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679895953246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.297Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.297Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895958432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-27T05:48:08.298Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.298Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679895956258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-27T05:48:08.298Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.298Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679895958037,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.298Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.298Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679895980219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.298Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.298Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679895953246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.298Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.298Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895958432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.299Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.299Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679895958037,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.299Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.299Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679895956258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.299Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.299Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679895980219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.299Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.299Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679895953246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.299Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.300Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895958432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-27T05:48:08.300Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.300Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679895958037,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.300Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.300Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679895956258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.300Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.300Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679895980219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.300Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.300Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679895953246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.301Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.301Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895958432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.301Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.301Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679895958037,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.301Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.301Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679895956258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.301Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.301Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679895980219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.301Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.302Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679895953246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T05:48:08.302Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.302Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895958432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T05:48:08.302Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.302Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679895956258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T05:48:08.302Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.302Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679895958037,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.303Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679895980219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.303Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895984187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-27T05:48:08.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.303Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679895984782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T05:48:08.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.303Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679895983890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T05:48:08.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.304Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679895980219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.304Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679895985784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T05:48:08.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.304Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895985292,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-27T05:48:08.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.304Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679895984673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.305Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.305Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679895980219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T05:48:08.305Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.305Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679895986786,
  "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-27T05:48:08.334Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7eff5bd9-031e-4ebb-a433-909c9555370d
2023-03-27T05:48:08.334Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7eff5bd9-031e-4ebb-a433-909c9555370d 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-27T05:48:08.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.353Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895986350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/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-27T05:48:08.353Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.353Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679895984673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.353Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.353Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679895987323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR"
}
2023-03-27T05:48:08.354Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.354Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895987356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/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-27T05:48:08.354Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.354Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679895984673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.354Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.354Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679895988327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DEPLOY_ERROR"
}
2023-03-27T05:48:08.354Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.354Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679895988411,
  "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-27T05:48:08.368Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_ERROR distributionID of 7eff5bd9-031e-4ebb-a433-909c9555370d
2023-03-27T05:48:08.368Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7eff5bd9-031e-4ebb-a433-909c9555370d 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-27T05:48:08.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.386Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679895984673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.386Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.386Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679895989328,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-27T05:48:08.404Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7eff5bd9-031e-4ebb-a433-909c9555370d
2023-03-27T05:48:08.404Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7eff5bd9-031e-4ebb-a433-909c9555370d 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-27T05:48:08.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.425Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679895984673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.425Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.425Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679895984673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:48:08.425Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.425Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679895984673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T05:48:08.425Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.425Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679895992427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR"
}
2023-03-27T05:48:08.425Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:48:08.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:48:08.425Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679895993433,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "SDN-C encountered an error downloading an artifact in this distribution",
  "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-27T05:48:08.438Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_ERROR distributionID of 7eff5bd9-031e-4ebb-a433-909c9555370d
2023-03-27T05:48:08.438Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7eff5bd9-031e-4ebb-a433-909c9555370d 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-27T05:48:34.894Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:48:34.921Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:48:34.927Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T05:48:34.928Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T05:48:34.928Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T05:48:34.928Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T05:48:34.928Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T05:48:34.928Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T05:48:34.928Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T05:48:34.928Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T05:48:34.928Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||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-27T05:48:34.943Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T05:49:04.944Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3 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-27T05:49:04.964Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3 and serviceModelVersionId: fe70dae5-7d26-4f0c-9739-a1bef5ed687d
2023-03-27T05:49:04.965Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee2b797d-1ea7-487a-93d3-9fd4937e4b96
2023-03-27T05:49:08.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:49:16.382Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee2b797d-1ea7-487a-93d3-9fd4937e4b96/model-vers/model-ver/fe70dae5-7d26-4f0c-9739-a1bef5ed687d?depth=0
2023-03-27T05:49:16.483Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T05:49:16.937Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee2b797d-1ea7-487a-93d3-9fd4937e4b96/model-vers/model-ver/fe70dae5-7d26-4f0c-9739-a1bef5ed687d?depth=0|INFO|500||Invoke
2023-03-27T05:49:16.942Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee2b797d-1ea7-487a-93d3-9fd4937e4b96/model-vers/model-ver/fe70dae5-7d26-4f0c-9739-a1bef5ed687d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee2b797d-1ea7-487a-93d3-9fd4937e4b96/model-vers/model-ver/fe70dae5-7d26-4f0c-9739-a1bef5ed687d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[de504da9-f8cb-4a33-8159-ca28f025bd31], X-ECOMP-RequestID=[d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3], X-TransactionId=[], X-ONAP-RequestID=[d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3], Content-Type=[application/merge-patch+json]}
2023-03-27T05:49:16.968Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee2b797d-1ea7-487a-93d3-9fd4937e4b96/model-vers/model-ver/fe70dae5-7d26-4f0c-9739-a1bef5ed687d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T05:49:17.214Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee2b797d-1ea7-487a-93d3-9fd4937e4b96/model-vers/model-ver/fe70dae5-7d26-4f0c-9739-a1bef5ed687d?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/ee2b797d-1ea7-487a-93d3-9fd4937e4b96/model-vers/model-ver/fe70dae5-7d26-4f0c-9739-a1bef5ed687d?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 05:49:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[217], vertex-id=[205048], x-aai-txid=[2-aai-resources-230327-05:49:17:209-38296], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T05:49:17.217Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee2b797d-1ea7-487a-93d3-9fd4937e4b96/model-vers/model-ver/fe70dae5-7d26-4f0c-9739-a1bef5ed687d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T05:49:17.219Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee2b797d-1ea7-487a-93d3-9fd4937e4b96/model-vers/model-ver/fe70dae5-7d26-4f0c-9739-a1bef5ed687d?depth=0|INFO|500||InvokeReturn
2023-03-27T05:49:17.225Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T05:49:17.226Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||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-27T05:49:17.242Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||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-27T05:49:17.243Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T05:49:17.245Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T05:49:17.245Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:49:17.245Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:49:17.246Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896157243,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:49:17.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T05:49:17.266Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896157243,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T05:49:17.267Z||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-27T05:49:18.279Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:49:18.287Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T05:49:18.288Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7eff5bd9-031e-4ebb-a433-909c9555370d","serviceName":"basic_onboard_QMpdnl","serviceVersion":"1.0","serviceUUID":"9d1b38d7-168e-4ef6-9355-095aef6c5a06","serviceDescription":"service","serviceInvariantUUID":"13b7de5c-4a5c-495e-b4f1-19ef4a3dc875","resources":[{"resourceInstanceName":"basic_onboard_QMpdnl 0","resourceName":"basic_onboard_QMpdnl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06bf5896-5e90-460d-b950-b0365c92c155","resourceInvariantUUID":"0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b","resourceCustomizationUUID":"9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml","artifactChecksum":"OWI4YTk5NTZmN2JiYmJiYjY4ZjBkNGJmYTg1Mjk4ZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d5361a7-c516-4f0a-86c3-1d0c64c0fe68","artifactVersion":"1"},{"artifactName":"basic_onboard_qmpdnl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json","artifactChecksum":"MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f65df3c5-c527-4045-8387-6c42535f8967","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e469475-09a0-4e48-96e4-ebd00e02b877","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2806961-ef8e-4a93-a449-365db9ac15f5","artifactVersion":"2","generatedFromUUID":"f65df3c5-c527-4045-8387-6c42535f8967"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQmpdnl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml","artifactChecksum":"YjcwYjk3ZDBiYzY0ZjJmYmQxZjA4MjU5NzBiMmU3NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"165396fc-5684-44e2-9cef-79df7fed1847","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQmpdnl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar","artifactChecksum":"NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72e06bf6-5317-4a7a-9922-993e0a0c4b89","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T05:49:18.290Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:49:18.290Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:49:18.290Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:49:18.290Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896158279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:49:19.291Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:49:19.292Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:49:19.292Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:49:19.292Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896158279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:49:20.293Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:49:20.293Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:49:20.293Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:49:20.293Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896158279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:49:21.294Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:49:21.295Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:49:21.295Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:49:21.295Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896158279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:49:22.296Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:49:22.296Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:49:22.296Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:49:22.296Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896158279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:49:23.297Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:49:23.298Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:49:23.298Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:49:23.298Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896158279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:49:24.299Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:49:24.300Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:49:24.300Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:49:24.300Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896158279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:49:25.302Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "serviceName": "basic_onboard_QMpdnl",
  "serviceVersion": "1.0",
  "serviceUUID": "9d1b38d7-168e-4ef6-9355-095aef6c5a06",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13b7de5c-4a5c-495e-b4f1-19ef4a3dc875",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QMpdnl 0",
      "resourceCustomizationUUID": "9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12",
      "resourceName": "basic_onboard_QMpdnl",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "06bf5896-5e90-460d-b950-b0365c92c155",
      "resourceInvariantUUID": "0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qmpdnl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
          "artifactChecksum": "MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f65df3c5-c527-4045-8387-6c42535f8967",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
            "generatedFromUUID": "f65df3c5-c527-4045-8387-6c42535f8967"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQmpdnl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
      "artifactChecksum": "NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72e06bf6-5317-4a7a-9922-993e0a0c4b89"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T05:49:25.303Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T05:49:25.303Z|d19c0da5-b991-40a7-b5e0-0ebdbc80f5e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d1b38d7-168e-4ef6-9355-095aef6c5a06 ASDC
2023-03-27T05:49:25.303Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7eff5bd9-031e-4ebb-a433-909c9555370d
ServiceName:basic_onboard_QMpdnl
ServiceVersion:1.0
ServiceUUID:9d1b38d7-168e-4ef6-9355-095aef6c5a06
ServiceInvariantUUID:13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQmpdnl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
ArtifactUUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89
ArtifactChecksum:NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QMpdnl 0
ResourceCustomizationUUID:9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12
ResourceInvariantUUID:0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b
ResourceName:basic_onboard_QMpdnl
ResourceType:VF
ResourceUUID:06bf5896-5e90-460d-b950-b0365c92c155
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qmpdnl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
ArtifactUUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e
ArtifactChecksum:MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI=
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f65df3c5-c527-4045-8387-6c42535f8967
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T05:49:25.303Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d1b38d7-168e-4ef6-9355-095aef6c5a06 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-27T05:49:25.372Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T05:49:25.373Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T05:49:25.373Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T05:49:25.373Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 72e06bf6-5317-4a7a-9922-993e0a0c4b89 from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T05:49:25.373Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T05:49:25.373Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T05:49:25.444Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T05:49:25.444Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@16fed310
2023-03-27T05:49:25.445Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T05:49:25.445Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T05:49:25.446Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardQmpdnl-csar.csar /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar 72e06bf6-5317-4a7a-9922-993e0a0c4b89 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T05:49:25.448Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar ASDC sendASDCNotification
2023-03-27T05:49:25.449Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(Specified artifact is  not found)
2023-03-27T05:49:25.449Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T05:49:25.449Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:49:25.449Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:49:25.449Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896165446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:49:26.475Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-BasicOnboardQmpdnl-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(UUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89)
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-27T05:49:26.489Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T05:49:26.489Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T05:49:26.495Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||basic_onboard_QMpdnl 0
2023-03-27T05:49:26.495Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
2023-03-27T05:49:26.495Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T05:49:26.495Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T05:49:26.496Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T05:49:26.516Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T05:49:26.516Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@73ee698a
2023-03-27T05:49:26.516Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T05:49:26.516Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T05:49:26.516Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_qmpdnl0_modules.json /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T05:49:26.517Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json ASDC sendASDCNotification
2023-03-27T05:49:26.517Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(Specified artifact is  not found)
2023-03-27T05:49:26.517Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T05:49:26.518Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:49:26.518Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:49:26.518Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896166517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:49:27.519Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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_qmpdnl0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(UUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e)
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-27T05:49:27.520Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:49:27.561Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:49:27.568Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:49:27.568Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:49:57.568Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:49:57.598Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:49:57.605Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:49:57.605Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:50:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:50:08.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T05:50:08.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896158279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:50:08.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:50:08.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T05:50:08.229Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896158279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T05:50:08.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:50:08.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T05:50:08.229Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896158279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-27T05:50:08.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:50:08.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T05:50:08.230Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896158279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:50:08.230Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:50:08.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T05:50:08.230Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896158279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-27T05:50:08.230Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:50:08.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T05:50:08.230Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896158279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:50:08.230Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:50:08.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T05:50:08.231Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896158279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T05:50:08.231Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:50:08.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T05:50:08.231Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896165446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T05:50:08.231Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:50:08.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T05:50:08.231Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896166517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T05:50:08.232Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:50:27.605Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:50:27.632Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:50:27.638Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:50:27.638Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:50:57.639Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:50:57.671Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:50:57.679Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:50:57.679Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:51:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:51:27.679Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:51:27.710Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:51:27.719Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:51:27.719Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:51:57.720Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:51:57.757Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:51:57.773Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:51:57.773Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:52:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:52:27.774Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:52:27.804Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:52:27.810Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:52:27.810Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:52:57.811Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:52:57.838Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:52:57.845Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:52:57.845Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:53:08.219Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:53:27.845Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:53:27.873Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:53:27.878Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:53:27.878Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:53:57.878Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:53:57.909Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:53:57.916Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:53:57.917Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:54:08.220Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:54:18.369Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T05:54:18.369Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Member SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-d4bdae15-47d0-44a0-b245-daa6f9146524 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-27T05:54:18.371Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-27T05:54:18.371Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-27T05:54:20.559Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T05:54:20.576Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T05:54:20.578Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T05:54:20.585Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T05:54:20.586Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 2: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T05:54:20.603Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T05:54:20.604Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T05:54:20.604Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T05:54:20.610Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T05:54:20.610Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T05:54:20.611Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T05:54:20.612Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=138, 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-27T05:54:20.612Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T05:54:20.612Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T05:54:27.917Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-27T05:54:27.917Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d 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-27T05:54:27.928Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7eff5bd9-031e-4ebb-a433-909c9555370d and serviceModelVersionId: 9d1b38d7-168e-4ef6-9355-095aef6c5a06
2023-03-27T05:54:27.928Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
2023-03-27T05:54:27.929Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0
2023-03-27T05:54:27.933Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T05:54:27.969Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|500||Invoke
2023-03-27T05:54:27.969Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7eff5bd9-031e-4ebb-a433-909c9555370d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[244e9e0f-1b7b-4058-a999-5316c017c16b], X-ECOMP-RequestID=[7eff5bd9-031e-4ebb-a433-909c9555370d], X-TransactionId=[], X-ONAP-RequestID=[7eff5bd9-031e-4ebb-a433-909c9555370d], Content-Type=[application/merge-patch+json]}
2023-03-27T05:54:27.976Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T05:54:28.061Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?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/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0 has http status code:404 and response headers:{date=[Mon, 27 Mar 2023 05:54:28 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[59], x-aai-txid=[0-aai-resources-230327-05:54:28:214-71375], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T05:54:28.062Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","ERR.5.4.6114"]}}}

2023-03-27T05:54:28.063Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-27T05:54:28.086Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T05:54:28.086Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-27T05:54:28.087Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T05:54:28.087Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T05:54:28.095Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T05:54:28.095Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7eff5bd9-031e-4ebb-a433-909c9555370d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T05:54:28.095Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-27T05:54:28.095Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:54:28.096Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:54:28.096Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896468095,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:54:28.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T05:54:28.116Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896468095,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
}
2023-03-27T05:54:28.117Z||pool-2-thread-1|||||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-27T05:54:29.127Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T05:54:29.128Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-27T05:54:29.129Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T05:54:29.129Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T05:54:29.129Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T05:54:29.130Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T05:54:29.135Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-1a7a3bcb-5faf-4fb5-a9d1-df22e325672d
2023-03-27T05:54:29.136Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T05:54:29.136Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T05:54:29.136Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T05:54:29.705Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T05:54:32.714Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T05:54:35.723Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T05:54:38.733Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T05:54:41.743Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T05:54:44.753Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T05:54:47.763Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T05:54:50.773Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T05:54:53.782Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T05:54:56.791Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T05:54:59.801Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T05:55:02.811Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T05:55:05.821Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T05:55:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:55:08.233Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T05:55:08.234Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T05:55:08.239Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T05:55:08.240Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-1a7a3bcb-5faf-4fb5-a9d1-df22e325672d', protocol='range'}
2023-03-27T05:55:08.244Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 3: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-77eecc12-eebe-40a0-81b8-47d02833699a-1a7a3bcb-5faf-4fb5-a9d1-df22e325672d=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-27T05:55:08.260Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T05:55:08.260Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-1a7a3bcb-5faf-4fb5-a9d1-df22e325672d', protocol='range'}
2023-03-27T05:55:08.261Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T05:55:08.261Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T05:55:08.261Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T05:55:08.261Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T05:55:08.268Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T05:55:08.268Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T05:55:08.268Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T05:55:08.268Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T05:55:08.269Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T05:55:08.269Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T05:55:08.269Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T05:55:08.269Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T05:55:08.269Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T05:55:08.269Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T05:55:08.269Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T05:55:08.269Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T05:55:09.302Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T05:55:09.302Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7eff5bd9-031e-4ebb-a433-909c9555370d","serviceName":"basic_onboard_QMpdnl","serviceVersion":"1.0","serviceUUID":"9d1b38d7-168e-4ef6-9355-095aef6c5a06","serviceDescription":"service","serviceInvariantUUID":"13b7de5c-4a5c-495e-b4f1-19ef4a3dc875","resources":[{"resourceInstanceName":"basic_onboard_QMpdnl 0","resourceName":"basic_onboard_QMpdnl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06bf5896-5e90-460d-b950-b0365c92c155","resourceInvariantUUID":"0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b","resourceCustomizationUUID":"9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml","artifactChecksum":"OWI4YTk5NTZmN2JiYmJiYjY4ZjBkNGJmYTg1Mjk4ZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d5361a7-c516-4f0a-86c3-1d0c64c0fe68","artifactVersion":"1"},{"artifactName":"basic_onboard_qmpdnl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json","artifactChecksum":"MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f65df3c5-c527-4045-8387-6c42535f8967","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e469475-09a0-4e48-96e4-ebd00e02b877","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2806961-ef8e-4a93-a449-365db9ac15f5","artifactVersion":"2","generatedFromUUID":"f65df3c5-c527-4045-8387-6c42535f8967"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQmpdnl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml","artifactChecksum":"YjcwYjk3ZDBiYzY0ZjJmYmQxZjA4MjU5NzBiMmU3NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"165396fc-5684-44e2-9cef-79df7fed1847","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQmpdnl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar","artifactChecksum":"NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72e06bf6-5317-4a7a-9922-993e0a0c4b89","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T05:55:09.307Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:55:09.307Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:55:09.308Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:55:09.308Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896469127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:55:09.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T05:55:09.329Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896469127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:55:09.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:55:10.310Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:55:10.310Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:55:10.311Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:55:10.311Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896469127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:55:11.311Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:55:11.312Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:55:11.312Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:55:11.312Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896469127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:55:12.313Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:55:12.313Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:55:12.314Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:55:12.314Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896469127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:55:13.315Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:55:13.315Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:55:13.315Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:55:13.315Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896469127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:55:14.316Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:55:14.317Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:55:14.317Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:55:14.317Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896469127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:55:15.318Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T05:55:15.318Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:55:15.318Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:55:15.318Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896469127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:55:16.320Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "serviceName": "basic_onboard_QMpdnl",
  "serviceVersion": "1.0",
  "serviceUUID": "9d1b38d7-168e-4ef6-9355-095aef6c5a06",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13b7de5c-4a5c-495e-b4f1-19ef4a3dc875",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QMpdnl 0",
      "resourceCustomizationUUID": "9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12",
      "resourceName": "basic_onboard_QMpdnl",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "06bf5896-5e90-460d-b950-b0365c92c155",
      "resourceInvariantUUID": "0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qmpdnl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
          "artifactChecksum": "MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f65df3c5-c527-4045-8387-6c42535f8967",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
            "generatedFromUUID": "f65df3c5-c527-4045-8387-6c42535f8967"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQmpdnl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
      "artifactChecksum": "NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72e06bf6-5317-4a7a-9922-993e0a0c4b89"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T05:55:16.320Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T05:55:16.320Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d1b38d7-168e-4ef6-9355-095aef6c5a06 ASDC
2023-03-27T05:55:16.320Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7eff5bd9-031e-4ebb-a433-909c9555370d
ServiceName:basic_onboard_QMpdnl
ServiceVersion:1.0
ServiceUUID:9d1b38d7-168e-4ef6-9355-095aef6c5a06
ServiceInvariantUUID:13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQmpdnl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
ArtifactUUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89
ArtifactChecksum:NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QMpdnl 0
ResourceCustomizationUUID:9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12
ResourceInvariantUUID:0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b
ResourceName:basic_onboard_QMpdnl
ResourceType:VF
ResourceUUID:06bf5896-5e90-460d-b950-b0365c92c155
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qmpdnl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
ArtifactUUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e
ArtifactChecksum:MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI=
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f65df3c5-c527-4045-8387-6c42535f8967
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T05:55:16.321Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d1b38d7-168e-4ef6-9355-095aef6c5a06 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-27T05:55:16.376Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T05:55:16.377Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T05:55:16.378Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T05:55:16.378Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 72e06bf6-5317-4a7a-9922-993e0a0c4b89 from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T05:55:16.379Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T05:55:16.379Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T05:55:16.412Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T05:55:16.412Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3a2a96ec
2023-03-27T05:55:16.412Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T05:55:16.413Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T05:55:16.413Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardQmpdnl-csar.csar /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar 72e06bf6-5317-4a7a-9922-993e0a0c4b89 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T05:55:16.413Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar ASDC sendASDCNotification
2023-03-27T05:55:16.413Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(Specified artifact is  not found)
2023-03-27T05:55:16.413Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T05:55:16.414Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:55:16.414Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:55:16.414Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896516413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:55:17.415Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-BasicOnboardQmpdnl-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(UUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89)
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-27T05:55:17.427Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T05:55:17.427Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T05:55:17.430Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||basic_onboard_QMpdnl 0
2023-03-27T05:55:17.431Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
2023-03-27T05:55:17.431Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T05:55:17.431Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T05:55:17.431Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T05:55:17.452Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T05:55:17.455Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7e95f2b4
2023-03-27T05:55:17.455Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T05:55:17.455Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T05:55:17.455Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_qmpdnl0_modules.json /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T05:55:17.455Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json ASDC sendASDCNotification
2023-03-27T05:55:17.456Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(Specified artifact is  not found)
2023-03-27T05:55:17.456Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T05:55:17.456Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T05:55:17.456Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T05:55:17.456Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896517455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:55:18.457Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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_qmpdnl0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(UUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e)
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-27T05:55:18.458Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:55:18.487Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:55:18.492Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:55:18.492Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:55:48.492Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:55:48.523Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:55:48.535Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:55:48.536Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:56:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:56:08.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T05:56:08.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896469127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T05:56:08.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:56:08.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T05:56:08.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896469127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-27T05:56:08.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:56:08.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T05:56:08.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896469127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:56:08.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:56:08.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T05:56:08.229Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896469127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-27T05:56:08.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:56:08.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T05:56:08.229Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896469127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:56:08.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:56:08.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T05:56:08.230Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896469127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T05:56:08.230Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:56:08.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T05:56:08.231Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896516413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T05:56:08.231Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:56:08.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T05:56:08.231Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896517455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T05:56:08.231Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:56:18.536Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:56:18.564Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:56:18.569Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:56:18.569Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:56:48.570Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:56:48.600Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:56:48.605Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:56:48.606Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:57:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:57:18.569Z||kafka-producer-network-thread | SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-49724680-2f93-44b6-9414-d549cc96e307] Node 2 disconnected.
2023-03-27T05:57:18.606Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:57:18.631Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:57:18.636Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:57:18.636Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:57:48.636Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:57:48.661Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:57:48.666Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:57:48.666Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:58:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:58:18.667Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:58:18.694Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:58:18.701Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:58:18.702Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:58:48.702Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:58:48.731Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:58:48.738Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:58:48.738Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:59:08.218Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T05:59:18.738Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:59:18.769Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:59:18.775Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:59:18.776Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T05:59:37.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T05:59:37.205Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896767804,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T05:59:37.206Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T05:59:48.776Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:59:48.802Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T05:59:48.808Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T05:59:48.808Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:00:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:00:08.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T06:00:08.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896760218,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:00:08.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:00:09.336Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:00:09.337Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Member SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-1a7a3bcb-5faf-4fb5-a9d1-df22e325672d sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-27T06:00:09.337Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-27T06:00:09.337Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-27T06:00:11.943Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:00:14.954Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:00:17.963Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:00:18.809Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-27T06:00:18.809Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d 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-27T06:00:18.822Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7eff5bd9-031e-4ebb-a433-909c9555370d and serviceModelVersionId: 9d1b38d7-168e-4ef6-9355-095aef6c5a06
2023-03-27T06:00:18.822Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
2023-03-27T06:00:18.823Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0
2023-03-27T06:00:18.832Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:00:18.870Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?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-27T06:00:18.870Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|500||Invoke
2023-03-27T06:00:18.877Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T06:00:18.918Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-27T06:00:18.919Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0 has http status code:404 and response headers:{date=[Mon, 27 Mar 2023 06:00:19 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[38], x-aai-txid=[0-aai-resources-230327-06:00:19:116-65083], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:00:18.920Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","ERR.5.4.6114"]}}}

2023-03-27T06:00:18.923Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:00:18.923Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-27T06:00:18.923Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:00:18.923Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:00:18.931Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T06:00:18.932Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7eff5bd9-031e-4ebb-a433-909c9555370d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:00:18.932Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-27T06:00:18.932Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:00:18.932Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:00:18.932Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896818932,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
} 
 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-27T06:00:19.962Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T06:00:19.962Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-27T06:00:19.963Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:00:19.963Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:00:19.963Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:00:19.963Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T06:00:19.969Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-f1c06ba1-95de-44b5-ad0c-6f8681d38f6a
2023-03-27T06:00:19.970Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:00:19.970Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:00:19.970Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T06:00:20.975Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:00:23.985Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:00:26.995Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:00:30.003Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:00:33.013Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:00:36.025Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:00:39.035Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:00:42.045Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:00:45.054Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:00:48.064Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:00:51.073Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:00:54.084Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:00:57.093Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:01:00.105Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:01:03.114Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:01:06.123Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:01:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:01:08.234Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:01:08.234Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T06:01:08.241Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:01:08.241Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-f1c06ba1-95de-44b5-ad0c-6f8681d38f6a', protocol='range'}
2023-03-27T06:01:08.246Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 4: {SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-f1c06ba1-95de-44b5-ad0c-6f8681d38f6a=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-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T06:01:08.260Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:01:08.260Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-f1c06ba1-95de-44b5-ad0c-6f8681d38f6a', protocol='range'}
2023-03-27T06:01:08.260Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:01:08.260Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:01:08.260Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:01:08.261Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:01:08.266Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:01:08.266Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:01:08.266Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:01:08.266Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:01:08.266Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=150, 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-27T06:01:08.266Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:01:08.266Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:01:08.266Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:01:08.266Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:01:08.267Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:01:08.267Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:01:08.267Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:01:09.289Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.289Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7eff5bd9-031e-4ebb-a433-909c9555370d","serviceName":"basic_onboard_QMpdnl","serviceVersion":"1.0","serviceUUID":"9d1b38d7-168e-4ef6-9355-095aef6c5a06","serviceDescription":"service","serviceInvariantUUID":"13b7de5c-4a5c-495e-b4f1-19ef4a3dc875","resources":[{"resourceInstanceName":"basic_onboard_QMpdnl 0","resourceName":"basic_onboard_QMpdnl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06bf5896-5e90-460d-b950-b0365c92c155","resourceInvariantUUID":"0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b","resourceCustomizationUUID":"9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml","artifactChecksum":"OWI4YTk5NTZmN2JiYmJiYjY4ZjBkNGJmYTg1Mjk4ZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d5361a7-c516-4f0a-86c3-1d0c64c0fe68","artifactVersion":"1"},{"artifactName":"basic_onboard_qmpdnl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json","artifactChecksum":"MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f65df3c5-c527-4045-8387-6c42535f8967","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e469475-09a0-4e48-96e4-ebd00e02b877","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2806961-ef8e-4a93-a449-365db9ac15f5","artifactVersion":"2","generatedFromUUID":"f65df3c5-c527-4045-8387-6c42535f8967"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQmpdnl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml","artifactChecksum":"YjcwYjk3ZDBiYzY0ZjJmYmQxZjA4MjU5NzBiMmU3NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"165396fc-5684-44e2-9cef-79df7fed1847","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQmpdnl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar","artifactChecksum":"NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72e06bf6-5317-4a7a-9922-993e0a0c4b89","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:01:09.292Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:01:09.292Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:01:09.292Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:01:09.293Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:01:09.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.297Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679896764907,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.298Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.298Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679896763921,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.298Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.299Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896769444,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.299Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896767804,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:01:09.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.300Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896760218,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:01:09.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.300Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896769444,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:01:09.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.301Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679896764907,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:01:09.301Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.301Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679896763921,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.301Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.301Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896780181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:01:09.302Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.302Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679896779271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:01:09.302Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.303Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896780204,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:01:09.303Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.303Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896781183,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:01:09.303Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.303Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896782186,
  "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-27T06:01:09.351Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
2023-03-27T06:01:09.351Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe 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-27T06:01:09.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.376Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896783120,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:01:09.376Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.377Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896784124,
  "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-27T06:01:09.391Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
2023-03-27T06:01:09.392Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe 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-27T06:01:09.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.414Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896794673,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.415Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.415Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896794673,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:01:09.415Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.416Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896797448,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:01:09.416Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.416Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896799088,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:01:09.417Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.417Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896800092,
  "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-27T06:01:09.431Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
2023-03-27T06:01:09.431Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe 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-27T06:01:09.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.453Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896813189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.453Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.453Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679896780278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.453Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.454Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896809405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.454Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.454Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679896799194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.454Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.454Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896813189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.455Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.455Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679896780278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.455Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.455Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896809405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.455Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.456Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679896799194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.456Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.456Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896818932,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
}
2023-03-27T06:01:09.456Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.456Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896820219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.457Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896813189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.457Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679896780278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.457Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896809405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.458Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.458Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679896799194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.458Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.458Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896820219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.458Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.459Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896813189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.459Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.459Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679896780278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.459Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.460Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679896799194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.460Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.460Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896809405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.461Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.461Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896820219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.461Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.461Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896813189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.461Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.462Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679896780278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.462Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.462Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679896799194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.462Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.462Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896809405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.463Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.463Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896820219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.463Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.463Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896813189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.463Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.463Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679896780278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.464Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.464Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896809405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.464Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.464Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679896799194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:01:09.464Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.464Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896820219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.464Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.464Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896813189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.464Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.465Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679896780278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.465Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.465Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896809405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.465Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.465Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679896799194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.465Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.465Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896820219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.465Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.465Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896813189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:01:09.465Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.466Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679896780278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:01:09.466Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.466Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896809405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:01:09.466Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.466Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679896799194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.466Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.466Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896824673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.466Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.466Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896820219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.467Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.467Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679896825610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:01:09.467Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.467Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896826520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:01:09.467Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.467Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896824673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.467Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.467Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896820219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:01:09.467Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.467Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896827523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:01:09.467Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.468Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896824673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.468Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.468Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896828380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:01:09.468Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.468Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896828525,
  "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-27T06:01:09.523Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84cc4c38-db2e-426f-addf-a3026542286e
2023-03-27T06:01:09.524Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84cc4c38-db2e-426f-addf-a3026542286e 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-27T06:01:09.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.546Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896824673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.546Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896824673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.546Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896824673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.547Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896824673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.547Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896832170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:01:09.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.547Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896824673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:01:09.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.548Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896833172,
  "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-27T06:01:09.562Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 84cc4c38-db2e-426f-addf-a3026542286e
2023-03-27T06:01:09.562Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84cc4c38-db2e-426f-addf-a3026542286e 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-27T06:01:09.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.584Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896833469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:01:09.584Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.584Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896835234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:01:09.585Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.585Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896829526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.585Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.585Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679896826614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.585Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.585Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679896825768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.585Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.586Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896825830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.586Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.586Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896836240,
  "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-27T06:01:09.602Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 84cc4c38-db2e-426f-addf-a3026542286e
2023-03-27T06:01:09.603Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84cc4c38-db2e-426f-addf-a3026542286e 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-27T06:01:09.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.640Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896829526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.640Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.641Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679896826614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.641Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679896825768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.642Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896825830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T06:01:09.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.642Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896829526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:01:09.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.643Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679896826614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.643Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679896825768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.643Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896825830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:01:09.644Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.644Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896829526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.644Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.644Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679896826614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.644Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.645Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679896825768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.645Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.645Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896825830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.645Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.645Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896829526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.645Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.646Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679896826614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.646Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.646Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679896825768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.646Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.647Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896825830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-27T06:01:09.647Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.647Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896829526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.647Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.647Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679896826614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.648Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896825830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.648Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679896825768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.649Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896829526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:01:09.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.649Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679896826614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:01:09.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.650Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896825830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:01:09.650Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.650Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679896825768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.650Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.651Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896843312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:01:09.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.652Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896842725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:01:09.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.652Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679896842408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:01:09.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.652Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896844316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:01:09.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.652Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896843846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:01:09.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.652Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679896845318,
  "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-27T06:01:09.684Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44440c6a-f1bd-4673-a6af-17a9e4d43911
2023-03-27T06:01:09.685Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44440c6a-f1bd-4673-a6af-17a9e4d43911 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-27T06:01:09.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.710Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896844945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:01:09.710Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.710Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896846190,
  "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-27T06:01:09.721Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44440c6a-f1bd-4673-a6af-17a9e4d43911
2023-03-27T06:01:09.721Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44440c6a-f1bd-4673-a6af-17a9e4d43911 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-27T06:01:09.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.737Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679896847196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-27T06:01:09.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.737Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896850218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.737Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896850218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896850218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896850218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896850218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896850218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896854673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896850218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896854673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.738Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896857365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:01:09.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.739Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896854673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.739Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896854673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.739Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896854673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.739Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896854673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:01:09.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.739Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896854673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:01:09.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.740Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896862489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:01:09.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.740Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896862468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:01:09.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.740Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "aai-model-loader",
  "timestamp": 1679896863492,
  "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-27T06:01:09.757Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 44440c6a-f1bd-4673-a6af-17a9e4d43911
2023-03-27T06:01:09.757Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44440c6a-f1bd-4673-a6af-17a9e4d43911 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-27T06:01:09.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896864711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:01:09.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:01:09.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:01:09.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679896865715,
  "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-27T06:01:09.791Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 44440c6a-f1bd-4673-a6af-17a9e4d43911
2023-03-27T06:01:09.791Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44440c6a-f1bd-4673-a6af-17a9e4d43911 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-27T06:01:10.293Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:01:10.294Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:01:10.294Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:01:10.294Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:01:11.295Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:01:11.296Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:01:11.296Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:01:11.296Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:01:12.297Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:01:12.297Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:01:12.297Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:01:12.297Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:01:13.298Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:01:13.298Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:01:13.299Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:01:13.299Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:01:14.299Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:01:14.300Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:01:14.300Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:01:14.300Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:01:15.301Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:01:15.301Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:01:15.301Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:01:15.301Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:01:16.303Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "serviceName": "basic_onboard_QMpdnl",
  "serviceVersion": "1.0",
  "serviceUUID": "9d1b38d7-168e-4ef6-9355-095aef6c5a06",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13b7de5c-4a5c-495e-b4f1-19ef4a3dc875",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QMpdnl 0",
      "resourceCustomizationUUID": "9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12",
      "resourceName": "basic_onboard_QMpdnl",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "06bf5896-5e90-460d-b950-b0365c92c155",
      "resourceInvariantUUID": "0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qmpdnl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
          "artifactChecksum": "MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f65df3c5-c527-4045-8387-6c42535f8967",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
            "generatedFromUUID": "f65df3c5-c527-4045-8387-6c42535f8967"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQmpdnl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
      "artifactChecksum": "NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72e06bf6-5317-4a7a-9922-993e0a0c4b89"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:01:16.303Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:01:16.303Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d1b38d7-168e-4ef6-9355-095aef6c5a06 ASDC
2023-03-27T06:01:16.303Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7eff5bd9-031e-4ebb-a433-909c9555370d
ServiceName:basic_onboard_QMpdnl
ServiceVersion:1.0
ServiceUUID:9d1b38d7-168e-4ef6-9355-095aef6c5a06
ServiceInvariantUUID:13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQmpdnl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
ArtifactUUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89
ArtifactChecksum:NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QMpdnl 0
ResourceCustomizationUUID:9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12
ResourceInvariantUUID:0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b
ResourceName:basic_onboard_QMpdnl
ResourceType:VF
ResourceUUID:06bf5896-5e90-460d-b950-b0365c92c155
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qmpdnl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
ArtifactUUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e
ArtifactChecksum:MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI=
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f65df3c5-c527-4045-8387-6c42535f8967
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T06:01:16.303Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d1b38d7-168e-4ef6-9355-095aef6c5a06 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-27T06:01:16.357Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:01:16.358Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:01:16.358Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:01:16.359Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 72e06bf6-5317-4a7a-9922-993e0a0c4b89 from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T06:01:16.359Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:01:16.359Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T06:01:16.387Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:01:16.387Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@20754049
2023-03-27T06:01:16.387Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:01:16.387Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T06:01:16.388Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardQmpdnl-csar.csar /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar 72e06bf6-5317-4a7a-9922-993e0a0c4b89 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:01:16.388Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar ASDC sendASDCNotification
2023-03-27T06:01:16.388Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(Specified artifact is  not found)
2023-03-27T06:01:16.388Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:01:16.388Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:01:16.388Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:01:16.388Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896876388,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:01:17.389Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-BasicOnboardQmpdnl-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(UUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89)
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-27T06:01:17.406Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T06:01:17.406Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:01:17.411Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||basic_onboard_QMpdnl 0
2023-03-27T06:01:17.411Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
2023-03-27T06:01:17.411Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T06:01:17.411Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:01:17.412Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T06:01:17.429Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:01:17.430Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@334f1076
2023-03-27T06:01:17.430Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:01:17.430Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T06:01:17.430Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_qmpdnl0_modules.json /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:01:17.430Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json ASDC sendASDCNotification
2023-03-27T06:01:17.430Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(Specified artifact is  not found)
2023-03-27T06:01:17.431Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:01:17.431Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:01:17.431Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:01:17.431Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896877430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:01:18.432Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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_qmpdnl0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(UUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e)
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-27T06:01:18.433Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:01:18.465Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:01:18.470Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:01:18.470Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:01:48.471Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:01:48.501Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:01:48.507Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:01:48.507Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:02:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:02:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:02:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:02:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:02:18.508Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:02:18.535Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:02:18.540Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:02:18.540Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:02:48.541Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:02:48.563Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:02:48.566Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:02:48.567Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:03:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:03:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:03:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T06:03:08.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:03:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:03:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:03:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:03:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:03:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:03:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:03:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:03:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-27T06:03:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:03:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:03:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:03:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:03:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:03:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:03:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:03:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:03:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896876388,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:03:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:03:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:03:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896877430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:03:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:03:18.567Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:03:18.594Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:03:18.600Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:03:18.600Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:03:48.601Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:03:48.630Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:03:48.635Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:03:48.635Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:04:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:04:18.636Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:04:18.674Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:04:18.680Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:04:18.680Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:04:48.680Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:04:48.707Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:04:48.713Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:04:48.713Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:05:08.218Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:05:18.713Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:05:18.745Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:05:18.752Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:05:18.752Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:05:48.752Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:05:48.782Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:05:48.788Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:05:48.788Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:06:08.219Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:06:09.328Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:06:09.329Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Member SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-f1c06ba1-95de-44b5-ad0c-6f8681d38f6a sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-27T06:06:09.329Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-27T06:06:09.329Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-27T06:06:11.867Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:06:11.882Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:06:11.883Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T06:06:11.889Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:06:11.890Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 5: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T06:06:11.905Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:06:11.906Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:06:11.906Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:06:11.911Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:06:11.911Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:06:11.911Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:06:11.912Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=295, 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-27T06:06:11.912Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:06:11.912Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:06:18.788Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-27T06:06:18.789Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d 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-27T06:06:18.803Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7eff5bd9-031e-4ebb-a433-909c9555370d and serviceModelVersionId: 9d1b38d7-168e-4ef6-9355-095aef6c5a06
2023-03-27T06:06:18.803Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
2023-03-27T06:06:18.805Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0
2023-03-27T06:06:18.813Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:06:18.863Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|500||Invoke
2023-03-27T06:06:18.864Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7eff5bd9-031e-4ebb-a433-909c9555370d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[025f81e2-ef55-4249-b6ce-222bbad11435], X-ECOMP-RequestID=[7eff5bd9-031e-4ebb-a433-909c9555370d], X-TransactionId=[], X-ONAP-RequestID=[7eff5bd9-031e-4ebb-a433-909c9555370d], Content-Type=[application/merge-patch+json]}
2023-03-27T06:06:18.873Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T06:06:18.916Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?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/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0 has http status code:404 and response headers:{date=[Mon, 27 Mar 2023 06:06:19 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[39], x-aai-txid=[1-aai-resources-230327-06:06:19:115-86828], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:06:18.918Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","ERR.5.4.6114"]}}}

2023-03-27T06:06:18.919Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-27T06:06:18.925Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:06:18.925Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-27T06:06:18.926Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:06:18.926Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:06:18.934Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T06:06:18.935Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7eff5bd9-031e-4ebb-a433-909c9555370d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:06:18.935Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-27T06:06:18.935Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:06:18.935Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:06:18.935Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897178935,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:06:18.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:06:18.952Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897178935,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
}
2023-03-27T06:06:18.953Z||pool-2-thread-3|||||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-27T06:06:19.970Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:06:19.970Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3eceaf02-b44a-47b3-a2db-b8aa5c5845fe","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0c07833a-e216-4fdd-a97e-5a37fe9b5618","serviceDescription":"service","serviceInvariantUUID":"5119ae16-c0f3-443b-8436-075439e66ab3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"15157c1b-7520-4e59-8e7d-cd42033bc6f6","resourceInvariantUUID":"02dde935-56e9-46f6-a1ed-2017d18e3ddd","resourceCustomizationUUID":"3b212f49-7967-41e3-b0b3-f5c67a76083a","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":"NTc1NTIyNGEwM2JhY2U0ZTRlNGI3M2YzZmZkNWVkNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe2f0ff7-7184-41cc-b179-f887cb886039","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ab423d5-4df0-4c63-9a9b-f45fccd423f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:06:19.971Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:06:19.971Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:06:19.971Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:06:19.971Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "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-27T06:06:20.972Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:06:20.972Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:06:20.972Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:06:20.973Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:06:21.974Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0c07833a-e216-4fdd-a97e-5a37fe9b5618",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5119ae16-c0f3-443b-8436-075439e66ab3",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b212f49-7967-41e3-b0b3-f5c67a76083a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "15157c1b-7520-4e59-8e7d-cd42033bc6f6",
      "resourceInvariantUUID": "02dde935-56e9-46f6-a1ed-2017d18e3ddd",
      "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": "ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ab423d5-4df0-4c63-9a9b-f45fccd423f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:06:21.974Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:06:21.974Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c07833a-e216-4fdd-a97e-5a37fe9b5618 ASDC
2023-03-27T06:06:21.975Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0c07833a-e216-4fdd-a97e-5a37fe9b5618
ServiceInvariantUUID:5119ae16-c0f3-443b-8436-075439e66ab3
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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4
ArtifactChecksum:ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b212f49-7967-41e3-b0b3-f5c67a76083a
ResourceInvariantUUID:02dde935-56e9-46f6-a1ed-2017d18e3ddd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:15157c1b-7520-4e59-8e7d-cd42033bc6f6
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-27T06:06:21.975Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c07833a-e216-4fdd-a97e-5a37fe9b5618 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-27T06:06:22.041Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:06:22.041Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:06:22.041Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:06:22.042Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T06:06:22.042Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:06:22.042Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T06:06:22.324Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:06:22.326Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 57803
2023-03-27T06:06:22.326Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:06:22.326Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:06:22.326Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:06:22.327Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:06:22.327Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:06:22.327Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897182326,
  "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-27T06:06:23.328Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:06:23.328Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:06:23.329Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-27T06:06:23.329Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-27T06:06:23.329Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-27T06:06:23.330Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-27T06:06:23.538Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1403313798121254893/Definitions/service-BasicNetwork-template.yml
2023-03-27T06:06:23.906Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T06:06:23.906Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:06:23.906Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-27T06:06:23.907Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-27T06:06:23.907Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:06:23.907Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:06:23.907Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:06:23.907Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:06:23.907Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:06:23.907Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:06:23.907Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:06:23.907Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:06:23.907Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:06:23.907Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:06:23.907Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:06:23.907Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-27T06:06:23.907Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:06:23.907Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:06:23.908Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:06:23.908Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:06:23.908Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-27T06:06:23.908Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:06:23.908Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:06:23.908Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:06:23.908Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:06:23.909Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:06:23.909Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:06:23.909Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:06:23.909Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:06:23.909Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:06:23.909Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:06:23.909Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:06:23.909Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:06:23.909Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:0c07833a-e216-4fdd-a97e-5a37fe9b5618
Model Version:NULL
Model InvariantUuid:5119ae16-c0f3-443b-8436-075439e66ab3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:02dde935-56e9-46f6-a1ed-2017d18e3ddd
Model UUID:e8edb034-828a-42c6-a899-f3f18b931c36
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3b212f49-7967-41e3-b0b3-f5c67a76083a
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-27T06:06:23.923Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6
2023-03-27T06:06:23.924Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||No resources found for Service: 0c07833a-e216-4fdd-a97e-5a37fe9b5618
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:06:23.928Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||
2023-03-27T06:06:23.929Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-03-27T06:06:23.930Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 0c07833a-e216-4fdd-a97e-5a37fe9b5618
2023-03-27T06:06:23.930Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0c07833a-e216-4fdd-a97e-5a37fe9b5618
2023-03-27T06:06:23.930Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-03-27T06:06:23.930Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:06:23.937Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@260ceb16, org.onap.sdc.toscaparser.api.parameters.Input@1090a248, org.onap.sdc.toscaparser.api.parameters.Input@265d851f, org.onap.sdc.toscaparser.api.parameters.Input@6744b2b0, org.onap.sdc.toscaparser.api.parameters.Input@26d1a115]
2023-03-27T06:06:23.941Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:06:23.941Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:06:23.941Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:06:23.941Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:06:23.941Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0c07833a-e216-4fdd-a97e-5a37fe9b5618: Generic NeutronNet
2023-03-27T06:06:23.942Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:06:23.942Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:06:23.942Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:06:23.942Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:06:23.974Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:06:23.975Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:06:23.976Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:06:23.976Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:06:23.976Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:06:23.977Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:06:23.977Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:06:24.083Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-03-27T06:06:24.083Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:06:24.083Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:06:24.083Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T06:06:24.083Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:06:24.083Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:06:24.083Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897184083,
  "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-27T06:06:25.084Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:06:25.116Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:06:25.122Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:06:25.122Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:06:25.122Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:06:25.122Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:06:25.122Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:06:25.122Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:06:25.122Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:06:25.122Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:06:25.123Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:06:25.139Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:06:55.140Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe 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-27T06:06:55.156Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and serviceModelVersionId: 0c07833a-e216-4fdd-a97e-5a37fe9b5618
2023-03-27T06:06:55.156Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5119ae16-c0f3-443b-8436-075439e66ab3
2023-03-27T06:06:55.157Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0
2023-03-27T06:06:55.162Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:06:55.194Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?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-27T06:06:55.194Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||Invoke
2023-03-27T06:06:55.201Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:06:55.368Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||InvokeReturn
2023-03-27T06:06:55.368Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:06:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[573528], x-aai-txid=[0-aai-resources-230327-06:06:55:443-42294], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:06:55.369Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:06:55.369Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:06:55.369Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:06:55.380Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:06:55.380Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:06:55.381Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:06:55.381Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:06:55.381Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:06:55.381Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897215380,
  "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-27T06:06:56.416Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:06:56.417Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"84cc4c38-db2e-426f-addf-a3026542286e","serviceName":"Demo_pNF_rb5D6ZL4SqGkCBxcGhrs","serviceVersion":"1.0","serviceUUID":"c9f67a18-e256-41f3-acaa-b5dd971d4199","serviceDescription":"catalog service description","serviceInvariantUUID":"ca53e5c4-cf56-4a3f-8edb-e39644d5c271","resources":[{"resourceInstanceName":"pNF 25b011eb-83ed 0","resourceName":"pNF 25b011eb-83ed","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3e745e72-3afe-4a65-9bf7-e1d2abc228c2","resourceInvariantUUID":"ec183920-0093-457b-a5af-176c8a914105","resourceCustomizationUUID":"386f0dcb-2fab-4319-83de-b16580fda677","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml","artifactChecksum":"ZWYwMWZhMzVkZDIxOTM1MTRiYzhlMzZiNjE0YThiYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14428971-926d-4b7f-bf42-8fe6437ffedc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c4f0abef-5bdf-495f-8bef-a4a4529fd3a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"042cbbe6-301f-408c-a227-fbfcb56b89a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml","artifactChecksum":"OWM5NDBiYTI1MzhlZGZjMjVjMzZiZjdjYjMwYzMzNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"765c4017-e693-43c1-bd5b-3c6c3eb4d38a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d72abaf-1d51-4a4d-885d-1e05aa7aa3f6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f9dff5ea-6087-4927-bf44-11d67bdbff38","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactChecksum":"MTNhNzEyZjBhY2YzM2EyOTU5ZTQxNmZiOTg5YWI4NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7df4bf1-0ee5-4384-8502-775cbba6d31d","artifactVersion":"1"},{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactChecksum":"NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84d3aeeb-281a-4221-9c76-745438b20267","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:06:56.417Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:06:56.418Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:06:56.418Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:06:56.418Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:06:57.419Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:06:57.419Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:06:57.420Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:06:57.420Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:06:58.421Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:06:58.422Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:06:58.422Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:06:58.422Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:06:59.423Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:06:59.424Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:06:59.424Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:06:59.424Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:07:00.425Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:07:00.426Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:00.426Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:00.426Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:07:01.427Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:07:01.428Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:01.428Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:01.428Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:07:02.429Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:07:02.430Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:02.430Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:02.430Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:07:03.431Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:07:03.431Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:03.432Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:03.432Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:07:04.433Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "serviceName": "Demo_pNF_rb5D6ZL4SqGkCBxcGhrs",
  "serviceVersion": "1.0",
  "serviceUUID": "c9f67a18-e256-41f3-acaa-b5dd971d4199",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ca53e5c4-cf56-4a3f-8edb-e39644d5c271",
  "resources": [
    {
      "resourceInstanceName": "pNF 25b011eb-83ed 0",
      "resourceCustomizationUUID": "386f0dcb-2fab-4319-83de-b16580fda677",
      "resourceName": "pNF 25b011eb-83ed",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3e745e72-3afe-4a65-9bf7-e1d2abc228c2",
      "resourceInvariantUUID": "ec183920-0093-457b-a5af-176c8a914105",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactChecksum": "NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "84d3aeeb-281a-4221-9c76-745438b20267"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:07:04.434Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:07:04.434Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c9f67a18-e256-41f3-acaa-b5dd971d4199 ASDC
2023-03-27T06:07:04.434Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:84cc4c38-db2e-426f-addf-a3026542286e
ServiceName:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
ServiceVersion:1.0
ServiceUUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
ServiceInvariantUUID:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactUUID:84d3aeeb-281a-4221-9c76-745438b20267
ArtifactChecksum:NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 25b011eb-83ed 0
ResourceCustomizationUUID:386f0dcb-2fab-4319-83de-b16580fda677
ResourceInvariantUUID:ec183920-0093-457b-a5af-176c8a914105
ResourceName:pNF 25b011eb-83ed
ResourceType:PNF
ResourceUUID:3e745e72-3afe-4a65-9bf7-e1d2abc228c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T06:07:04.435Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9f67a18-e256-41f3-acaa-b5dd971d4199 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-27T06:07:04.501Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:07:04.502Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:07:04.502Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:07:04.503Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267 from URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:07:04.503Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:07:04.503Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:07:04.806Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:07:04.809Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar 84d3aeeb-281a-4221-9c76-745438b20267 88018
2023-03-27T06:07:04.810Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T06:07:04.810Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:07:04.810Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:07:04.810Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:04.810Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:04.810Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897224810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:07:05.811Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:07:05.812Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:07:05.813Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267, URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar to file: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:07:05.813Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:07:05.814Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:07:05.814Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:07:05.972Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15525272199456047116/Definitions/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml
2023-03-27T06:07:06.603Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T06:07:06.603Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:07:06.604Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:07:06.604Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T06:07:06.604Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:07:06.604Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:07:06.604Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:07:06.604Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:07:06.604Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:07:06.604Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 25b011eb-83ed 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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:07:06.604Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:07:06.604Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:07:06.604Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:06.604Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:06.604Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T06:07:06.604Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:07:06.605Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:07:06.605Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:06.605Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:06.605Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T06:07:06.605Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:07:06.605Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:07:06.605Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:06.605Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:06.605Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:06.605Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:06.605Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:06.605Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:06.605Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:06.605Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:06.605Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:06.606Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:06.606Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
Description:catalog service description
Model UUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
Model Version:NULL
Model InvariantUuid:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
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-27T06:07:06.612Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:07:06.615Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||pNF 25b011eb-83ed 0
2023-03-27T06:07:06.615Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2
2023-03-27T06:07:06.615Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||No resources found for Service: c9f67a18-e256-41f3-acaa-b5dd971d4199
2023-03-27T06:07:06.615Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c9f67a18-e256-41f3-acaa-b5dd971d4199
2023-03-27T06:07:06.615Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 25b011eb-83ed 0 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 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-27T06:07:06.620Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1bcc1186, org.onap.sdc.toscaparser.api.parameters.Input@33ea69df, org.onap.sdc.toscaparser.api.parameters.Input@597fb76, org.onap.sdc.toscaparser.api.parameters.Input@18deb114, org.onap.sdc.toscaparser.api.parameters.Input@63e5c3a8]
2023-03-27T06:07:06.620Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:06.621Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:06.621Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c9f67a18-e256-41f3-acaa-b5dd971d4199: pNF 25b011eb-83ed
2023-03-27T06:07:06.621Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Processing PNF resource: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2
2023-03-27T06:07:06.621Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:06.621Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:06.621Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Resource customization UUID: 386f0dcb-2fab-4319-83de-b16580fda677 is the same as notified resource customizationUUID: 386f0dcb-2fab-4319-83de-b16580fda677
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-27T06:07:06.699Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 25b011eb-83ed 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 0 ASDC deployResourceStructure
2023-03-27T06:07:06.699Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T06:07:06.699Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:07:06.699Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T06:07:06.699Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:06.699Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:06.699Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897226699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:07:07.700Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:07:07.724Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:07:07.730Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:07:07.731Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:07:07.731Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:07:07.731Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:07:07.731Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:07:07.731Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:07:07.731Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:07:07.731Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:07:07.732Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:07:07.745Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:07:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:07:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:07:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:07:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:07:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:07:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:07:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:07:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:07:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897182326,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:07:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:07:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:07:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897184083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:07:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:07:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:07:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897215380,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:07:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:07:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:07:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:07:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:07:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:07:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:07:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:07:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:07:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:07:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:07:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:07:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:07:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:07:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:07:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:07:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:07:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:07:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:07:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:07:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:07:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:07:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:07:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:07:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:07:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:07:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:07:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897224810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:07:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:07:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:07:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897226699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:07:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:07:37.746Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e 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-27T06:07:37.763Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84cc4c38-db2e-426f-addf-a3026542286e and serviceModelVersionId: c9f67a18-e256-41f3-acaa-b5dd971d4199
2023-03-27T06:07:37.764Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca53e5c4-cf56-4a3f-8edb-e39644d5c271
2023-03-27T06:07:37.765Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0
2023-03-27T06:07:37.771Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:07:37.808Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?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-27T06:07:37.809Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||Invoke
2023-03-27T06:07:37.816Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:07:37.944Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||InvokeReturn
2023-03-27T06:07:37.945Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:07:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[123], vertex-id=[606296], x-aai-txid=[1-aai-resources-230327-06:07:38:056-46109], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:07:37.945Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:07:37.945Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:07:37.946Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:07:37.951Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:07:37.951Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84cc4c38-db2e-426f-addf-a3026542286e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:07:37.952Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:07:37.952Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:37.952Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:37.952Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897257951,
  "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-27T06:07:38.985Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:07:38.986Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"44440c6a-f1bd-4673-a6af-17a9e4d43911","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"66474687-4800-47ee-9519-ffdde7c80d58","serviceDescription":"service","serviceInvariantUUID":"06e3a032-8f72-4119-9e71-ce6588ba35ba","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a44f77ef-1d28-41e6-9f3e-b645ebc6d2db","resourceInvariantUUID":"83ae637d-0f3e-4be2-928f-2678c9531c1d","resourceCustomizationUUID":"f44634b1-d505-4227-ae5f-6b34b4b2e20c","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":"ZGVjODNkMzc4NmE3OGRjNWJlN2VjN2UwZThjNWVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6436e61f-ee28-423e-aa93-6f9a6b99dc61","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":"NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5194932-b487-47ad-a26e-ae346b8404ad","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":"26286f3d-fc00-47f6-a2d9-b8ba865afff7","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":"32d20314-45a7-4681-b948-6c1f1a813927","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":"49d5da0e-af6a-4340-87b3-1cebc927e26d","artifactVersion":"2","generatedFromUUID":"26286f3d-fc00-47f6-a2d9-b8ba865afff7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjA5YTBhMjY2MTA0MjY1ZDRiZDdjNDlhN2QyOGE4YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5a8020-e861-4d62-903b-69810912298f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25a1eb11-f825-424a-a2ea-fab104107979","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:07:38.987Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:07:38.987Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:38.987Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:38.987Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "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-27T06:07:39.988Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:07:39.989Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:39.989Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:39.989Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "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-27T06:07:40.990Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:07:40.990Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:40.990Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:40.990Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "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-27T06:07:41.991Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:07:41.992Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:41.992Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:41.992Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "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-27T06:07:42.993Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:07:42.993Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:42.994Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:42.994Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "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-27T06:07:43.995Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:07:43.995Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:43.996Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:43.996Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "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-27T06:07:44.997Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:07:44.997Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:44.998Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:44.998Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:07:45.999Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "66474687-4800-47ee-9519-ffdde7c80d58",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06e3a032-8f72-4119-9e71-ce6588ba35ba",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f44634b1-d505-4227-ae5f-6b34b4b2e20c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a44f77ef-1d28-41e6-9f3e-b645ebc6d2db",
      "resourceInvariantUUID": "83ae637d-0f3e-4be2-928f-2678c9531c1d",
      "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": "NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e5194932-b487-47ad-a26e-ae346b8404ad",
          "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": "26286f3d-fc00-47f6-a2d9-b8ba865afff7",
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
            "generatedFromUUID": "26286f3d-fc00-47f6-a2d9-b8ba865afff7"
          },
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "25a1eb11-f825-424a-a2ea-fab104107979"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:07:45.999Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:07:46.000Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66474687-4800-47ee-9519-ffdde7c80d58 ASDC
2023-03-27T06:07:46.000Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:44440c6a-f1bd-4673-a6af-17a9e4d43911
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:66474687-4800-47ee-9519-ffdde7c80d58
ServiceInvariantUUID:06e3a032-8f72-4119-9e71-ce6588ba35ba
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:25a1eb11-f825-424a-a2ea-fab104107979
ArtifactChecksum:MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f44634b1-d505-4227-ae5f-6b34b4b2e20c
ResourceInvariantUUID:83ae637d-0f3e-4be2-928f-2678c9531c1d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a44f77ef-1d28-41e6-9f3e-b645ebc6d2db
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:e5194932-b487-47ad-a26e-ae346b8404ad
ArtifactChecksum:NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA=
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:26286f3d-fc00-47f6-a2d9-b8ba865afff7
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T06:07:46.000Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66474687-4800-47ee-9519-ffdde7c80d58 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-27T06:07:46.074Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:07:46.074Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:07:46.075Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:07:46.075Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 25a1eb11-f825-424a-a2ea-fab104107979 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T06:07:46.075Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:07:46.075Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T06:07:46.359Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:07:46.361Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 25a1eb11-f825-424a-a2ea-fab104107979 75191
2023-03-27T06:07:46.362Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:46.362Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:46.362Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:07:46.362Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:46.363Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:46.363Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897266362,
  "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-27T06:07:47.363Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:07:47.364Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:07:47.364Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 25a1eb11-f825-424a-a2ea-fab104107979, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-27T06:07:47.365Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-27T06:07:47.365Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-27T06:07:47.365Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-27T06:07:47.483Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5612814579588077257/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-27T06:07:48.501Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T06:07:48.502Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:07:48.502Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-27T06:07:48.502Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T06:07:48.502Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:48.502Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:48.502Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:48.502Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:48.502Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:48.503Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:48.503Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:48.503Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:07:48.503Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:48.503Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:48.508Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-27T06:07:48.508Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:07:48.508Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:07:48.508Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:48.509Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:48.509Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-27T06:07:48.509Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:07:48.509Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:07:48.509Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:48.509Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:48.510Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:48.510Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-27T06:07:48.510Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-27T06:07:48.510Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-27T06:07:48.510Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-27T06:07:48.510Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-27T06:07:48.510Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-27T06:07:48.510Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:48.511Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-27T06:07:48.511Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:48.511Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-27T06:07:48.511Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T06:07:48.511Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:48.511Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-27T06:07:48.511Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T06:07:48.511Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:48.511Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-27T06:07:48.512Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T06:07:48.512Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:48.512Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-27T06:07:48.512Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-27T06:07:48.512Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-27T06:07:48.512Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b4f7b11d-af82-4e36-8254-89c2b62e85e5
2023-03-27T06:07:48.512Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:48.512Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:48.512Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:48.512Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:48.513Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:48.513Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:48.513Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:48.513Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:48.513Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:66474687-4800-47ee-9519-ffdde7c80d58
Model Version:NULL
Model InvariantUuid:06e3a032-8f72-4119-9e71-ce6588ba35ba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:d78656ce-0d19-4c6c-9b00-8b8d2e79a706
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:83ae637d-0f3e-4be2-928f-2678c9531c1d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f44634b1-d505-4227-ae5f-6b34b4b2e20c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1bc1de0a-dd46-4c1d-bb75-0b75df296e74
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5508dd64-b994-4aea-8c0d-fcb4f4b67dfc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b4f7b11d-af82-4e36-8254-89c2b62e85e5
ModelInvariantUuid:e257da53-c824-4628-a88b-3ca8c3cda500
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:db4a8bdb-b603-4787-a9ed-50b95c0c42c9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:60e16f78-f185-46e7-8295-017b2e59a368
ModelInvariantUuid:1a6b8bad-e16c-4bae-b844-9daefb583392
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:15d0ff2e-c993-4a9b-bf17-45e728fba9ef
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-27T06:07:48.534Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:07:48.538Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||basic_vm 0
2023-03-27T06:07:48.538Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db
2023-03-27T06:07:48.538Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e5194932-b487-47ad-a26e-ae346b8404ad from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-27T06:07:48.538Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:07:48.539Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:48.645Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:07:48.646Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e5194932-b487-47ad-a26e-ae346b8404ad 787
2023-03-27T06:07:48.647Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:48.647Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:48.647Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:07:48.648Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:48.648Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:48.648Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897268647,
  "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-27T06:07:49.649Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1bc1de0a-dd46-4c1d-bb75-0b75df296e74",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5508dd64-b994-4aea-8c0d-fcb4f4b67dfc",
    "vfModuleModelCustomizationUUID": "47efd755-f315-4a13-b0ca-c302cd5505f9",
    "isBase": true,
    "artifacts": [
      "26286f3d-fc00-47f6-a2d9-b8ba865afff7",
      "49d5da0e-af6a-4340-87b3-1cebc927e26d"
    ],
    "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-27T06:07:49.653Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5508dd64-b994-4aea-8c0d-fcb4f4b67dfc
VfModuleModelInvariantUUID:1bc1de0a-dd46-4c1d-bb75-0b75df296e74
VfModuleModelDescription:NULL
Artifacts UUID List:{
26286f3d-fc00-47f6-a2d9-b8ba865afff7
,
49d5da0e-af6a-4340-87b3-1cebc927e26d

}
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-27T06:07:49.654Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1bc1de0a-dd46-4c1d-bb75-0b75df296e74",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5508dd64-b994-4aea-8c0d-fcb4f4b67dfc",
    "vfModuleModelCustomizationUUID": "47efd755-f315-4a13-b0ca-c302cd5505f9",
    "isBase": true,
    "artifacts": [
      "26286f3d-fc00-47f6-a2d9-b8ba865afff7",
      "49d5da0e-af6a-4340-87b3-1cebc927e26d"
    ],
    "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-27T06:07:49.654Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5508dd64-b994-4aea-8c0d-fcb4f4b67dfc
VfModuleModelInvariantUUID:1bc1de0a-dd46-4c1d-bb75-0b75df296e74
VfModuleModelDescription:NULL
Artifacts UUID List:{
26286f3d-fc00-47f6-a2d9-b8ba865afff7
,
49d5da0e-af6a-4340-87b3-1cebc927e26d

}
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-27T06:07:49.655Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 26286f3d-fc00-47f6-a2d9-b8ba865afff7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-27T06:07:49.655Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:07:49.655Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:49.752Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:07:49.752Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 26286f3d-fc00-47f6-a2d9-b8ba865afff7 5033
2023-03-27T06:07:49.753Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:49.753Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:49.753Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:07:49.753Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:49.753Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:49.753Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897269753,
  "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-27T06:07:50.754Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 49d5da0e-af6a-4340-87b3-1cebc927e26d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-27T06:07:50.754Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:07:50.754Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:50.851Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:07:50.852Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 49d5da0e-af6a-4340-87b3-1cebc927e26d 903
2023-03-27T06:07:50.852Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:50.852Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:50.852Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:07:50.852Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:50.852Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:50.852Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897270852,
  "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-27T06:07:51.853Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 66474687-4800-47ee-9519-ffdde7c80d58
2023-03-27T06:07:51.853Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a44f77ef-1d28-41e6-9f3e-b645ebc6d2db 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-27T06:07:51.870Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f759122, org.onap.sdc.toscaparser.api.parameters.Input@1485ce2b, org.onap.sdc.toscaparser.api.parameters.Input@79d0c2e8, org.onap.sdc.toscaparser.api.parameters.Input@8d1574a, org.onap.sdc.toscaparser.api.parameters.Input@3b9e2bf3]
2023-03-27T06:07:51.871Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:51.871Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:51.871Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-03-27T06:07:51.871Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= f44634b1-d505-4227-ae5f-6b34b4b2e20c
2023-03-27T06:07:51.871Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f44634b1-d505-4227-ae5f-6b34b4b2e20c matches Tosca VF Customization UUID: f44634b1-d505-4227-ae5f-6b34b4b2e20c
2023-03-27T06:07:51.872Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: f44634b1-d505-4227-ae5f-6b34b4b2e20c  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-27T06:07:51.873Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:51.873Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:51.874Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id f44634b1-d505-4227-ae5f-6b34b4b2e20c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-27T06:07:51.874Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c0178ed
2023-03-27T06:07:51.874Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:51.874Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-27T06:07:51.874Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 47efd755-f315-4a13-b0ca-c302cd5505f9
2023-03-27T06:07:51.874Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 47efd755-f315-4a13-b0ca-c302cd5505f9
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-27T06:07:51.876Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:51.876Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-27T06:07:51.877Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T06:07:51.877Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:51.877Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-27T06:07:51.877Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T06:07:51.877Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:51.877Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-27T06:07:51.877Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-27T06:07:51.877Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-27T06:07:51.877Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b4f7b11d-af82-4e36-8254-89c2b62e85e5
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-27T06:07:51.879Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:51.880Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-27T06:07:51.880Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T06:07:51.880Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:51.880Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-27T06:07:51.880Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=f44634b1-d505-4227-ae5f-6b34b4b2e20c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:07:51.882Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:51.882Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:51.882Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 66474687-4800-47ee-9519-ffdde7c80d58: basic_vm
2023-03-27T06:07:51.882Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:51.882Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:51.882Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:51.882Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:51.882Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:51.882Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:51.882Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:51.882Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:51.883Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:07:51.883Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:07:51.883Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:51.985Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a44f77ef-1d28-41e6-9f3e-b645ebc6d2db 1 ASDC deployResourceStructure
2023-03-27T06:07:51.985Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:51.986Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:51.986Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T06:07:51.986Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:51.986Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:51.986Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897271985,
  "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-27T06:07:52.987Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:52.988Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:52.988Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T06:07:52.988Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:52.988Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:52.988Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897272987,
  "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-27T06:07:53.989Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:53.990Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:53.990Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T06:07:53.990Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:53.990Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:53.990Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897273989,
  "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-27T06:07:54.991Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:54.992Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:54.992Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T06:07:54.992Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:07:54.992Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:07:54.992Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897274991,
  "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-27T06:07:55.993Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:07:56.024Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:07:56.028Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:07:56.028Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:07:56.028Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:07:56.028Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:07:56.028Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:07:56.028Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:07:56.028Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:07:56.028Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:07:56.029Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:07:56.044Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:08:08.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:08:08.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:08:08.226Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897257951,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:08:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:08:08.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:08:08.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:08:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:08:08.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:08:08.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T06:08:08.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:08:08.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:08:08.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:08:08.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:08:08.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:08:08.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:08:08.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:08:08.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:08:08.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-27T06:08:08.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:08:08.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:08:08.229Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:08:08.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:08:08.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:08:08.229Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679896819961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:08:08.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:08:08.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:08:08.229Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897266362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:08:08.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:08:08.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:08:08.230Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897268647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:08:08.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:08:08.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:08:08.230Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897269753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:08:08.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:08:08.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:08:08.230Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897270852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:08:08.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:08:08.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:08:08.231Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897271985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-27T06:08:08.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:08:08.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:08:08.231Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897272987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-27T06:08:08.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:08:08.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:08:08.231Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897273989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-27T06:08:08.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:08:08.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:08:08.231Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897274991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:08:08.232Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:08:26.044Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 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-27T06:08:26.056Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 and serviceModelVersionId: 66474687-4800-47ee-9519-ffdde7c80d58
2023-03-27T06:08:26.057Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06e3a032-8f72-4119-9e71-ce6588ba35ba
2023-03-27T06:08:26.057Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0
2023-03-27T06:08:26.062Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:08:26.088Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||Invoke
2023-03-27T06:08:26.089Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4ac18c1a-06e6-402d-a992-be1f12593627], X-ECOMP-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], X-TransactionId=[], X-ONAP-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], Content-Type=[application/merge-patch+json]}
2023-03-27T06:08:26.095Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:08:26.249Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?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/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:08:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[622680], x-aai-txid=[1-aai-resources-230327-06:08:26:337-59025], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:08:26.249Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:08:26.250Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||InvokeReturn
2023-03-27T06:08:26.251Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:08:26.251Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:08:26.256Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:08:26.257Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44440c6a-f1bd-4673-a6af-17a9e4d43911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:08:26.257Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:08:26.257Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:08:26.257Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:08:26.258Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897306257,
  "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-27T06:08:27.286Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T06:08:27.287Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-27T06:08:27.288Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:08:27.288Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:08:27.288Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:08:27.288Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T06:08:27.292Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:08:27.293Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-c81425a8-dafe-4dd3-b8ae-49fe2f5d284f
2023-03-27T06:08:27.294Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:08:27.294Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T06:08:27.478Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:08:30.487Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:08:33.496Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:08:36.505Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:08:39.514Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:08:42.523Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:08:45.532Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:08:48.541Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:08:51.551Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:08:54.567Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:08:57.580Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:09:00.589Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:09:03.599Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:09:06.608Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:09:08.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:09:08.230Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:09:08.230Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T06:09:08.237Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:09:08.238Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-c81425a8-dafe-4dd3-b8ae-49fe2f5d284f', protocol='range'}
2023-03-27T06:09:08.243Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 6: {SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-c81425a8-dafe-4dd3-b8ae-49fe2f5d284f=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-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T06:09:08.259Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:09:08.259Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-c81425a8-dafe-4dd3-b8ae-49fe2f5d284f', protocol='range'}
2023-03-27T06:09:08.260Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:09:08.260Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:09:08.260Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:09:08.260Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:09:08.265Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:09:08.265Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:09:08.265Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:09:08.266Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:09:08.266Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:09:08.266Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:09:08.266Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:09:08.266Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:09:08.266Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:09:08.266Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:09:08.266Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:09:08.266Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:09:09.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:09:09.287Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897306257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:09:09.287Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:09:09.288Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:09:09.288Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7eff5bd9-031e-4ebb-a433-909c9555370d","serviceName":"basic_onboard_QMpdnl","serviceVersion":"1.0","serviceUUID":"9d1b38d7-168e-4ef6-9355-095aef6c5a06","serviceDescription":"service","serviceInvariantUUID":"13b7de5c-4a5c-495e-b4f1-19ef4a3dc875","resources":[{"resourceInstanceName":"basic_onboard_QMpdnl 0","resourceName":"basic_onboard_QMpdnl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06bf5896-5e90-460d-b950-b0365c92c155","resourceInvariantUUID":"0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b","resourceCustomizationUUID":"9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml","artifactChecksum":"OWI4YTk5NTZmN2JiYmJiYjY4ZjBkNGJmYTg1Mjk4ZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d5361a7-c516-4f0a-86c3-1d0c64c0fe68","artifactVersion":"1"},{"artifactName":"basic_onboard_qmpdnl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json","artifactChecksum":"MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f65df3c5-c527-4045-8387-6c42535f8967","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e469475-09a0-4e48-96e4-ebd00e02b877","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2806961-ef8e-4a93-a449-365db9ac15f5","artifactVersion":"2","generatedFromUUID":"f65df3c5-c527-4045-8387-6c42535f8967"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQmpdnl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml","artifactChecksum":"YjcwYjk3ZDBiYzY0ZjJmYmQxZjA4MjU5NzBiMmU3NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"165396fc-5684-44e2-9cef-79df7fed1847","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQmpdnl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar","artifactChecksum":"NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72e06bf6-5317-4a7a-9922-993e0a0c4b89","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:09:09.290Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:09:09.290Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:09:09.290Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:09:09.291Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:09:10.291Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:09:10.292Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:09:10.292Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:09:10.292Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:09:11.293Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:09:11.293Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:09:11.293Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:09:11.293Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:09:12.294Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:09:12.294Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:09:12.294Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:09:12.294Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:09:13.295Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:09:13.296Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:09:13.296Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:09:13.296Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:09:14.297Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:09:14.297Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:09:14.297Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:09:14.298Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:09:15.298Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:09:15.299Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:09:15.299Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:09:15.299Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:09:16.300Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "serviceName": "basic_onboard_QMpdnl",
  "serviceVersion": "1.0",
  "serviceUUID": "9d1b38d7-168e-4ef6-9355-095aef6c5a06",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13b7de5c-4a5c-495e-b4f1-19ef4a3dc875",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QMpdnl 0",
      "resourceCustomizationUUID": "9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12",
      "resourceName": "basic_onboard_QMpdnl",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "06bf5896-5e90-460d-b950-b0365c92c155",
      "resourceInvariantUUID": "0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qmpdnl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
          "artifactChecksum": "MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f65df3c5-c527-4045-8387-6c42535f8967",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
            "generatedFromUUID": "f65df3c5-c527-4045-8387-6c42535f8967"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQmpdnl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
      "artifactChecksum": "NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72e06bf6-5317-4a7a-9922-993e0a0c4b89"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:09:16.301Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:09:16.301Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d1b38d7-168e-4ef6-9355-095aef6c5a06 ASDC
2023-03-27T06:09:16.301Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7eff5bd9-031e-4ebb-a433-909c9555370d
ServiceName:basic_onboard_QMpdnl
ServiceVersion:1.0
ServiceUUID:9d1b38d7-168e-4ef6-9355-095aef6c5a06
ServiceInvariantUUID:13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQmpdnl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
ArtifactUUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89
ArtifactChecksum:NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QMpdnl 0
ResourceCustomizationUUID:9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12
ResourceInvariantUUID:0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b
ResourceName:basic_onboard_QMpdnl
ResourceType:VF
ResourceUUID:06bf5896-5e90-460d-b950-b0365c92c155
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qmpdnl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
ArtifactUUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e
ArtifactChecksum:MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI=
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f65df3c5-c527-4045-8387-6c42535f8967
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T06:09:16.301Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d1b38d7-168e-4ef6-9355-095aef6c5a06 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-27T06:09:16.342Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:09:16.342Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:09:16.343Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:09:16.343Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 72e06bf6-5317-4a7a-9922-993e0a0c4b89 from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T06:09:16.343Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:09:16.343Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T06:09:16.371Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:09:16.371Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3a551106
2023-03-27T06:09:16.372Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:09:16.372Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T06:09:16.372Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardQmpdnl-csar.csar /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar 72e06bf6-5317-4a7a-9922-993e0a0c4b89 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:09:16.372Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar ASDC sendASDCNotification
2023-03-27T06:09:16.372Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(Specified artifact is  not found)
2023-03-27T06:09:16.372Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:09:16.372Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:09:16.372Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:09:16.372Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897356372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:09:17.373Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-BasicOnboardQmpdnl-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(UUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89)
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-27T06:09:17.384Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T06:09:17.385Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:09:17.389Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||basic_onboard_QMpdnl 0
2023-03-27T06:09:17.389Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
2023-03-27T06:09:17.389Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T06:09:17.390Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:09:17.390Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T06:09:17.409Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:09:17.409Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@60400443
2023-03-27T06:09:17.409Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:09:17.410Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T06:09:17.410Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_qmpdnl0_modules.json /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:09:17.410Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json ASDC sendASDCNotification
2023-03-27T06:09:17.410Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(Specified artifact is  not found)
2023-03-27T06:09:17.410Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:09:17.411Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:09:17.411Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:09:17.411Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897357410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:09:18.412Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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_qmpdnl0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(UUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e)
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-27T06:09:18.412Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:09:18.431Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:09:18.436Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:09:18.436Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:09:48.436Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:09:48.457Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:09:48.463Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:09:48.463Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:10:08.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:10:08.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:10:08.218Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:10:08.219Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:10:18.463Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:10:18.491Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:10:18.496Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:10:18.497Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:10:48.497Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:10:48.522Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:10:48.527Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:10:48.527Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:11:08.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:11:08.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:11:08.219Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T06:11:08.219Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:11:08.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:11:08.219Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:11:08.219Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:11:08.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:11:08.219Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:11:08.219Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:11:08.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:11:08.220Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-27T06:11:08.220Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:11:08.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:11:08.220Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:11:08.220Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:11:08.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:11:08.220Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:11:08.220Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:11:08.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:11:08.221Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897356372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:11:08.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:11:08.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:11:08.221Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897357410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:11:08.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:11:18.528Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:11:18.543Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:11:18.547Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:11:18.548Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:11:48.548Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:11:48.568Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:11:48.571Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:11:48.572Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:12:08.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:12:18.572Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:12:18.594Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:12:18.598Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:12:18.599Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:12:48.599Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:12:48.617Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:12:48.620Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:12:48.621Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:13:08.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:13:18.621Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:13:18.640Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:13:18.648Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:13:18.648Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:13:48.649Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:13:48.663Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:13:48.665Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:13:48.666Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:14:08.218Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:14:09.279Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:14:09.279Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Member SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-c81425a8-dafe-4dd3-b8ae-49fe2f5d284f sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-27T06:14:09.280Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-27T06:14:09.280Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-27T06:14:11.831Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:14:11.847Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:14:11.847Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T06:14:11.852Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:14:11.853Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 7: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T06:14:11.871Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:14:11.872Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:14:11.872Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:14:11.877Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:14:11.877Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:14:11.877Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:14:11.877Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=337, 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-27T06:14:11.877Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:14:11.878Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:14:18.666Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-27T06:14:18.666Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d 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-27T06:14:18.678Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7eff5bd9-031e-4ebb-a433-909c9555370d and serviceModelVersionId: 9d1b38d7-168e-4ef6-9355-095aef6c5a06
2023-03-27T06:14:18.678Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
2023-03-27T06:14:18.679Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0
2023-03-27T06:14:18.688Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:14:18.727Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|500||Invoke
2023-03-27T06:14:18.727Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7eff5bd9-031e-4ebb-a433-909c9555370d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9bea224e-f5aa-432e-bc78-40d3236e0449], X-ECOMP-RequestID=[7eff5bd9-031e-4ebb-a433-909c9555370d], X-TransactionId=[], X-ONAP-RequestID=[7eff5bd9-031e-4ebb-a433-909c9555370d], Content-Type=[application/merge-patch+json]}
2023-03-27T06:14:18.733Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T06:14:18.767Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?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/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0 has http status code:404 and response headers:{date=[Mon, 27 Mar 2023 06:14:18 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[31], x-aai-txid=[0-aai-resources-230327-06:14:18:977-65369], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:14:18.768Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","ERR.5.4.6114"]}}}

2023-03-27T06:14:18.769Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-27T06:14:18.772Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:14:18.772Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-27T06:14:18.772Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:14:18.772Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:14:18.777Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T06:14:18.777Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7eff5bd9-031e-4ebb-a433-909c9555370d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:14:18.777Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-27T06:14:18.777Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:14:18.778Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:14:18.778Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897658777,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:14:18.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:14:18.792Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897658777,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
}
2023-03-27T06:14:18.793Z||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-27T06:14:19.799Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:14:19.799Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3eceaf02-b44a-47b3-a2db-b8aa5c5845fe","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0c07833a-e216-4fdd-a97e-5a37fe9b5618","serviceDescription":"service","serviceInvariantUUID":"5119ae16-c0f3-443b-8436-075439e66ab3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"15157c1b-7520-4e59-8e7d-cd42033bc6f6","resourceInvariantUUID":"02dde935-56e9-46f6-a1ed-2017d18e3ddd","resourceCustomizationUUID":"3b212f49-7967-41e3-b0b3-f5c67a76083a","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":"NTc1NTIyNGEwM2JhY2U0ZTRlNGI3M2YzZmZkNWVkNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe2f0ff7-7184-41cc-b179-f887cb886039","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ab423d5-4df0-4c63-9a9b-f45fccd423f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:14:19.799Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:14:19.799Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:14:19.800Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:14:19.800Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "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-27T06:14:20.800Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:14:20.801Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:14:20.801Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:14:20.801Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:14:21.803Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0c07833a-e216-4fdd-a97e-5a37fe9b5618",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5119ae16-c0f3-443b-8436-075439e66ab3",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b212f49-7967-41e3-b0b3-f5c67a76083a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "15157c1b-7520-4e59-8e7d-cd42033bc6f6",
      "resourceInvariantUUID": "02dde935-56e9-46f6-a1ed-2017d18e3ddd",
      "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": "ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ab423d5-4df0-4c63-9a9b-f45fccd423f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:14:21.805Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:14:21.805Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c07833a-e216-4fdd-a97e-5a37fe9b5618 ASDC
2023-03-27T06:14:21.805Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0c07833a-e216-4fdd-a97e-5a37fe9b5618
ServiceInvariantUUID:5119ae16-c0f3-443b-8436-075439e66ab3
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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4
ArtifactChecksum:ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b212f49-7967-41e3-b0b3-f5c67a76083a
ResourceInvariantUUID:02dde935-56e9-46f6-a1ed-2017d18e3ddd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:15157c1b-7520-4e59-8e7d-cd42033bc6f6
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-27T06:14:21.805Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c07833a-e216-4fdd-a97e-5a37fe9b5618 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-27T06:14:21.835Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:14:21.836Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:14:21.836Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:14:21.836Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T06:14:21.836Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:14:21.836Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T06:14:21.862Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:14:21.862Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1bcb46ac
2023-03-27T06:14:21.862Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:14:21.862Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-27T06:14:21.863Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:14:21.863Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:14:21.863Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:14:21.863Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:14:21.863Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:14:21.863Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:14:21.863Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897661863,
  "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-27T06:14:22.864Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4)
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-27T06:14:22.898Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists
2023-03-27T06:14:22.898Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:14:22.898Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists)
2023-03-27T06:14:22.899Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:14:22.899Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:14:22.899Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:14:22.899Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897662898,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:14:23.900Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:14:23.900Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists)
2023-03-27T06:14:23.900Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:14:23.901Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:14:23.901Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:14:23.901Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897663900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:14:24.902Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:14:24.925Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:14:24.929Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:14:24.930Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:14:24.930Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:14:24.931Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:14:24.931Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:14:24.931Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:14:24.931Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:14:24.931Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:14:24.932Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:14:24.941Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:14:54.942Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe 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-27T06:14:54.955Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and serviceModelVersionId: 0c07833a-e216-4fdd-a97e-5a37fe9b5618
2023-03-27T06:14:54.956Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5119ae16-c0f3-443b-8436-075439e66ab3
2023-03-27T06:14:54.957Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0
2023-03-27T06:14:54.964Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:14:54.996Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||Invoke
2023-03-27T06:14:54.996Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3eceaf02-b44a-47b3-a2db-b8aa5c5845fe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6f5c3570-89de-43db-941c-6a37f9434e11], X-ECOMP-RequestID=[3eceaf02-b44a-47b3-a2db-b8aa5c5845fe], X-TransactionId=[], X-ONAP-RequestID=[3eceaf02-b44a-47b3-a2db-b8aa5c5845fe], Content-Type=[application/merge-patch+json]}
2023-03-27T06:14:55.004Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:14:55.138Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?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/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:14:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[573528], x-aai-txid=[2-aai-resources-230327-06:14:55:246-34096], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:14:55.138Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:14:55.139Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||InvokeReturn
2023-03-27T06:14:55.140Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:14:55.140Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:14:55.147Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:14:55.147Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:14:55.148Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:14:55.148Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:14:55.148Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:14:55.148Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897695148,
  "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-27T06:14:56.171Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:14:56.171Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"84cc4c38-db2e-426f-addf-a3026542286e","serviceName":"Demo_pNF_rb5D6ZL4SqGkCBxcGhrs","serviceVersion":"1.0","serviceUUID":"c9f67a18-e256-41f3-acaa-b5dd971d4199","serviceDescription":"catalog service description","serviceInvariantUUID":"ca53e5c4-cf56-4a3f-8edb-e39644d5c271","resources":[{"resourceInstanceName":"pNF 25b011eb-83ed 0","resourceName":"pNF 25b011eb-83ed","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3e745e72-3afe-4a65-9bf7-e1d2abc228c2","resourceInvariantUUID":"ec183920-0093-457b-a5af-176c8a914105","resourceCustomizationUUID":"386f0dcb-2fab-4319-83de-b16580fda677","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml","artifactChecksum":"ZWYwMWZhMzVkZDIxOTM1MTRiYzhlMzZiNjE0YThiYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14428971-926d-4b7f-bf42-8fe6437ffedc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c4f0abef-5bdf-495f-8bef-a4a4529fd3a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"042cbbe6-301f-408c-a227-fbfcb56b89a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml","artifactChecksum":"OWM5NDBiYTI1MzhlZGZjMjVjMzZiZjdjYjMwYzMzNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"765c4017-e693-43c1-bd5b-3c6c3eb4d38a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d72abaf-1d51-4a4d-885d-1e05aa7aa3f6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f9dff5ea-6087-4927-bf44-11d67bdbff38","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactChecksum":"MTNhNzEyZjBhY2YzM2EyOTU5ZTQxNmZiOTg5YWI4NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7df4bf1-0ee5-4384-8502-775cbba6d31d","artifactVersion":"1"},{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactChecksum":"NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84d3aeeb-281a-4221-9c76-745438b20267","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:14:56.171Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:14:56.171Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:14:56.171Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:14:56.172Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:14:57.173Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:14:57.173Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:14:57.174Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:14:57.174Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:14:58.176Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:14:58.176Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:14:58.176Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:14:58.176Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:14:59.177Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:14:59.178Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:14:59.178Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:14:59.178Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:15:00.180Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:15:00.181Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:15:00.181Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:15:00.182Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:15:01.183Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:15:01.184Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:15:01.184Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:15:01.185Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:15:02.186Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:15:02.186Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:15:02.186Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:15:02.186Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:15:03.187Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:15:03.188Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:15:03.188Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:15:03.188Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:15:04.189Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "serviceName": "Demo_pNF_rb5D6ZL4SqGkCBxcGhrs",
  "serviceVersion": "1.0",
  "serviceUUID": "c9f67a18-e256-41f3-acaa-b5dd971d4199",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ca53e5c4-cf56-4a3f-8edb-e39644d5c271",
  "resources": [
    {
      "resourceInstanceName": "pNF 25b011eb-83ed 0",
      "resourceCustomizationUUID": "386f0dcb-2fab-4319-83de-b16580fda677",
      "resourceName": "pNF 25b011eb-83ed",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3e745e72-3afe-4a65-9bf7-e1d2abc228c2",
      "resourceInvariantUUID": "ec183920-0093-457b-a5af-176c8a914105",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactChecksum": "NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "84d3aeeb-281a-4221-9c76-745438b20267"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:15:04.190Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:15:04.190Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c9f67a18-e256-41f3-acaa-b5dd971d4199 ASDC
2023-03-27T06:15:04.190Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:84cc4c38-db2e-426f-addf-a3026542286e
ServiceName:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
ServiceVersion:1.0
ServiceUUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
ServiceInvariantUUID:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactUUID:84d3aeeb-281a-4221-9c76-745438b20267
ArtifactChecksum:NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 25b011eb-83ed 0
ResourceCustomizationUUID:386f0dcb-2fab-4319-83de-b16580fda677
ResourceInvariantUUID:ec183920-0093-457b-a5af-176c8a914105
ResourceName:pNF 25b011eb-83ed
ResourceType:PNF
ResourceUUID:3e745e72-3afe-4a65-9bf7-e1d2abc228c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T06:15:04.190Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9f67a18-e256-41f3-acaa-b5dd971d4199 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-27T06:15:04.230Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:15:04.231Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:15:04.231Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:15:04.232Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267 from URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:15:04.232Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:15:04.232Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:15:04.512Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:15:04.515Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar 84d3aeeb-281a-4221-9c76-745438b20267 88018
2023-03-27T06:15:04.515Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T06:15:04.515Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:15:04.515Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:15:04.516Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:15:04.516Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:15:04.516Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897704515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:15:05.517Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:15:05.518Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:15:05.518Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267, URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar to file: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:15:05.519Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:15:05.519Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:15:05.520Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:15:05.621Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12261396749524892243/Definitions/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml
2023-03-27T06:15:06.286Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T06:15:06.286Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:15:06.286Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:15:06.286Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T06:15:06.286Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:15:06.286Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:15:06.286Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:15:06.286Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:15:06.286Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:15:06.286Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 25b011eb-83ed 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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:15:06.286Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:15:06.286Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:15:06.287Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:15:06.287Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:15:06.287Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T06:15:06.287Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:15:06.287Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:15:06.287Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:15:06.287Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:15:06.287Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T06:15:06.287Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:15:06.287Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:15:06.287Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:15:06.287Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:15:06.287Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:15:06.287Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:15:06.287Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:15:06.287Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:15:06.287Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:15:06.287Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:15:06.288Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:15:06.288Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:15:06.288Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
Description:catalog service description
Model UUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
Model Version:NULL
Model InvariantUuid:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
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-27T06:15:06.313Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||ERROR|500||Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists
2023-03-27T06:15:06.313Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T06:15:06.314Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists)
2023-03-27T06:15:06.314Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:15:06.314Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:15:06.314Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:15:06.314Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897706313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:15:07.315Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T06:15:07.316Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists)
2023-03-27T06:15:07.316Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:15:07.316Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:15:07.316Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:15:07.317Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897707315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:15:08.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:15:08.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:15:08.223Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:15:08.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:15:08.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:15:08.224Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:15:08.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:15:08.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:15:08.224Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897661863,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:15:08.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:15:08.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:15:08.224Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897662898,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
}
2023-03-27T06:15:08.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:15:08.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:15:08.224Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897663900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
}
2023-03-27T06:15:08.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:15:08.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:15:08.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897695148,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:15:08.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:15:08.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:15:08.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:15:08.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:15:08.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:15:08.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:15:08.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:15:08.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:15:08.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:15:08.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:15:08.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:15:08.226Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:15:08.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:15:08.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:15:08.226Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:15:08.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:15:08.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:15:08.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:15:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:15:08.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:15:08.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:15:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:15:08.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:15:08.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:15:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:15:08.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:15:08.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897704515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:15:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:15:08.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:15:08.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897706313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
}
2023-03-27T06:15:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:15:08.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:15:08.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897707315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
}
2023-03-27T06:15:08.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:15:08.318Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:15:08.330Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:15:08.332Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:15:08.332Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:15:08.332Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:15:08.332Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:15:08.332Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:15:08.332Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:15:08.332Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:15:08.333Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:15:08.333Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:15:08.337Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:15:38.338Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e 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-27T06:15:38.344Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84cc4c38-db2e-426f-addf-a3026542286e and serviceModelVersionId: c9f67a18-e256-41f3-acaa-b5dd971d4199
2023-03-27T06:15:38.344Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca53e5c4-cf56-4a3f-8edb-e39644d5c271
2023-03-27T06:15:38.345Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0
2023-03-27T06:15:38.354Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:15:38.383Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?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-27T06:15:38.384Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||Invoke
2023-03-27T06:15:38.392Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:15:38.534Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||InvokeReturn
2023-03-27T06:15:38.534Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:15:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[606296], x-aai-txid=[1-aai-resources-230327-06:15:38:637-5571], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:15:38.534Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:15:38.535Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:15:38.535Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:15:38.540Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:15:38.540Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84cc4c38-db2e-426f-addf-a3026542286e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:15:38.541Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:15:38.541Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:15:38.541Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:15:38.541Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897738541,
  "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-27T06:15:39.559Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:15:39.559Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"44440c6a-f1bd-4673-a6af-17a9e4d43911","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"66474687-4800-47ee-9519-ffdde7c80d58","serviceDescription":"service","serviceInvariantUUID":"06e3a032-8f72-4119-9e71-ce6588ba35ba","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a44f77ef-1d28-41e6-9f3e-b645ebc6d2db","resourceInvariantUUID":"83ae637d-0f3e-4be2-928f-2678c9531c1d","resourceCustomizationUUID":"f44634b1-d505-4227-ae5f-6b34b4b2e20c","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":"ZGVjODNkMzc4NmE3OGRjNWJlN2VjN2UwZThjNWVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6436e61f-ee28-423e-aa93-6f9a6b99dc61","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":"NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5194932-b487-47ad-a26e-ae346b8404ad","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":"26286f3d-fc00-47f6-a2d9-b8ba865afff7","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":"32d20314-45a7-4681-b948-6c1f1a813927","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":"49d5da0e-af6a-4340-87b3-1cebc927e26d","artifactVersion":"2","generatedFromUUID":"26286f3d-fc00-47f6-a2d9-b8ba865afff7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjA5YTBhMjY2MTA0MjY1ZDRiZDdjNDlhN2QyOGE4YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5a8020-e861-4d62-903b-69810912298f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25a1eb11-f825-424a-a2ea-fab104107979","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:15:39.560Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:15:39.560Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:15:39.560Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:15:39.560Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "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-27T06:15:40.561Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:15:40.562Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:15:40.562Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:15:40.562Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "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-27T06:15:41.563Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:15:41.563Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:15:41.564Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:15:41.564Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "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-27T06:15:42.565Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:15:42.566Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:15:42.566Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:15:42.566Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "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-27T06:15:43.567Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:15:43.568Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:15:43.568Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:15:43.568Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "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-27T06:15:44.569Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:15:44.570Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:15:44.570Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:15:44.571Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "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-27T06:15:45.572Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:15:45.572Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:15:45.573Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:15:45.573Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:15:46.574Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "66474687-4800-47ee-9519-ffdde7c80d58",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06e3a032-8f72-4119-9e71-ce6588ba35ba",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f44634b1-d505-4227-ae5f-6b34b4b2e20c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a44f77ef-1d28-41e6-9f3e-b645ebc6d2db",
      "resourceInvariantUUID": "83ae637d-0f3e-4be2-928f-2678c9531c1d",
      "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": "NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e5194932-b487-47ad-a26e-ae346b8404ad",
          "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": "26286f3d-fc00-47f6-a2d9-b8ba865afff7",
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
            "generatedFromUUID": "26286f3d-fc00-47f6-a2d9-b8ba865afff7"
          },
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "25a1eb11-f825-424a-a2ea-fab104107979"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:15:46.575Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:15:46.575Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66474687-4800-47ee-9519-ffdde7c80d58 ASDC
2023-03-27T06:15:46.576Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:44440c6a-f1bd-4673-a6af-17a9e4d43911
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:66474687-4800-47ee-9519-ffdde7c80d58
ServiceInvariantUUID:06e3a032-8f72-4119-9e71-ce6588ba35ba
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:25a1eb11-f825-424a-a2ea-fab104107979
ArtifactChecksum:MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f44634b1-d505-4227-ae5f-6b34b4b2e20c
ResourceInvariantUUID:83ae637d-0f3e-4be2-928f-2678c9531c1d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a44f77ef-1d28-41e6-9f3e-b645ebc6d2db
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:e5194932-b487-47ad-a26e-ae346b8404ad
ArtifactChecksum:NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA=
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:26286f3d-fc00-47f6-a2d9-b8ba865afff7
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T06:15:46.576Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66474687-4800-47ee-9519-ffdde7c80d58 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-27T06:15:46.611Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:15:46.611Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:15:46.611Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:15:46.611Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 25a1eb11-f825-424a-a2ea-fab104107979 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T06:15:46.611Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:15:46.612Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T06:15:46.639Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:15:46.639Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@328cba87
2023-03-27T06:15:46.639Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:15:46.640Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-27T06:15:46.640Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 25a1eb11-f825-424a-a2ea-fab104107979 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:15:46.640Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:15:46.640Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:15:46.640Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:15:46.641Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:15:46.641Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:15:46.641Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897746640,
  "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-27T06:15:47.642Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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:25a1eb11-f825-424a-a2ea-fab104107979)
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-27T06:15:47.672Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists
2023-03-27T06:15:47.673Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:15:47.673Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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: 25a1eb11-f825-424a-a2ea-fab104107979 already exists)
2023-03-27T06:15:47.673Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:15:47.674Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:15:47.674Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:15:47.674Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897747673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:15:48.675Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:15:48.676Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists)
2023-03-27T06:15:48.676Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:15:48.676Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:15:48.676Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:15:48.677Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897748675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:15:49.677Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:15:49.694Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:15:49.697Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:15:49.697Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:15:49.697Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:15:49.697Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:15:49.697Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:15:49.697Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:15:49.697Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:15:49.697Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:15:49.697Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:15:49.706Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:16:08.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:16:08.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:16:08.226Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897738541,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:16:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:16:08.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:16:08.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:16:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:16:08.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:16:08.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T06:16:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:16:08.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:16:08.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:16:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:16:08.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:16:08.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:16:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:16:08.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:16:08.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-27T06:16:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:16:08.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:16:08.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:16:08.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:16:08.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:16:08.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897307286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:16:08.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:16:08.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:16:08.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897746640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:16:08.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:16:08.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:16:08.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897747673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
}
2023-03-27T06:16:08.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:16:08.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:16:08.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897748675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
}
2023-03-27T06:16:08.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:16:19.706Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 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-27T06:16:19.716Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 and serviceModelVersionId: 66474687-4800-47ee-9519-ffdde7c80d58
2023-03-27T06:16:19.716Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06e3a032-8f72-4119-9e71-ce6588ba35ba
2023-03-27T06:16:19.717Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0
2023-03-27T06:16:19.722Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:16:19.744Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||Invoke
2023-03-27T06:16:19.745Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aed36f18-cf7b-447c-8b76-d7a6db959e6b], X-ECOMP-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], X-TransactionId=[], X-ONAP-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], Content-Type=[application/merge-patch+json]}
2023-03-27T06:16:19.751Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:16:19.881Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?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/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:16:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[622680], x-aai-txid=[1-aai-resources-230327-06:16:19:994-78038], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:16:19.881Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:16:19.882Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||InvokeReturn
2023-03-27T06:16:19.882Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:16:19.882Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:16:19.887Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:16:19.888Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44440c6a-f1bd-4673-a6af-17a9e4d43911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:16:19.888Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:16:19.888Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:16:19.888Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:16:19.888Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897779888,
  "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-27T06:16:20.912Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T06:16:20.913Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-27T06:16:20.913Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:16:20.913Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:16:20.913Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:16:20.914Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T06:16:20.917Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-b72b5c39-802f-42bc-9b59-02935785a27b
2023-03-27T06:16:20.918Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:16:20.918Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:16:20.918Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T06:16:21.375Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:16:24.384Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:16:27.394Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:16:30.403Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:16:33.411Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:16:36.420Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:16:39.430Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:16:42.439Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:16:45.448Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:16:48.458Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:16:51.467Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:16:54.476Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:16:57.485Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:17:00.495Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:17:03.503Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:17:06.513Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:17:08.217Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:17:08.232Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:17:08.232Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T06:17:08.237Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-b72b5c39-802f-42bc-9b59-02935785a27b', protocol='range'}
2023-03-27T06:17:08.237Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:17:08.243Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 8: {SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-b72b5c39-802f-42bc-9b59-02935785a27b=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-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T06:17:08.259Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:17:08.259Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-b72b5c39-802f-42bc-9b59-02935785a27b', protocol='range'}
2023-03-27T06:17:08.259Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:17:08.259Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:17:08.260Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:17:08.260Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:17:08.264Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:17:08.264Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:17:08.264Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:17:08.264Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:17:08.264Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:17:08.264Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:17:08.264Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:17:08.265Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:17:08.265Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:17:08.265Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=366, 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-27T06:17:08.265Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:17:08.265Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:17:09.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:17:09.284Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897779888,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:17:09.285Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:17:09.291Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:17:09.291Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7eff5bd9-031e-4ebb-a433-909c9555370d","serviceName":"basic_onboard_QMpdnl","serviceVersion":"1.0","serviceUUID":"9d1b38d7-168e-4ef6-9355-095aef6c5a06","serviceDescription":"service","serviceInvariantUUID":"13b7de5c-4a5c-495e-b4f1-19ef4a3dc875","resources":[{"resourceInstanceName":"basic_onboard_QMpdnl 0","resourceName":"basic_onboard_QMpdnl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06bf5896-5e90-460d-b950-b0365c92c155","resourceInvariantUUID":"0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b","resourceCustomizationUUID":"9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml","artifactChecksum":"OWI4YTk5NTZmN2JiYmJiYjY4ZjBkNGJmYTg1Mjk4ZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d5361a7-c516-4f0a-86c3-1d0c64c0fe68","artifactVersion":"1"},{"artifactName":"basic_onboard_qmpdnl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json","artifactChecksum":"MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f65df3c5-c527-4045-8387-6c42535f8967","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e469475-09a0-4e48-96e4-ebd00e02b877","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2806961-ef8e-4a93-a449-365db9ac15f5","artifactVersion":"2","generatedFromUUID":"f65df3c5-c527-4045-8387-6c42535f8967"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQmpdnl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml","artifactChecksum":"YjcwYjk3ZDBiYzY0ZjJmYmQxZjA4MjU5NzBiMmU3NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"165396fc-5684-44e2-9cef-79df7fed1847","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQmpdnl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar","artifactChecksum":"NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72e06bf6-5317-4a7a-9922-993e0a0c4b89","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:17:09.293Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:17:09.294Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:17:09.294Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:17:09.294Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:17:10.295Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:17:10.295Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:17:10.295Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:17:10.295Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:17:11.296Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:17:11.296Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:17:11.296Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:17:11.296Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:17:12.297Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:17:12.297Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:17:12.298Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:17:12.298Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:17:13.298Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:17:13.299Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:17:13.299Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:17:13.299Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:17:14.300Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:17:14.300Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:17:14.300Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:17:14.300Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:17:15.301Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:17:15.302Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:17:15.302Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:17:15.302Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:17:16.303Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "serviceName": "basic_onboard_QMpdnl",
  "serviceVersion": "1.0",
  "serviceUUID": "9d1b38d7-168e-4ef6-9355-095aef6c5a06",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13b7de5c-4a5c-495e-b4f1-19ef4a3dc875",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QMpdnl 0",
      "resourceCustomizationUUID": "9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12",
      "resourceName": "basic_onboard_QMpdnl",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "06bf5896-5e90-460d-b950-b0365c92c155",
      "resourceInvariantUUID": "0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qmpdnl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
          "artifactChecksum": "MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f65df3c5-c527-4045-8387-6c42535f8967",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
            "generatedFromUUID": "f65df3c5-c527-4045-8387-6c42535f8967"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQmpdnl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
      "artifactChecksum": "NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72e06bf6-5317-4a7a-9922-993e0a0c4b89"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:17:16.303Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:17:16.304Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d1b38d7-168e-4ef6-9355-095aef6c5a06 ASDC
2023-03-27T06:17:16.304Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7eff5bd9-031e-4ebb-a433-909c9555370d
ServiceName:basic_onboard_QMpdnl
ServiceVersion:1.0
ServiceUUID:9d1b38d7-168e-4ef6-9355-095aef6c5a06
ServiceInvariantUUID:13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQmpdnl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
ArtifactUUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89
ArtifactChecksum:NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QMpdnl 0
ResourceCustomizationUUID:9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12
ResourceInvariantUUID:0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b
ResourceName:basic_onboard_QMpdnl
ResourceType:VF
ResourceUUID:06bf5896-5e90-460d-b950-b0365c92c155
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qmpdnl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
ArtifactUUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e
ArtifactChecksum:MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI=
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f65df3c5-c527-4045-8387-6c42535f8967
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T06:17:16.304Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d1b38d7-168e-4ef6-9355-095aef6c5a06 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-27T06:17:16.343Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:17:16.344Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:17:16.344Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:17:16.344Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 72e06bf6-5317-4a7a-9922-993e0a0c4b89 from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T06:17:16.344Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:17:16.344Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T06:17:16.368Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:17:16.368Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@59ac5496
2023-03-27T06:17:16.368Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:17:16.369Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T06:17:16.369Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardQmpdnl-csar.csar /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar 72e06bf6-5317-4a7a-9922-993e0a0c4b89 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:17:16.369Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar ASDC sendASDCNotification
2023-03-27T06:17:16.369Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(Specified artifact is  not found)
2023-03-27T06:17:16.369Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:17:16.369Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:17:16.369Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:17:16.369Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897836369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:17:17.370Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-BasicOnboardQmpdnl-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(UUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89)
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-27T06:17:17.380Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T06:17:17.381Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:17:17.385Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||basic_onboard_QMpdnl 0
2023-03-27T06:17:17.385Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
2023-03-27T06:17:17.385Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T06:17:17.385Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:17:17.385Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T06:17:17.402Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:17:17.402Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@31778a89
2023-03-27T06:17:17.403Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:17:17.403Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T06:17:17.403Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_qmpdnl0_modules.json /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:17:17.403Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json ASDC sendASDCNotification
2023-03-27T06:17:17.403Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(Specified artifact is  not found)
2023-03-27T06:17:17.403Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:17:17.404Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:17:17.404Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:17:17.404Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897837403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:17:18.405Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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_qmpdnl0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(UUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e)
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-27T06:17:18.405Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:17:18.425Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:17:18.428Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:17:18.428Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:17:48.428Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:17:48.450Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:17:48.454Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:17:48.455Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:18:08.217Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:18:08.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:18:08.219Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:18:08.220Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:18:18.455Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:18:18.469Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:18:18.473Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:18:18.473Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:18:48.473Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:18:48.493Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:18:48.496Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:18:48.496Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:19:08.217Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:19:08.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:19:08.219Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T06:19:08.219Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:19:08.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:19:08.219Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:19:08.220Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:19:08.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:19:08.220Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:19:08.220Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:19:08.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:19:08.220Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-27T06:19:08.220Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:19:08.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:19:08.220Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:19:08.220Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:19:08.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:19:08.220Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:19:08.221Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:19:08.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:19:08.221Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897836369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:19:08.221Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:19:08.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:19:08.221Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897837403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:19:08.221Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:19:18.496Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:19:18.515Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:19:18.519Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:19:18.519Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:19:48.520Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:19:48.539Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:19:48.543Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:19:48.543Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:20:08.217Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:20:18.544Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:20:18.558Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:20:18.561Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:20:18.561Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:20:48.561Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:20:48.580Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:20:48.585Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:20:48.585Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:21:08.218Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:21:18.585Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:21:18.602Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:21:18.606Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:21:18.606Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:21:48.606Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:21:48.626Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:21:48.630Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:21:48.630Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:22:08.219Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:22:09.293Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:22:09.293Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Member SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-b72b5c39-802f-42bc-9b59-02935785a27b sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-27T06:22:09.294Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-27T06:22:09.294Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-27T06:22:11.848Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:22:11.863Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:22:11.864Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T06:22:11.870Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:22:11.871Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 9: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T06:22:11.887Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:22:11.887Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:22:11.888Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:22:11.892Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:22:11.892Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:22:11.892Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:22:11.892Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=376, 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-27T06:22:11.892Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:22:11.892Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:22:18.630Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-27T06:22:18.630Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d 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-27T06:22:18.640Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7eff5bd9-031e-4ebb-a433-909c9555370d and serviceModelVersionId: 9d1b38d7-168e-4ef6-9355-095aef6c5a06
2023-03-27T06:22:18.641Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
2023-03-27T06:22:18.641Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0
2023-03-27T06:22:18.648Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:22:18.673Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?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-27T06:22:18.673Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|500||Invoke
2023-03-27T06:22:18.680Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T06:22:18.730Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-27T06:22:18.731Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0 has http status code:404 and response headers:{date=[Mon, 27 Mar 2023 06:22:18 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[37], x-aai-txid=[1-aai-resources-230327-06:22:18:927-7818], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:22:18.732Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","ERR.5.4.6114"]}}}

2023-03-27T06:22:18.734Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:22:18.734Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-27T06:22:18.735Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:22:18.735Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:22:18.740Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T06:22:18.740Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7eff5bd9-031e-4ebb-a433-909c9555370d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:22:18.740Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-27T06:22:18.740Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:22:18.740Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:22:18.740Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898138740,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:22:18.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:22:18.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898138740,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
}
2023-03-27T06:22:18.765Z||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-27T06:22:19.766Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:22:19.766Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3eceaf02-b44a-47b3-a2db-b8aa5c5845fe","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0c07833a-e216-4fdd-a97e-5a37fe9b5618","serviceDescription":"service","serviceInvariantUUID":"5119ae16-c0f3-443b-8436-075439e66ab3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"15157c1b-7520-4e59-8e7d-cd42033bc6f6","resourceInvariantUUID":"02dde935-56e9-46f6-a1ed-2017d18e3ddd","resourceCustomizationUUID":"3b212f49-7967-41e3-b0b3-f5c67a76083a","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":"NTc1NTIyNGEwM2JhY2U0ZTRlNGI3M2YzZmZkNWVkNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe2f0ff7-7184-41cc-b179-f887cb886039","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ab423d5-4df0-4c63-9a9b-f45fccd423f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:22:19.767Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:22:19.767Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:22:19.767Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:22:19.768Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "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-27T06:22:20.769Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:22:20.769Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:22:20.770Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:22:20.770Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:22:21.771Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0c07833a-e216-4fdd-a97e-5a37fe9b5618",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5119ae16-c0f3-443b-8436-075439e66ab3",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b212f49-7967-41e3-b0b3-f5c67a76083a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "15157c1b-7520-4e59-8e7d-cd42033bc6f6",
      "resourceInvariantUUID": "02dde935-56e9-46f6-a1ed-2017d18e3ddd",
      "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": "ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ab423d5-4df0-4c63-9a9b-f45fccd423f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:22:21.772Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:22:21.772Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c07833a-e216-4fdd-a97e-5a37fe9b5618 ASDC
2023-03-27T06:22:21.773Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0c07833a-e216-4fdd-a97e-5a37fe9b5618
ServiceInvariantUUID:5119ae16-c0f3-443b-8436-075439e66ab3
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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4
ArtifactChecksum:ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b212f49-7967-41e3-b0b3-f5c67a76083a
ResourceInvariantUUID:02dde935-56e9-46f6-a1ed-2017d18e3ddd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:15157c1b-7520-4e59-8e7d-cd42033bc6f6
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-27T06:22:21.773Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c07833a-e216-4fdd-a97e-5a37fe9b5618 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-27T06:22:21.809Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:22:21.811Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:22:21.811Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:22:21.811Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T06:22:21.811Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:22:21.811Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T06:22:21.836Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:22:21.836Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4f97a831
2023-03-27T06:22:21.836Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:22:21.836Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-27T06:22:21.836Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:22:21.837Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:22:21.837Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:22:21.837Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:22:21.837Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:22:21.837Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:22:21.837Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898141837,
  "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-27T06:22:22.838Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4)
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-27T06:22:22.875Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists
2023-03-27T06:22:22.876Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:22:22.876Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists)
2023-03-27T06:22:22.876Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:22:22.877Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:22:22.877Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:22:22.877Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898142876,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:22:23.878Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:22:23.879Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists)
2023-03-27T06:22:23.879Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:22:23.879Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:22:23.879Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:22:23.879Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898143878,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:22:24.880Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:22:24.900Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:22:24.904Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:22:24.905Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:22:24.905Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:22:24.905Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:22:24.905Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:22:24.905Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:22:24.905Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:22:24.905Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:22:24.905Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:22:24.916Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:22:54.917Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe 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-27T06:22:54.926Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and serviceModelVersionId: 0c07833a-e216-4fdd-a97e-5a37fe9b5618
2023-03-27T06:22:54.926Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5119ae16-c0f3-443b-8436-075439e66ab3
2023-03-27T06:22:54.927Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0
2023-03-27T06:22:54.931Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:22:54.956Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||Invoke
2023-03-27T06:22:54.956Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3eceaf02-b44a-47b3-a2db-b8aa5c5845fe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cb277d94-a5c4-49a1-b225-0b03c3efab84], X-ECOMP-RequestID=[3eceaf02-b44a-47b3-a2db-b8aa5c5845fe], X-TransactionId=[], X-ONAP-RequestID=[3eceaf02-b44a-47b3-a2db-b8aa5c5845fe], Content-Type=[application/merge-patch+json]}
2023-03-27T06:22:54.962Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:22:55.144Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?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/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:22:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[176], vertex-id=[573528], x-aai-txid=[0-aai-resources-230327-06:22:55:210-24193], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:22:55.144Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:22:55.145Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||InvokeReturn
2023-03-27T06:22:55.146Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:22:55.146Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:22:55.151Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:22:55.152Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:22:55.152Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:22:55.152Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:22:55.153Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:22:55.153Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898175152,
  "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-27T06:22:56.171Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:22:56.171Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"84cc4c38-db2e-426f-addf-a3026542286e","serviceName":"Demo_pNF_rb5D6ZL4SqGkCBxcGhrs","serviceVersion":"1.0","serviceUUID":"c9f67a18-e256-41f3-acaa-b5dd971d4199","serviceDescription":"catalog service description","serviceInvariantUUID":"ca53e5c4-cf56-4a3f-8edb-e39644d5c271","resources":[{"resourceInstanceName":"pNF 25b011eb-83ed 0","resourceName":"pNF 25b011eb-83ed","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3e745e72-3afe-4a65-9bf7-e1d2abc228c2","resourceInvariantUUID":"ec183920-0093-457b-a5af-176c8a914105","resourceCustomizationUUID":"386f0dcb-2fab-4319-83de-b16580fda677","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml","artifactChecksum":"ZWYwMWZhMzVkZDIxOTM1MTRiYzhlMzZiNjE0YThiYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14428971-926d-4b7f-bf42-8fe6437ffedc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c4f0abef-5bdf-495f-8bef-a4a4529fd3a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"042cbbe6-301f-408c-a227-fbfcb56b89a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml","artifactChecksum":"OWM5NDBiYTI1MzhlZGZjMjVjMzZiZjdjYjMwYzMzNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"765c4017-e693-43c1-bd5b-3c6c3eb4d38a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d72abaf-1d51-4a4d-885d-1e05aa7aa3f6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f9dff5ea-6087-4927-bf44-11d67bdbff38","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactChecksum":"MTNhNzEyZjBhY2YzM2EyOTU5ZTQxNmZiOTg5YWI4NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7df4bf1-0ee5-4384-8502-775cbba6d31d","artifactVersion":"1"},{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactChecksum":"NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84d3aeeb-281a-4221-9c76-745438b20267","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:22:56.172Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:22:56.172Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:22:56.172Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:22:56.172Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:22:57.172Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:22:57.173Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:22:57.174Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:22:57.174Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:22:58.175Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:22:58.176Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:22:58.176Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:22:58.176Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:22:59.177Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:22:59.177Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:22:59.178Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:22:59.178Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:23:00.178Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:23:00.179Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:23:00.179Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:23:00.179Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:23:01.180Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:23:01.180Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:23:01.180Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:23:01.181Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:23:02.181Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:23:02.182Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:23:02.182Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:23:02.182Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:23:03.183Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:23:03.183Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:23:03.184Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:23:03.184Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:23:04.185Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "serviceName": "Demo_pNF_rb5D6ZL4SqGkCBxcGhrs",
  "serviceVersion": "1.0",
  "serviceUUID": "c9f67a18-e256-41f3-acaa-b5dd971d4199",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ca53e5c4-cf56-4a3f-8edb-e39644d5c271",
  "resources": [
    {
      "resourceInstanceName": "pNF 25b011eb-83ed 0",
      "resourceCustomizationUUID": "386f0dcb-2fab-4319-83de-b16580fda677",
      "resourceName": "pNF 25b011eb-83ed",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3e745e72-3afe-4a65-9bf7-e1d2abc228c2",
      "resourceInvariantUUID": "ec183920-0093-457b-a5af-176c8a914105",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactChecksum": "NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "84d3aeeb-281a-4221-9c76-745438b20267"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:23:04.185Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:23:04.185Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c9f67a18-e256-41f3-acaa-b5dd971d4199 ASDC
2023-03-27T06:23:04.185Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:84cc4c38-db2e-426f-addf-a3026542286e
ServiceName:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
ServiceVersion:1.0
ServiceUUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
ServiceInvariantUUID:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactUUID:84d3aeeb-281a-4221-9c76-745438b20267
ArtifactChecksum:NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 25b011eb-83ed 0
ResourceCustomizationUUID:386f0dcb-2fab-4319-83de-b16580fda677
ResourceInvariantUUID:ec183920-0093-457b-a5af-176c8a914105
ResourceName:pNF 25b011eb-83ed
ResourceType:PNF
ResourceUUID:3e745e72-3afe-4a65-9bf7-e1d2abc228c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T06:23:04.185Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9f67a18-e256-41f3-acaa-b5dd971d4199 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-27T06:23:04.208Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:23:04.208Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:23:04.209Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:23:04.209Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267 from URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:23:04.209Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:23:04.209Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:23:04.507Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:23:04.510Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar 84d3aeeb-281a-4221-9c76-745438b20267 88018
2023-03-27T06:23:04.511Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T06:23:04.511Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:23:04.511Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:23:04.511Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:23:04.511Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:23:04.512Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898184511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:23:05.512Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:23:05.514Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:23:05.514Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267, URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar to file: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:23:05.514Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:23:05.515Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:23:05.515Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:23:05.598Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11384877472927417090/Definitions/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml
2023-03-27T06:23:06.296Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T06:23:06.296Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:23:06.296Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:23:06.296Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T06:23:06.296Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:23:06.296Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:23:06.296Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:23:06.296Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:23:06.297Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:23:06.297Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 25b011eb-83ed 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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:23:06.297Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:23:06.297Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:23:06.297Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:23:06.297Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:23:06.297Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T06:23:06.297Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:23:06.297Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:23:06.297Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:23:06.297Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:23:06.297Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T06:23:06.297Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:23:06.297Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:23:06.297Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:23:06.298Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:23:06.298Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:23:06.298Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:23:06.298Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:23:06.298Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:23:06.298Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:23:06.298Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:23:06.298Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:23:06.298Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:23:06.298Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
Description:catalog service description
Model UUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
Model Version:NULL
Model InvariantUuid:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
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-27T06:23:06.327Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||ERROR|500||Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists
2023-03-27T06:23:06.327Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T06:23:06.327Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists)
2023-03-27T06:23:06.327Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:23:06.328Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:23:06.328Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:23:06.328Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898186327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:23:07.329Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T06:23:07.329Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists)
2023-03-27T06:23:07.329Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:23:07.330Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:23:07.330Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:23:07.330Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898187329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:23:08.217Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:23:08.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.227Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.227Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:23:08.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898141837,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:23:08.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898142876,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
}
2023-03-27T06:23:08.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898143878,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
}
2023-03-27T06:23:08.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679898103428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.229Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898140218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.229Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898136350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.229Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679898138249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.229Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679898142362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.229Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898144673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.230Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679898103428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.230Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898140218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.230Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898136350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.231Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679898142362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.231Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679898138249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.231Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898144673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898140218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898136350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679898138249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679898142362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679898103428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898144673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679898103428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898140218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898136350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679898138249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.235Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679898142362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.235Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898144673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.235Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898136350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.236Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898140218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.236Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679898142362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.236Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679898138249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.237Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679898103428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.237Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898144673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.237Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898136350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.237Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898140218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.238Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679898103428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.238Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679898142362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:23:08.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.238Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679898138249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.238Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898144673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.239Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898140218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.239Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.239Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679898103428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.239Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.239Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898136350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.239Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.239Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679898142362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.240Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679898138249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.240Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898144673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.240Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898136350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:23:08.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.241Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679898103428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:23:08.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.241Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898140218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:23:08.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.241Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679898142362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.241Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679898138249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:23:08.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.242Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898144673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:23:08.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.242Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898154172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:23:08.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.242Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898154160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:23:08.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.242Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679898153266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:23:08.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.243Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898154130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:23:08.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.243Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898155163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:23:08.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.243Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898156164,
  "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-27T06:23:08.273Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb069806-7103-42ce-8df3-e480daf71898
2023-03-27T06:23:08.273Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb069806-7103-42ce-8df3-e480daf71898 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-27T06:23:08.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.287Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898155944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:23:08.287Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.287Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898157517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:23:08.287Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.287Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898156949,
  "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-27T06:23:08.293Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb069806-7103-42ce-8df3-e480daf71898
2023-03-27T06:23:08.293Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb069806-7103-42ce-8df3-e480daf71898 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-27T06:23:08.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.303Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898158520,
  "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-27T06:23:08.308Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb069806-7103-42ce-8df3-e480daf71898
2023-03-27T06:23:08.308Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb069806-7103-42ce-8df3-e480daf71898 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-27T06:23:08.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.321Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898175152,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:23:08.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.321Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.321Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.321Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898184511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898186327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
}
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:23:08.322Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898187329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
}
2023-03-27T06:23:08.323Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:23:08.331Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:23:08.344Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:23:08.348Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:23:08.348Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:23:08.348Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:23:08.348Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:23:08.348Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:23:08.348Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:23:08.348Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:23:08.348Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:23:08.349Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:23:08.359Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:23:38.360Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e 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-27T06:23:38.370Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84cc4c38-db2e-426f-addf-a3026542286e and serviceModelVersionId: c9f67a18-e256-41f3-acaa-b5dd971d4199
2023-03-27T06:23:38.370Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca53e5c4-cf56-4a3f-8edb-e39644d5c271
2023-03-27T06:23:38.371Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0
2023-03-27T06:23:38.379Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:23:38.410Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?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-27T06:23:38.411Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||Invoke
2023-03-27T06:23:38.417Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:23:38.575Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||InvokeReturn
2023-03-27T06:23:38.575Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:23:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[606296], x-aai-txid=[1-aai-resources-230327-06:23:38:664-85482], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:23:38.575Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:23:38.576Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:23:38.576Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:23:38.582Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:23:38.582Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84cc4c38-db2e-426f-addf-a3026542286e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:23:38.582Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:23:38.583Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:23:38.583Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:23:38.583Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898218582,
  "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-27T06:23:39.603Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:23:39.603Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"44440c6a-f1bd-4673-a6af-17a9e4d43911","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"66474687-4800-47ee-9519-ffdde7c80d58","serviceDescription":"service","serviceInvariantUUID":"06e3a032-8f72-4119-9e71-ce6588ba35ba","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a44f77ef-1d28-41e6-9f3e-b645ebc6d2db","resourceInvariantUUID":"83ae637d-0f3e-4be2-928f-2678c9531c1d","resourceCustomizationUUID":"f44634b1-d505-4227-ae5f-6b34b4b2e20c","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":"ZGVjODNkMzc4NmE3OGRjNWJlN2VjN2UwZThjNWVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6436e61f-ee28-423e-aa93-6f9a6b99dc61","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":"NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5194932-b487-47ad-a26e-ae346b8404ad","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":"26286f3d-fc00-47f6-a2d9-b8ba865afff7","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":"32d20314-45a7-4681-b948-6c1f1a813927","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":"49d5da0e-af6a-4340-87b3-1cebc927e26d","artifactVersion":"2","generatedFromUUID":"26286f3d-fc00-47f6-a2d9-b8ba865afff7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjA5YTBhMjY2MTA0MjY1ZDRiZDdjNDlhN2QyOGE4YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5a8020-e861-4d62-903b-69810912298f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25a1eb11-f825-424a-a2ea-fab104107979","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:23:39.604Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:23:39.604Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:23:39.604Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:23:39.604Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "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-27T06:23:40.605Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:23:40.605Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:23:40.605Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:23:40.605Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "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-27T06:23:41.606Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:23:41.607Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:23:41.607Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:23:41.607Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "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-27T06:23:42.608Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:23:42.608Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:23:42.608Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:23:42.608Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "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-27T06:23:43.609Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:23:43.609Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:23:43.609Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:23:43.609Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "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-27T06:23:44.610Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:23:44.610Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:23:44.611Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:23:44.611Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "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-27T06:23:45.611Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:23:45.612Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:23:45.612Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:23:45.612Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:23:46.613Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "66474687-4800-47ee-9519-ffdde7c80d58",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06e3a032-8f72-4119-9e71-ce6588ba35ba",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f44634b1-d505-4227-ae5f-6b34b4b2e20c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a44f77ef-1d28-41e6-9f3e-b645ebc6d2db",
      "resourceInvariantUUID": "83ae637d-0f3e-4be2-928f-2678c9531c1d",
      "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": "NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e5194932-b487-47ad-a26e-ae346b8404ad",
          "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": "26286f3d-fc00-47f6-a2d9-b8ba865afff7",
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
            "generatedFromUUID": "26286f3d-fc00-47f6-a2d9-b8ba865afff7"
          },
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "25a1eb11-f825-424a-a2ea-fab104107979"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:23:46.614Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:23:46.614Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66474687-4800-47ee-9519-ffdde7c80d58 ASDC
2023-03-27T06:23:46.614Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:44440c6a-f1bd-4673-a6af-17a9e4d43911
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:66474687-4800-47ee-9519-ffdde7c80d58
ServiceInvariantUUID:06e3a032-8f72-4119-9e71-ce6588ba35ba
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:25a1eb11-f825-424a-a2ea-fab104107979
ArtifactChecksum:MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f44634b1-d505-4227-ae5f-6b34b4b2e20c
ResourceInvariantUUID:83ae637d-0f3e-4be2-928f-2678c9531c1d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a44f77ef-1d28-41e6-9f3e-b645ebc6d2db
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:e5194932-b487-47ad-a26e-ae346b8404ad
ArtifactChecksum:NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA=
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:26286f3d-fc00-47f6-a2d9-b8ba865afff7
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T06:23:46.614Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66474687-4800-47ee-9519-ffdde7c80d58 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-27T06:23:46.644Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:23:46.645Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:23:46.645Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:23:46.645Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 25a1eb11-f825-424a-a2ea-fab104107979 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T06:23:46.645Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:23:46.645Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T06:23:46.669Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:23:46.669Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@a6e7af7
2023-03-27T06:23:46.669Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:23:46.670Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-27T06:23:46.670Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 25a1eb11-f825-424a-a2ea-fab104107979 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:23:46.670Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:23:46.670Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:23:46.670Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:23:46.670Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:23:46.671Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:23:46.671Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898226670,
  "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-27T06:23:47.672Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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:25a1eb11-f825-424a-a2ea-fab104107979)
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-27T06:23:47.709Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists
2023-03-27T06:23:47.710Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:23:47.710Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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: 25a1eb11-f825-424a-a2ea-fab104107979 already exists)
2023-03-27T06:23:47.710Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:23:47.710Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:23:47.710Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:23:47.711Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898227710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:23:48.712Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:23:48.712Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists)
2023-03-27T06:23:48.712Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:23:48.712Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:23:48.712Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:23:48.713Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898228712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:23:49.713Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:23:49.735Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:23:49.738Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:23:49.739Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:23:49.739Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:23:49.739Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:23:49.739Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:23:49.739Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:23:49.739Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:23:49.739Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:23:49.739Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:23:49.747Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:24:08.217Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:24:08.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:24:08.225Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898218582,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:24:08.226Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:24:08.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:24:08.226Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:24:08.226Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:24:08.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:24:08.226Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T06:24:08.226Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:24:08.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:24:08.226Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:24:08.226Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:24:08.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:24:08.227Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:24:08.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:24:08.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:24:08.227Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-27T06:24:08.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:24:08.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:24:08.227Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:24:08.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:24:08.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:24:08.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679897780912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:24:08.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:24:08.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:24:08.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898226670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:24:08.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:24:08.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:24:08.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898227710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
}
2023-03-27T06:24:08.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:24:08.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-27T06:24:08.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898228712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
}
2023-03-27T06:24:08.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:24:19.747Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 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-27T06:24:19.757Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 and serviceModelVersionId: 66474687-4800-47ee-9519-ffdde7c80d58
2023-03-27T06:24:19.757Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06e3a032-8f72-4119-9e71-ce6588ba35ba
2023-03-27T06:24:19.758Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0
2023-03-27T06:24:19.763Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:24:19.792Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||Invoke
2023-03-27T06:24:19.792Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d2587739-bfad-4567-b3ce-beb030434344], X-ECOMP-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], X-TransactionId=[], X-ONAP-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], Content-Type=[application/merge-patch+json]}
2023-03-27T06:24:19.799Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:24:19.937Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?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/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:24:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[622680], x-aai-txid=[0-aai-resources-230327-06:24:20:047-44704], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:24:19.937Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:24:19.938Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||InvokeReturn
2023-03-27T06:24:19.938Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:24:19.938Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:24:19.944Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:24:19.944Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44440c6a-f1bd-4673-a6af-17a9e4d43911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:24:19.944Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:24:19.944Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:24:19.944Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:24:19.944Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898259944,
  "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-27T06:24:20.967Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T06:24:20.968Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-27T06:24:20.969Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:24:20.969Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:24:20.969Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:24:20.969Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T06:24:20.973Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:24:20.975Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-e4939675-7351-4800-b45e-6e229b4e554f
2023-03-27T06:24:20.975Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:24:20.975Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T06:24:21.466Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:24:24.475Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:24:27.489Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:24:30.498Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:24:33.509Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:24:36.517Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:24:39.527Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:24:42.535Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:24:45.545Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:24:48.555Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:24:51.564Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:24:54.574Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:24:57.583Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:25:00.592Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:25:03.603Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:25:06.613Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:25:08.217Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:25:08.231Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:25:08.232Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T06:25:08.237Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully joined group with generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-e4939675-7351-4800-b45e-6e229b4e554f', protocol='range'}
2023-03-27T06:25:08.237Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:25:08.242Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 10: {SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-e4939675-7351-4800-b45e-6e229b4e554f=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-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T06:25:08.258Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:25:08.258Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully synced group in generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-e4939675-7351-4800-b45e-6e229b4e554f', protocol='range'}
2023-03-27T06:25:08.258Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:25:08.259Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:25:08.259Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:25:08.259Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:25:08.263Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:25:08.263Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:25:08.263Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:25:08.264Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=463, 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-27T06:25:08.264Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:25:08.264Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:25:08.264Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:25:08.264Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:25:08.264Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:25:08.264Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:25:08.265Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:25:08.265Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:25:09.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T06:25:09.283Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898259944,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:25:09.284Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:25:09.289Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:25:09.289Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7eff5bd9-031e-4ebb-a433-909c9555370d","serviceName":"basic_onboard_QMpdnl","serviceVersion":"1.0","serviceUUID":"9d1b38d7-168e-4ef6-9355-095aef6c5a06","serviceDescription":"service","serviceInvariantUUID":"13b7de5c-4a5c-495e-b4f1-19ef4a3dc875","resources":[{"resourceInstanceName":"basic_onboard_QMpdnl 0","resourceName":"basic_onboard_QMpdnl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06bf5896-5e90-460d-b950-b0365c92c155","resourceInvariantUUID":"0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b","resourceCustomizationUUID":"9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml","artifactChecksum":"OWI4YTk5NTZmN2JiYmJiYjY4ZjBkNGJmYTg1Mjk4ZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d5361a7-c516-4f0a-86c3-1d0c64c0fe68","artifactVersion":"1"},{"artifactName":"basic_onboard_qmpdnl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json","artifactChecksum":"MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f65df3c5-c527-4045-8387-6c42535f8967","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e469475-09a0-4e48-96e4-ebd00e02b877","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2806961-ef8e-4a93-a449-365db9ac15f5","artifactVersion":"2","generatedFromUUID":"f65df3c5-c527-4045-8387-6c42535f8967"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQmpdnl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml","artifactChecksum":"YjcwYjk3ZDBiYzY0ZjJmYmQxZjA4MjU5NzBiMmU3NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"165396fc-5684-44e2-9cef-79df7fed1847","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQmpdnl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar","artifactChecksum":"NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72e06bf6-5317-4a7a-9922-993e0a0c4b89","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:25:09.292Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:25:09.293Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:25:09.293Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:25:09.293Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:25:10.294Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:25:10.294Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:25:10.294Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:25:10.294Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:25:11.295Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:25:11.296Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:25:11.296Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:25:11.296Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:25:12.297Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:25:12.297Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:25:12.298Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:25:12.298Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:25:13.299Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:25:13.299Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:25:13.299Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:25:13.299Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:25:14.300Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:25:14.301Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:25:14.301Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:25:14.301Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:25:15.301Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:25:15.302Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:25:15.302Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:25:15.302Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:25:16.304Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "serviceName": "basic_onboard_QMpdnl",
  "serviceVersion": "1.0",
  "serviceUUID": "9d1b38d7-168e-4ef6-9355-095aef6c5a06",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13b7de5c-4a5c-495e-b4f1-19ef4a3dc875",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QMpdnl 0",
      "resourceCustomizationUUID": "9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12",
      "resourceName": "basic_onboard_QMpdnl",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "06bf5896-5e90-460d-b950-b0365c92c155",
      "resourceInvariantUUID": "0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qmpdnl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
          "artifactChecksum": "MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f65df3c5-c527-4045-8387-6c42535f8967",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
            "generatedFromUUID": "f65df3c5-c527-4045-8387-6c42535f8967"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQmpdnl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
      "artifactChecksum": "NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72e06bf6-5317-4a7a-9922-993e0a0c4b89"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:25:16.304Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:25:16.304Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d1b38d7-168e-4ef6-9355-095aef6c5a06 ASDC
2023-03-27T06:25:16.305Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7eff5bd9-031e-4ebb-a433-909c9555370d
ServiceName:basic_onboard_QMpdnl
ServiceVersion:1.0
ServiceUUID:9d1b38d7-168e-4ef6-9355-095aef6c5a06
ServiceInvariantUUID:13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQmpdnl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
ArtifactUUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89
ArtifactChecksum:NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QMpdnl 0
ResourceCustomizationUUID:9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12
ResourceInvariantUUID:0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b
ResourceName:basic_onboard_QMpdnl
ResourceType:VF
ResourceUUID:06bf5896-5e90-460d-b950-b0365c92c155
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qmpdnl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
ArtifactUUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e
ArtifactChecksum:MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI=
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f65df3c5-c527-4045-8387-6c42535f8967
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T06:25:16.305Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d1b38d7-168e-4ef6-9355-095aef6c5a06 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-27T06:25:16.355Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:25:16.355Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:25:16.356Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:25:16.356Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 72e06bf6-5317-4a7a-9922-993e0a0c4b89 from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T06:25:16.356Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:25:16.356Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T06:25:16.383Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:25:16.384Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3ad7ab1
2023-03-27T06:25:16.384Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:25:16.384Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T06:25:16.384Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardQmpdnl-csar.csar /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar 72e06bf6-5317-4a7a-9922-993e0a0c4b89 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:25:16.384Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar ASDC sendASDCNotification
2023-03-27T06:25:16.385Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(Specified artifact is  not found)
2023-03-27T06:25:16.385Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:25:16.385Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:25:16.385Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:25:16.385Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898316384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:25:17.386Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-BasicOnboardQmpdnl-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(UUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89)
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-27T06:25:17.399Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T06:25:17.399Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:25:17.403Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||basic_onboard_QMpdnl 0
2023-03-27T06:25:17.403Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
2023-03-27T06:25:17.403Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T06:25:17.403Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:25:17.403Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T06:25:17.422Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:25:17.422Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5335a842
2023-03-27T06:25:17.422Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:25:17.422Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T06:25:17.423Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_qmpdnl0_modules.json /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:25:17.423Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json ASDC sendASDCNotification
2023-03-27T06:25:17.423Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(Specified artifact is  not found)
2023-03-27T06:25:17.423Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:25:17.423Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:25:17.423Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:25:17.423Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898317423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:25:18.424Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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_qmpdnl0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(UUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e)
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-27T06:25:18.424Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:25:18.441Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:25:18.444Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:25:18.444Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:25:48.444Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:25:48.461Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:25:48.464Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:25:48.464Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:26:08.217Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:26:08.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T06:26:08.218Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:26:08.219Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:26:18.465Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:26:18.482Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:26:18.486Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:26:18.486Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:26:48.486Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:26:48.507Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:26:48.511Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:26:48.511Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:27:08.217Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:27:08.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T06:27:08.218Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T06:27:08.218Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:27:08.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T06:27:08.218Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:27:08.218Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:27:08.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T06:27:08.218Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:27:08.218Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:27:08.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T06:27:08.218Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-27T06:27:08.219Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:27:08.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T06:27:08.219Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:27:08.219Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:27:08.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T06:27:08.219Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:27:08.219Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:27:08.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T06:27:08.219Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898316384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:27:08.219Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:27:08.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T06:27:08.219Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898317423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:27:08.219Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:27:18.511Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:27:18.534Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:27:18.538Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:27:18.539Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:27:48.539Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:27:48.558Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:27:48.562Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:27:48.562Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:28:08.217Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:28:18.563Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:28:18.579Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:28:18.582Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:28:18.583Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:28:48.583Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:28:48.604Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:28:48.607Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:28:48.607Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:29:08.218Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:29:18.608Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:29:18.632Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:29:18.635Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:29:18.636Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:29:48.636Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:29:48.657Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:29:48.667Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:29:48.667Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:30:08.219Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:30:09.284Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:30:09.284Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Member SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-e4939675-7351-4800-b45e-6e229b4e554f sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-27T06:30:09.284Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-27T06:30:09.284Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-27T06:30:11.833Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:30:11.850Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:30:11.850Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T06:30:11.856Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:30:11.856Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 11: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T06:30:11.873Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:30:11.874Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:30:11.874Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:30:11.879Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:30:11.879Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:30:11.879Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:30:11.879Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=473, 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-27T06:30:11.879Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:30:11.879Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:30:18.667Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-27T06:30:18.667Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d 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-27T06:30:18.677Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7eff5bd9-031e-4ebb-a433-909c9555370d and serviceModelVersionId: 9d1b38d7-168e-4ef6-9355-095aef6c5a06
2023-03-27T06:30:18.677Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
2023-03-27T06:30:18.678Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0
2023-03-27T06:30:18.686Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:30:18.735Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?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-27T06:30:18.736Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|500||Invoke
2023-03-27T06:30:18.745Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T06:30:18.787Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-27T06:30:18.788Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0 has http status code:404 and response headers:{date=[Mon, 27 Mar 2023 06:30:18 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[38], x-aai-txid=[2-aai-resources-230327-06:30:18:994-8665], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:30:18.790Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","ERR.5.4.6114"]}}}

2023-03-27T06:30:18.795Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:30:18.795Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-27T06:30:18.795Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:30:18.795Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:30:18.801Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T06:30:18.801Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7eff5bd9-031e-4ebb-a433-909c9555370d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:30:18.801Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-27T06:30:18.801Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:30:18.802Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:30:18.802Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898618801,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:30:18.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T06:30:18.828Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898618801,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
}
2023-03-27T06:30:18.828Z||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-27T06:30:19.821Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:30:19.822Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3eceaf02-b44a-47b3-a2db-b8aa5c5845fe","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0c07833a-e216-4fdd-a97e-5a37fe9b5618","serviceDescription":"service","serviceInvariantUUID":"5119ae16-c0f3-443b-8436-075439e66ab3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"15157c1b-7520-4e59-8e7d-cd42033bc6f6","resourceInvariantUUID":"02dde935-56e9-46f6-a1ed-2017d18e3ddd","resourceCustomizationUUID":"3b212f49-7967-41e3-b0b3-f5c67a76083a","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":"NTc1NTIyNGEwM2JhY2U0ZTRlNGI3M2YzZmZkNWVkNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe2f0ff7-7184-41cc-b179-f887cb886039","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ab423d5-4df0-4c63-9a9b-f45fccd423f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:30:19.822Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:30:19.822Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:30:19.823Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:30:19.823Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "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-27T06:30:20.825Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:30:20.825Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:30:20.825Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:30:20.825Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:30:21.827Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0c07833a-e216-4fdd-a97e-5a37fe9b5618",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5119ae16-c0f3-443b-8436-075439e66ab3",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b212f49-7967-41e3-b0b3-f5c67a76083a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "15157c1b-7520-4e59-8e7d-cd42033bc6f6",
      "resourceInvariantUUID": "02dde935-56e9-46f6-a1ed-2017d18e3ddd",
      "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": "ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ab423d5-4df0-4c63-9a9b-f45fccd423f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:30:21.828Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:30:21.828Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c07833a-e216-4fdd-a97e-5a37fe9b5618 ASDC
2023-03-27T06:30:21.828Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0c07833a-e216-4fdd-a97e-5a37fe9b5618
ServiceInvariantUUID:5119ae16-c0f3-443b-8436-075439e66ab3
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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4
ArtifactChecksum:ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b212f49-7967-41e3-b0b3-f5c67a76083a
ResourceInvariantUUID:02dde935-56e9-46f6-a1ed-2017d18e3ddd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:15157c1b-7520-4e59-8e7d-cd42033bc6f6
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-27T06:30:21.828Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c07833a-e216-4fdd-a97e-5a37fe9b5618 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-27T06:30:21.858Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:30:21.858Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:30:21.859Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:30:21.859Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T06:30:21.859Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:30:21.859Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T06:30:21.890Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:30:21.890Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1397ec7b
2023-03-27T06:30:21.890Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:30:21.890Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-27T06:30:21.891Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:30:21.891Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:30:21.891Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:30:21.891Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:30:21.891Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:30:21.891Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:30:21.891Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898621891,
  "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-27T06:30:22.893Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4)
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-27T06:30:22.917Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists
2023-03-27T06:30:22.917Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:30:22.917Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists)
2023-03-27T06:30:22.918Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:30:22.918Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:30:22.918Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:30:22.918Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898622917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:30:23.919Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:30:23.919Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists)
2023-03-27T06:30:23.919Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:30:23.920Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:30:23.920Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:30:23.920Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898623919,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:30:24.922Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:30:24.937Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:30:24.942Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:30:24.942Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:30:24.942Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:30:24.942Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:30:24.942Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:30:24.942Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:30:24.942Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:30:24.942Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:30:24.943Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:30:24.952Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:30:54.952Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe 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-27T06:30:54.956Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and serviceModelVersionId: 0c07833a-e216-4fdd-a97e-5a37fe9b5618
2023-03-27T06:30:54.956Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5119ae16-c0f3-443b-8436-075439e66ab3
2023-03-27T06:30:54.957Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0
2023-03-27T06:30:54.962Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:30:54.984Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||Invoke
2023-03-27T06:30:54.985Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3eceaf02-b44a-47b3-a2db-b8aa5c5845fe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[53933d68-156c-49ff-a114-8ef02e58af6e], X-ECOMP-RequestID=[3eceaf02-b44a-47b3-a2db-b8aa5c5845fe], X-TransactionId=[], X-ONAP-RequestID=[3eceaf02-b44a-47b3-a2db-b8aa5c5845fe], Content-Type=[application/merge-patch+json]}
2023-03-27T06:30:54.990Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:30:55.121Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?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/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:30:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[573528], x-aai-txid=[1-aai-resources-230327-06:30:55:239-39349], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:30:55.121Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:30:55.122Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||InvokeReturn
2023-03-27T06:30:55.123Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:30:55.123Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:30:55.129Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:30:55.129Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:30:55.129Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:30:55.129Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:30:55.129Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:30:55.129Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898655129,
  "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-27T06:30:56.145Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:30:56.145Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"84cc4c38-db2e-426f-addf-a3026542286e","serviceName":"Demo_pNF_rb5D6ZL4SqGkCBxcGhrs","serviceVersion":"1.0","serviceUUID":"c9f67a18-e256-41f3-acaa-b5dd971d4199","serviceDescription":"catalog service description","serviceInvariantUUID":"ca53e5c4-cf56-4a3f-8edb-e39644d5c271","resources":[{"resourceInstanceName":"pNF 25b011eb-83ed 0","resourceName":"pNF 25b011eb-83ed","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3e745e72-3afe-4a65-9bf7-e1d2abc228c2","resourceInvariantUUID":"ec183920-0093-457b-a5af-176c8a914105","resourceCustomizationUUID":"386f0dcb-2fab-4319-83de-b16580fda677","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml","artifactChecksum":"ZWYwMWZhMzVkZDIxOTM1MTRiYzhlMzZiNjE0YThiYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14428971-926d-4b7f-bf42-8fe6437ffedc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c4f0abef-5bdf-495f-8bef-a4a4529fd3a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"042cbbe6-301f-408c-a227-fbfcb56b89a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml","artifactChecksum":"OWM5NDBiYTI1MzhlZGZjMjVjMzZiZjdjYjMwYzMzNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"765c4017-e693-43c1-bd5b-3c6c3eb4d38a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d72abaf-1d51-4a4d-885d-1e05aa7aa3f6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f9dff5ea-6087-4927-bf44-11d67bdbff38","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactChecksum":"MTNhNzEyZjBhY2YzM2EyOTU5ZTQxNmZiOTg5YWI4NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7df4bf1-0ee5-4384-8502-775cbba6d31d","artifactVersion":"1"},{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactChecksum":"NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84d3aeeb-281a-4221-9c76-745438b20267","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:30:56.145Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:30:56.145Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:30:56.145Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:30:56.145Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:30:57.146Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:30:57.146Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:30:57.147Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:30:57.147Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:30:58.147Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:30:58.148Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:30:58.148Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:30:58.148Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:30:59.150Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:30:59.150Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:30:59.150Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:30:59.150Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:31:00.151Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:31:00.151Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:31:00.151Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:31:00.152Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:31:01.152Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:31:01.153Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:31:01.153Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:31:01.153Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:31:02.153Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:31:02.154Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:31:02.154Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:31:02.154Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:31:03.155Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:31:03.155Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:31:03.155Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:31:03.155Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:31:04.156Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "serviceName": "Demo_pNF_rb5D6ZL4SqGkCBxcGhrs",
  "serviceVersion": "1.0",
  "serviceUUID": "c9f67a18-e256-41f3-acaa-b5dd971d4199",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ca53e5c4-cf56-4a3f-8edb-e39644d5c271",
  "resources": [
    {
      "resourceInstanceName": "pNF 25b011eb-83ed 0",
      "resourceCustomizationUUID": "386f0dcb-2fab-4319-83de-b16580fda677",
      "resourceName": "pNF 25b011eb-83ed",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3e745e72-3afe-4a65-9bf7-e1d2abc228c2",
      "resourceInvariantUUID": "ec183920-0093-457b-a5af-176c8a914105",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactChecksum": "NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "84d3aeeb-281a-4221-9c76-745438b20267"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:31:04.157Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:31:04.157Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c9f67a18-e256-41f3-acaa-b5dd971d4199 ASDC
2023-03-27T06:31:04.157Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:84cc4c38-db2e-426f-addf-a3026542286e
ServiceName:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
ServiceVersion:1.0
ServiceUUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
ServiceInvariantUUID:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactUUID:84d3aeeb-281a-4221-9c76-745438b20267
ArtifactChecksum:NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 25b011eb-83ed 0
ResourceCustomizationUUID:386f0dcb-2fab-4319-83de-b16580fda677
ResourceInvariantUUID:ec183920-0093-457b-a5af-176c8a914105
ResourceName:pNF 25b011eb-83ed
ResourceType:PNF
ResourceUUID:3e745e72-3afe-4a65-9bf7-e1d2abc228c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T06:31:04.157Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9f67a18-e256-41f3-acaa-b5dd971d4199 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-27T06:31:04.197Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:31:04.198Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:31:04.198Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:31:04.198Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267 from URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:31:04.198Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:31:04.198Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:31:04.496Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:31:04.499Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar 84d3aeeb-281a-4221-9c76-745438b20267 88018
2023-03-27T06:31:04.499Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T06:31:04.500Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:31:04.500Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:31:04.500Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:31:04.500Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:31:04.500Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898664499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:31:05.501Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:31:05.501Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:31:05.502Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267, URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar to file: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:31:05.502Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:31:05.503Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:31:05.503Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:31:05.589Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8387281408150306571/Definitions/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml
2023-03-27T06:31:06.370Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T06:31:06.370Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:31:06.370Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:31:06.370Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T06:31:06.371Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:31:06.371Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:31:06.371Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:31:06.371Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:31:06.371Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:31:06.371Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 25b011eb-83ed 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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:31:06.371Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:31:06.371Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:31:06.372Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:31:06.372Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:31:06.372Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T06:31:06.372Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:31:06.372Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:31:06.372Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:31:06.372Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:31:06.372Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T06:31:06.372Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:31:06.372Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:31:06.372Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:31:06.372Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:31:06.373Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:31:06.373Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:31:06.373Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:31:06.373Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:31:06.373Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:31:06.373Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:31:06.373Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:31:06.373Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:31:06.373Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
Description:catalog service description
Model UUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
Model Version:NULL
Model InvariantUuid:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
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-27T06:31:06.403Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||ERROR|500||Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists
2023-03-27T06:31:06.404Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T06:31:06.404Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists)
2023-03-27T06:31:06.404Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:31:06.404Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:31:06.404Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:31:06.404Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898666404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:31:07.405Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T06:31:07.406Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists)
2023-03-27T06:31:07.406Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:31:07.406Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:31:07.406Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:31:07.406Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898667405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:31:08.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:31:08.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:31:08.223Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:31:08.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:31:08.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:31:08.223Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:31:08.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898621891,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898622917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
}
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898623919,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
}
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898655129,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:31:08.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:31:08.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:31:08.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:31:08.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:31:08.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:31:08.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:31:08.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:31:08.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:31:08.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:31:08.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:31:08.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:31:08.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:31:08.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:31:08.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:31:08.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:31:08.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:31:08.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:31:08.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898664499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:31:08.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:31:08.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:31:08.226Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898666404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
}
2023-03-27T06:31:08.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:31:08.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:31:08.226Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898667405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
}
2023-03-27T06:31:08.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:31:08.408Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:31:08.428Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:31:08.434Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:31:08.434Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:31:08.434Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:31:08.434Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:31:08.434Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:31:08.434Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:31:08.434Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:31:08.434Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:31:08.435Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:31:08.441Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:31:38.441Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e 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-27T06:31:38.449Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84cc4c38-db2e-426f-addf-a3026542286e and serviceModelVersionId: c9f67a18-e256-41f3-acaa-b5dd971d4199
2023-03-27T06:31:38.449Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca53e5c4-cf56-4a3f-8edb-e39644d5c271
2023-03-27T06:31:38.450Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0
2023-03-27T06:31:38.457Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:31:38.482Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||Invoke
2023-03-27T06:31:38.483Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[84cc4c38-db2e-426f-addf-a3026542286e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d5597873-e1d4-495c-a052-b5eef87479d0], X-ECOMP-RequestID=[84cc4c38-db2e-426f-addf-a3026542286e], X-TransactionId=[], X-ONAP-RequestID=[84cc4c38-db2e-426f-addf-a3026542286e], Content-Type=[application/merge-patch+json]}
2023-03-27T06:31:38.494Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:31:38.629Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?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/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:31:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[606296], x-aai-txid=[2-aai-resources-230327-06:31:38:743-10716], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:31:38.629Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:31:38.630Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||InvokeReturn
2023-03-27T06:31:38.630Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:31:38.630Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:31:38.635Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:31:38.635Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84cc4c38-db2e-426f-addf-a3026542286e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:31:38.635Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:31:38.636Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:31:38.636Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:31:38.636Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898698635,
  "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-27T06:31:39.654Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:31:39.654Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"44440c6a-f1bd-4673-a6af-17a9e4d43911","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"66474687-4800-47ee-9519-ffdde7c80d58","serviceDescription":"service","serviceInvariantUUID":"06e3a032-8f72-4119-9e71-ce6588ba35ba","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a44f77ef-1d28-41e6-9f3e-b645ebc6d2db","resourceInvariantUUID":"83ae637d-0f3e-4be2-928f-2678c9531c1d","resourceCustomizationUUID":"f44634b1-d505-4227-ae5f-6b34b4b2e20c","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":"ZGVjODNkMzc4NmE3OGRjNWJlN2VjN2UwZThjNWVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6436e61f-ee28-423e-aa93-6f9a6b99dc61","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":"NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5194932-b487-47ad-a26e-ae346b8404ad","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":"26286f3d-fc00-47f6-a2d9-b8ba865afff7","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":"32d20314-45a7-4681-b948-6c1f1a813927","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":"49d5da0e-af6a-4340-87b3-1cebc927e26d","artifactVersion":"2","generatedFromUUID":"26286f3d-fc00-47f6-a2d9-b8ba865afff7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjA5YTBhMjY2MTA0MjY1ZDRiZDdjNDlhN2QyOGE4YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5a8020-e861-4d62-903b-69810912298f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25a1eb11-f825-424a-a2ea-fab104107979","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:31:39.654Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:31:39.655Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:31:39.655Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:31:39.655Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "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-27T06:31:40.655Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:31:40.656Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:31:40.656Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:31:40.656Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "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-27T06:31:41.657Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:31:41.657Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:31:41.657Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:31:41.657Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "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-27T06:31:42.658Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:31:42.658Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:31:42.659Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:31:42.659Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "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-27T06:31:43.660Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:31:43.660Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:31:43.660Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:31:43.661Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "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-27T06:31:44.662Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:31:44.662Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:31:44.662Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:31:44.662Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "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-27T06:31:45.664Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:31:45.664Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:31:45.664Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:31:45.665Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:31:46.666Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "66474687-4800-47ee-9519-ffdde7c80d58",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06e3a032-8f72-4119-9e71-ce6588ba35ba",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f44634b1-d505-4227-ae5f-6b34b4b2e20c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a44f77ef-1d28-41e6-9f3e-b645ebc6d2db",
      "resourceInvariantUUID": "83ae637d-0f3e-4be2-928f-2678c9531c1d",
      "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": "NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e5194932-b487-47ad-a26e-ae346b8404ad",
          "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": "26286f3d-fc00-47f6-a2d9-b8ba865afff7",
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
            "generatedFromUUID": "26286f3d-fc00-47f6-a2d9-b8ba865afff7"
          },
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "25a1eb11-f825-424a-a2ea-fab104107979"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:31:46.667Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:31:46.667Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66474687-4800-47ee-9519-ffdde7c80d58 ASDC
2023-03-27T06:31:46.667Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:44440c6a-f1bd-4673-a6af-17a9e4d43911
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:66474687-4800-47ee-9519-ffdde7c80d58
ServiceInvariantUUID:06e3a032-8f72-4119-9e71-ce6588ba35ba
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:25a1eb11-f825-424a-a2ea-fab104107979
ArtifactChecksum:MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f44634b1-d505-4227-ae5f-6b34b4b2e20c
ResourceInvariantUUID:83ae637d-0f3e-4be2-928f-2678c9531c1d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a44f77ef-1d28-41e6-9f3e-b645ebc6d2db
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:e5194932-b487-47ad-a26e-ae346b8404ad
ArtifactChecksum:NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA=
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:26286f3d-fc00-47f6-a2d9-b8ba865afff7
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T06:31:46.667Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66474687-4800-47ee-9519-ffdde7c80d58 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-27T06:31:46.698Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:31:46.699Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:31:46.699Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:31:46.699Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 25a1eb11-f825-424a-a2ea-fab104107979 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T06:31:46.699Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:31:46.699Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T06:31:46.727Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:31:46.728Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@70fc3586
2023-03-27T06:31:46.728Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:31:46.728Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-27T06:31:46.728Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 25a1eb11-f825-424a-a2ea-fab104107979 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:31:46.728Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:31:46.729Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:31:46.729Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:31:46.729Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:31:46.729Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:31:46.729Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898706728,
  "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-27T06:31:47.731Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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:25a1eb11-f825-424a-a2ea-fab104107979)
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-27T06:31:47.770Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists
2023-03-27T06:31:47.770Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:31:47.770Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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: 25a1eb11-f825-424a-a2ea-fab104107979 already exists)
2023-03-27T06:31:47.771Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:31:47.771Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:31:47.771Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:31:47.771Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898707770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:31:48.773Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:31:48.773Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists)
2023-03-27T06:31:48.773Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:31:48.774Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:31:48.774Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:31:48.774Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898708773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:31:49.775Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:31:49.794Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:31:49.797Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:31:49.797Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:31:49.797Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:31:49.797Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:31:49.797Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:31:49.797Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:31:49.798Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:31:49.798Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:31:49.798Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:31:49.808Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:32:08.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:32:08.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:32:08.226Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898698635,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:32:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:32:08.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:32:08.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:32:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:32:08.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:32:08.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T06:32:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:32:08.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:32:08.227Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:32:08.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:32:08.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:32:08.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:32:08.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:32:08.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:32:08.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-27T06:32:08.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:32:08.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:32:08.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:32:08.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:32:08.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:32:08.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:32:08.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:32:08.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:32:08.229Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898706728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:32:08.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:32:08.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:32:08.229Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898707770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
}
2023-03-27T06:32:08.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:32:08.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T06:32:08.229Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898708773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
}
2023-03-27T06:32:08.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:32:19.808Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 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-27T06:32:19.818Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 and serviceModelVersionId: 66474687-4800-47ee-9519-ffdde7c80d58
2023-03-27T06:32:19.818Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06e3a032-8f72-4119-9e71-ce6588ba35ba
2023-03-27T06:32:19.819Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0
2023-03-27T06:32:19.826Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:32:19.850Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?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-27T06:32:19.851Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||Invoke
2023-03-27T06:32:19.859Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:32:20.019Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||InvokeReturn
2023-03-27T06:32:20.020Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:32:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[622680], x-aai-txid=[1-aai-resources-230327-06:32:20:108-3280], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:32:20.020Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:32:20.020Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:32:20.021Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:32:20.026Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:32:20.026Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44440c6a-f1bd-4673-a6af-17a9e4d43911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:32:20.026Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:32:20.027Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:32:20.027Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:32:20.027Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898740026,
  "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-27T06:32:21.050Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:32:21.050Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fb069806-7103-42ce-8df3-e480daf71898","serviceName":"Demo_pNF_D3HhjAtcfiYdMHCOjLF8","serviceVersion":"1.0","serviceUUID":"36a9b3c7-8008-4b34-8be0-93b823fb96bc","serviceDescription":"catalog service description","serviceInvariantUUID":"b2abb50e-ff02-4005-870a-ca1443dfa3d5","resources":[{"resourceInstanceName":"pNF 9a79bd24-07f4 0","resourceName":"pNF 9a79bd24-07f4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6df265a8-d850-4669-a844-4a1656086477","resourceInvariantUUID":"92fc1e25-d0aa-4c89-855c-bfcc23086aaa","resourceCustomizationUUID":"bf26122f-f23a-4041-934f-2adf99a4ef14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml","artifactChecksum":"OTFhZGNlNzRkNzkyOGZkYTM5ZjM5MGYzMzNlYTQ4OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c427823f-0372-4b6d-96ed-08b469563eb3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b8b9f5-ffd7-49bf-a2dd-ecb33158cccc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51f957eb-6964-4847-ab99-ad0bba10add7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml","artifactChecksum":"NWYyNWU4MjJkOWIyZTQ3ZTFhMjZiMjEzYmRhZDRlYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"506426ca-f753-4cd5-be4f-5ed16bad5108","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88412ef9-0769-424b-b764-5a360f475862","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0dfd5cf0-bcd7-457f-b3e4-334243d77a6f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml","artifactChecksum":"OTBjZjIzYTlhMGZjNWUyOTA5M2U3YWFkZjI4MjQ3OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2b48d5f-7f53-4253-887f-e971bf6eaccb","artifactVersion":"1"},{"artifactName":"service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar","artifactChecksum":"NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9748f029-6a0a-48f7-834c-243ebb08ef44","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:32:21.051Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:32:21.051Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:32:21.051Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:32:21.051Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:32:22.052Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:32:22.053Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:32:22.053Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:32:22.053Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:32:23.053Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:32:23.054Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:32:23.054Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:32:23.054Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:32:24.055Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:32:24.055Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:32:24.056Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:32:24.056Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:32:25.057Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:32:25.057Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:32:25.057Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:32:25.057Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:32:26.058Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:32:26.059Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:32:26.059Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:32:26.059Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:32:27.060Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:32:27.060Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:32:27.060Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:32:27.060Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:32:28.061Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:32:28.062Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:32:28.062Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:32:28.062Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:32:29.063Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "serviceName": "Demo_pNF_D3HhjAtcfiYdMHCOjLF8",
  "serviceVersion": "1.0",
  "serviceUUID": "36a9b3c7-8008-4b34-8be0-93b823fb96bc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b2abb50e-ff02-4005-870a-ca1443dfa3d5",
  "resources": [
    {
      "resourceInstanceName": "pNF 9a79bd24-07f4 0",
      "resourceCustomizationUUID": "bf26122f-f23a-4041-934f-2adf99a4ef14",
      "resourceName": "pNF 9a79bd24-07f4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6df265a8-d850-4669-a844-4a1656086477",
      "resourceInvariantUUID": "92fc1e25-d0aa-4c89-855c-bfcc23086aaa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
      "artifactChecksum": "NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9748f029-6a0a-48f7-834c-243ebb08ef44"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:32:29.064Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:32:29.064Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 36a9b3c7-8008-4b34-8be0-93b823fb96bc ASDC
2023-03-27T06:32:29.064Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fb069806-7103-42ce-8df3-e480daf71898
ServiceName:Demo_pNF_D3HhjAtcfiYdMHCOjLF8
ServiceVersion:1.0
ServiceUUID:36a9b3c7-8008-4b34-8be0-93b823fb96bc
ServiceInvariantUUID:b2abb50e-ff02-4005-870a-ca1443dfa3d5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
ArtifactUUID:9748f029-6a0a-48f7-834c-243ebb08ef44
ArtifactChecksum:NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9a79bd24-07f4 0
ResourceCustomizationUUID:bf26122f-f23a-4041-934f-2adf99a4ef14
ResourceInvariantUUID:92fc1e25-d0aa-4c89-855c-bfcc23086aaa
ResourceName:pNF 9a79bd24-07f4
ResourceType:PNF
ResourceUUID:6df265a8-d850-4669-a844-4a1656086477
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T06:32:29.064Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36a9b3c7-8008-4b34-8be0-93b823fb96bc 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-27T06:32:29.102Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:32:29.103Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:32:29.103Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:32:29.103Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 from URL: /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:32:29.103Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:32:29.103Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:32:29.394Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:32:29.396Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar 9748f029-6a0a-48f7-834c-243ebb08ef44 88009
2023-03-27T06:32:29.396Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T06:32:29.396Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:32:29.396Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:32:29.397Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:32:29.397Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:32:29.397Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898749396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:32:30.398Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:32:30.398Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:32:30.399Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44, URL: /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar to file: /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:32:30.399Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:32:30.399Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:32:30.399Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:32:30.490Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2018631101462071957/Definitions/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml
2023-03-27T06:32:31.172Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T06:32:31.172Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:32:31.172Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:32:31.172Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T06:32:31.172Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:32:31.172Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9a79bd24-07f4 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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:32:31.172Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:32:31.172Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:32:31.173Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:32:31.173Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:32:31.173Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:32:31.173Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:32:31.174Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:32:31.174Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:32:31.174Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Node template pNF 9a79bd24-07f4 0 is matching search criteria
2023-03-27T06:32:31.175Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:32:31.175Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 9a79bd24-07f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:32:31.175Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:32:31.175Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:32:31.175Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Node template pNF 9a79bd24-07f4 0 is matching search criteria
2023-03-27T06:32:31.175Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:32:31.175Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 9a79bd24-07f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:32:31.175Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:32:31.175Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:32:31.175Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:32:31.175Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:32:31.175Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:32:31.175Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:32:31.175Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:32:31.175Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:32:31.175Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:32:31.175Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:32:31.175Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_D3HhjAtcfiYdMHCOjLF8
Description:catalog service description
Model UUID:36a9b3c7-8008-4b34-8be0-93b823fb96bc
Model Version:NULL
Model InvariantUuid:b2abb50e-ff02-4005-870a-ca1443dfa3d5
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-27T06:32:31.183Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6df265a8-d850-4669-a844-4a1656086477
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:32:31.187Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||pNF 9a79bd24-07f4 0
2023-03-27T06:32:31.187Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6df265a8-d850-4669-a844-4a1656086477
2023-03-27T06:32:31.187Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 36a9b3c7-8008-4b34-8be0-93b823fb96bc
2023-03-27T06:32:31.188Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 36a9b3c7-8008-4b34-8be0-93b823fb96bc
2023-03-27T06:32:31.188Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9a79bd24-07f4 0 6df265a8-d850-4669-a844-4a1656086477 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-27T06:32:31.193Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b8db658, org.onap.sdc.toscaparser.api.parameters.Input@7054e816, org.onap.sdc.toscaparser.api.parameters.Input@609e70fa, org.onap.sdc.toscaparser.api.parameters.Input@2efe92eb, org.onap.sdc.toscaparser.api.parameters.Input@867ce1a]
2023-03-27T06:32:31.194Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:32:31.194Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:32:31.194Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 36a9b3c7-8008-4b34-8be0-93b823fb96bc: pNF 9a79bd24-07f4
2023-03-27T06:32:31.194Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Processing PNF resource: 6df265a8-d850-4669-a844-4a1656086477
2023-03-27T06:32:31.194Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:32:31.194Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:32:31.194Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Resource customization UUID: bf26122f-f23a-4041-934f-2adf99a4ef14 is the same as notified resource customizationUUID: bf26122f-f23a-4041-934f-2adf99a4ef14
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-27T06:32:31.237Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9a79bd24-07f4 6df265a8-d850-4669-a844-4a1656086477 0 ASDC deployResourceStructure
2023-03-27T06:32:31.237Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T06:32:31.237Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:32:31.237Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T06:32:31.237Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:32:31.237Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:32:31.237Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898751237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:32:32.238Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb069806-7103-42ce-8df3-e480daf71898
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:32:32.255Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb069806-7103-42ce-8df3-e480daf71898
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:32:32.257Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:32:32.257Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:32:32.257Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:32:32.258Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:32:32.258Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:32:32.258Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:32:32.258Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:32:32.258Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:32:32.258Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-27T06:32:32.264Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:33:02.264Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb069806-7103-42ce-8df3-e480daf71898 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-27T06:33:02.271Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb069806-7103-42ce-8df3-e480daf71898 and serviceModelVersionId: 36a9b3c7-8008-4b34-8be0-93b823fb96bc
2023-03-27T06:33:02.271Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2abb50e-ff02-4005-870a-ca1443dfa3d5
2023-03-27T06:33:02.272Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0
2023-03-27T06:33:02.275Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:33:02.292Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|INFO|500||Invoke
2023-03-27T06:33:02.292Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb069806-7103-42ce-8df3-e480daf71898], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7c3deed3-9eae-4ada-bd8a-ea1e375d1772], X-ECOMP-RequestID=[fb069806-7103-42ce-8df3-e480daf71898], X-TransactionId=[], X-ONAP-RequestID=[fb069806-7103-42ce-8df3-e480daf71898], Content-Type=[application/merge-patch+json]}
2023-03-27T06:33:02.298Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:33:02.437Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?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/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:33:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[667736], x-aai-txid=[0-aai-resources-230327-06:33:02:547-32513], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:33:02.437Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:33:02.438Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|INFO|500||InvokeReturn
2023-03-27T06:33:02.438Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:33:02.438Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-27T06:33:02.444Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-27T06:33:02.445Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb069806-7103-42ce-8df3-e480daf71898 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:33:02.445Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:33:02.446Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:33:02.446Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:33:02.446Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898782445,
  "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-27T06:33:03.469Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T06:33:03.470Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-27T06:33:03.470Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:33:03.470Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:33:03.470Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:33:03.471Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T06:33:03.475Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-770bc241-d72a-4750-b338-972b5691a120
2023-03-27T06:33:03.475Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:33:03.476Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:33:03.476Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T06:33:06.550Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:33:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:33:08.231Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:33:08.231Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T06:33:08.237Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:33:08.237Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-770bc241-d72a-4750-b338-972b5691a120', protocol='range'}
2023-03-27T06:33:08.242Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 12: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-77eecc12-eebe-40a0-81b8-47d02833699a-770bc241-d72a-4750-b338-972b5691a120=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-27T06:33:08.258Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:33:08.258Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:33:08.258Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:33:08.258Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-770bc241-d72a-4750-b338-972b5691a120', protocol='range'}
2023-03-27T06:33:08.259Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:33:08.259Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:33:08.262Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:33:08.262Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:33:08.262Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:33:08.262Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=502, 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-27T06:33:08.262Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:33:08.262Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:33:08.264Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:33:08.264Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:33:08.264Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:33:08.264Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:33:08.264Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:33:08.265Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:33:09.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:33:09.282Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898740026,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:33:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:33:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:33:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:33:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:33:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:33:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:33:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:33:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:33:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:33:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:33:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:33:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:33:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:33:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:33:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:33:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:33:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:33:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:33:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:33:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:33:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:33:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:33:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:33:09.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898260967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:33:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:33:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:33:09.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898749396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:33:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:33:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:33:09.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898751237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:33:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:33:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:33:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898782445,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:33:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:33:09.290Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:33:09.291Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7eff5bd9-031e-4ebb-a433-909c9555370d","serviceName":"basic_onboard_QMpdnl","serviceVersion":"1.0","serviceUUID":"9d1b38d7-168e-4ef6-9355-095aef6c5a06","serviceDescription":"service","serviceInvariantUUID":"13b7de5c-4a5c-495e-b4f1-19ef4a3dc875","resources":[{"resourceInstanceName":"basic_onboard_QMpdnl 0","resourceName":"basic_onboard_QMpdnl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06bf5896-5e90-460d-b950-b0365c92c155","resourceInvariantUUID":"0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b","resourceCustomizationUUID":"9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml","artifactChecksum":"OWI4YTk5NTZmN2JiYmJiYjY4ZjBkNGJmYTg1Mjk4ZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d5361a7-c516-4f0a-86c3-1d0c64c0fe68","artifactVersion":"1"},{"artifactName":"basic_onboard_qmpdnl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json","artifactChecksum":"MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f65df3c5-c527-4045-8387-6c42535f8967","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e469475-09a0-4e48-96e4-ebd00e02b877","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2806961-ef8e-4a93-a449-365db9ac15f5","artifactVersion":"2","generatedFromUUID":"f65df3c5-c527-4045-8387-6c42535f8967"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQmpdnl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml","artifactChecksum":"YjcwYjk3ZDBiYzY0ZjJmYmQxZjA4MjU5NzBiMmU3NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"165396fc-5684-44e2-9cef-79df7fed1847","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQmpdnl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar","artifactChecksum":"NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72e06bf6-5317-4a7a-9922-993e0a0c4b89","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:33:09.293Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:33:09.293Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:33:09.293Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:33:09.293Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:33:10.294Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:33:10.294Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:33:10.295Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:33:10.295Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:33:11.295Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:33:11.296Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:33:11.296Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:33:11.296Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:33:12.297Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:33:12.297Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:33:12.298Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:33:12.298Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:33:13.298Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:33:13.299Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:33:13.299Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:33:13.299Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:33:14.300Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:33:14.300Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:33:14.300Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:33:14.300Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:33:15.301Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:33:15.301Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:33:15.301Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:33:15.301Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:33:16.302Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "serviceName": "basic_onboard_QMpdnl",
  "serviceVersion": "1.0",
  "serviceUUID": "9d1b38d7-168e-4ef6-9355-095aef6c5a06",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13b7de5c-4a5c-495e-b4f1-19ef4a3dc875",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QMpdnl 0",
      "resourceCustomizationUUID": "9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12",
      "resourceName": "basic_onboard_QMpdnl",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "06bf5896-5e90-460d-b950-b0365c92c155",
      "resourceInvariantUUID": "0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qmpdnl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
          "artifactChecksum": "MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f65df3c5-c527-4045-8387-6c42535f8967",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
            "generatedFromUUID": "f65df3c5-c527-4045-8387-6c42535f8967"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQmpdnl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
      "artifactChecksum": "NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72e06bf6-5317-4a7a-9922-993e0a0c4b89"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:33:16.302Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:33:16.302Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d1b38d7-168e-4ef6-9355-095aef6c5a06 ASDC
2023-03-27T06:33:16.303Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7eff5bd9-031e-4ebb-a433-909c9555370d
ServiceName:basic_onboard_QMpdnl
ServiceVersion:1.0
ServiceUUID:9d1b38d7-168e-4ef6-9355-095aef6c5a06
ServiceInvariantUUID:13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQmpdnl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
ArtifactUUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89
ArtifactChecksum:NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QMpdnl 0
ResourceCustomizationUUID:9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12
ResourceInvariantUUID:0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b
ResourceName:basic_onboard_QMpdnl
ResourceType:VF
ResourceUUID:06bf5896-5e90-460d-b950-b0365c92c155
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qmpdnl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
ArtifactUUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e
ArtifactChecksum:MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI=
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f65df3c5-c527-4045-8387-6c42535f8967
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T06:33:16.303Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d1b38d7-168e-4ef6-9355-095aef6c5a06 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-27T06:33:16.332Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:33:16.333Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:33:16.333Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:33:16.333Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 72e06bf6-5317-4a7a-9922-993e0a0c4b89 from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T06:33:16.333Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:33:16.333Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T06:33:16.357Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:33:16.358Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6845c8f9
2023-03-27T06:33:16.358Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:33:16.358Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T06:33:16.359Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardQmpdnl-csar.csar /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar 72e06bf6-5317-4a7a-9922-993e0a0c4b89 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:33:16.359Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar ASDC sendASDCNotification
2023-03-27T06:33:16.359Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(Specified artifact is  not found)
2023-03-27T06:33:16.359Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:33:16.360Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:33:16.360Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:33:16.360Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898796359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:33:17.361Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-BasicOnboardQmpdnl-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(UUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89)
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-27T06:33:17.376Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T06:33:17.377Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:33:17.381Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||basic_onboard_QMpdnl 0
2023-03-27T06:33:17.381Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
2023-03-27T06:33:17.381Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T06:33:17.381Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:33:17.381Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T06:33:17.399Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:33:17.399Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3da5d974
2023-03-27T06:33:17.399Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:33:17.400Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T06:33:17.400Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_qmpdnl0_modules.json /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:33:17.400Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json ASDC sendASDCNotification
2023-03-27T06:33:17.400Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(Specified artifact is  not found)
2023-03-27T06:33:17.400Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:33:17.403Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:33:17.403Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:33:17.403Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898797400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:33:18.404Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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_qmpdnl0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(UUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e)
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-27T06:33:18.404Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:33:18.425Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:33:18.429Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:33:18.429Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:33:48.429Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:33:48.446Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:33:48.449Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:33:48.449Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:34:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:34:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:34:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:34:08.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:34:18.450Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:34:18.466Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:34:18.469Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:34:18.469Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:34:48.469Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:34:48.491Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:34:48.495Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:34:48.495Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:35:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:35:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:35:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T06:35:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:35:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:35:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:35:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:35:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:35:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:35:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:35:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:35:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-27T06:35:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:35:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:35:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:35:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:35:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:35:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:35:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:35:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:35:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898796359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:35:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:35:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:35:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898797400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:35:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:35:18.495Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:35:18.507Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:35:18.510Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:35:18.511Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:35:48.511Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:35:48.533Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:35:48.536Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:35:48.536Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:36:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:36:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898860219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898847179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679898843481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679898814278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679898858065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898864673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898860219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679898814278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679898843481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.221Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898847179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.221Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679898858065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.221Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898864673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.221Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898860219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.221Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679898843481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.221Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679898858065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898847179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679898814278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898864673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898860219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679898814278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679898858065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898847179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679898843481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898864673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898860219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679898814278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679898858065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898847179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679898843481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898864673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898860219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679898814278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679898858065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:36:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679898843481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898847179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898864673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898860219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679898814278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898847179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679898843481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679898858065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898864673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898860219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:36:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679898814278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:36:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679898858065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:36:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898847179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:36:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679898843481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:36:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898864673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:36:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898876207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:36:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679898875299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:36:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898876248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:36:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898876196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:36:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898877209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:36:08.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.229Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679898878210,
  "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-27T06:36:08.252Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2623c34-c0a0-4673-8207-8bd402f0c55d
2023-03-27T06:36:08.252Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2623c34-c0a0-4673-8207-8bd402f0c55d 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-27T06:36:08.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.265Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898878065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:36:08.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.265Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898879785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:36:08.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:36:08.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.266Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679898879069,
  "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-27T06:36:08.272Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a2623c34-c0a0-4673-8207-8bd402f0c55d
2023-03-27T06:36:08.272Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2623c34-c0a0-4673-8207-8bd402f0c55d 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-27T06:36:08.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:36:08.287Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679898880787,
  "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-27T06:36:08.294Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a2623c34-c0a0-4673-8207-8bd402f0c55d
2023-03-27T06:36:08.294Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2623c34-c0a0-4673-8207-8bd402f0c55d 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-27T06:36:18.537Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:36:18.560Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:36:18.564Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:36:18.564Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:36:48.565Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:36:48.580Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:36:48.582Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:36:48.583Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:37:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:37:18.583Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:37:18.599Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:37:18.602Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:37:18.602Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:37:48.603Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:37:48.614Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:37:48.617Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:37:48.617Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:38:08.218Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:38:09.329Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:38:09.330Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Member SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-770bc241-d72a-4750-b338-972b5691a120 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-27T06:38:09.330Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-27T06:38:09.330Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-27T06:38:11.957Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:38:11.971Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:38:11.971Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T06:38:11.977Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:38:11.978Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 13: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T06:38:11.996Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:38:11.996Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:38:11.996Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:38:12.002Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:38:12.002Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:38:12.002Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:38:12.002Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=581, 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-27T06:38:12.002Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:38:12.003Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:38:18.617Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-27T06:38:18.618Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d 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-27T06:38:18.631Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7eff5bd9-031e-4ebb-a433-909c9555370d and serviceModelVersionId: 9d1b38d7-168e-4ef6-9355-095aef6c5a06
2023-03-27T06:38:18.631Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
2023-03-27T06:38:18.632Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0
2023-03-27T06:38:18.639Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:38:18.664Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?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-27T06:38:18.665Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|500||Invoke
2023-03-27T06:38:18.672Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T06:38:18.706Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-27T06:38:18.706Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0 has http status code:404 and response headers:{date=[Mon, 27 Mar 2023 06:38:18 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[31], x-aai-txid=[1-aai-resources-230327-06:38:18:922-8516], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:38:18.707Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","ERR.5.4.6114"]}}}

2023-03-27T06:38:18.709Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:38:18.710Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-27T06:38:18.710Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:38:18.710Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:38:18.716Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T06:38:18.716Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7eff5bd9-031e-4ebb-a433-909c9555370d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:38:18.716Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-27T06:38:18.716Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:38:18.716Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:38:18.716Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899098716,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:38:18.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:38:18.735Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899098716,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
}
2023-03-27T06:38:18.735Z||pool-2-thread-3|||||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-27T06:38:19.738Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:38:19.738Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3eceaf02-b44a-47b3-a2db-b8aa5c5845fe","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0c07833a-e216-4fdd-a97e-5a37fe9b5618","serviceDescription":"service","serviceInvariantUUID":"5119ae16-c0f3-443b-8436-075439e66ab3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"15157c1b-7520-4e59-8e7d-cd42033bc6f6","resourceInvariantUUID":"02dde935-56e9-46f6-a1ed-2017d18e3ddd","resourceCustomizationUUID":"3b212f49-7967-41e3-b0b3-f5c67a76083a","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":"NTc1NTIyNGEwM2JhY2U0ZTRlNGI3M2YzZmZkNWVkNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe2f0ff7-7184-41cc-b179-f887cb886039","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ab423d5-4df0-4c63-9a9b-f45fccd423f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:38:19.738Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:38:19.738Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:38:19.739Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:38:19.739Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "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-27T06:38:20.739Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:38:20.740Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:38:20.740Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:38:20.740Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:38:21.741Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0c07833a-e216-4fdd-a97e-5a37fe9b5618",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5119ae16-c0f3-443b-8436-075439e66ab3",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b212f49-7967-41e3-b0b3-f5c67a76083a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "15157c1b-7520-4e59-8e7d-cd42033bc6f6",
      "resourceInvariantUUID": "02dde935-56e9-46f6-a1ed-2017d18e3ddd",
      "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": "ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ab423d5-4df0-4c63-9a9b-f45fccd423f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:38:21.741Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:38:21.742Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c07833a-e216-4fdd-a97e-5a37fe9b5618 ASDC
2023-03-27T06:38:21.742Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0c07833a-e216-4fdd-a97e-5a37fe9b5618
ServiceInvariantUUID:5119ae16-c0f3-443b-8436-075439e66ab3
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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4
ArtifactChecksum:ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b212f49-7967-41e3-b0b3-f5c67a76083a
ResourceInvariantUUID:02dde935-56e9-46f6-a1ed-2017d18e3ddd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:15157c1b-7520-4e59-8e7d-cd42033bc6f6
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-27T06:38:21.742Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c07833a-e216-4fdd-a97e-5a37fe9b5618 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-27T06:38:21.793Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:38:21.793Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:38:21.793Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:38:21.793Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T06:38:21.793Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:38:21.794Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T06:38:21.825Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:38:21.826Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1ff31c0c
2023-03-27T06:38:21.826Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:38:21.826Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-27T06:38:21.826Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:38:21.827Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:38:21.827Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:38:21.827Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:38:21.827Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:38:21.827Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:38:21.828Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899101827,
  "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-27T06:38:22.829Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4)
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-27T06:38:22.878Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists
2023-03-27T06:38:22.878Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:38:22.879Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists)
2023-03-27T06:38:22.879Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:38:22.879Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:38:22.879Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:38:22.879Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899102878,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:38:23.880Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:38:23.881Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists)
2023-03-27T06:38:23.882Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:38:23.882Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:38:23.882Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:38:23.882Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899103880,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:38:24.884Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:38:24.915Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:38:24.920Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:38:24.920Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:38:24.920Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:38:24.920Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:38:24.920Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:38:24.920Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:38:24.920Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:38:24.920Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:38:24.920Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:38:24.936Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:38:54.937Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe 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-27T06:38:54.943Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and serviceModelVersionId: 0c07833a-e216-4fdd-a97e-5a37fe9b5618
2023-03-27T06:38:54.943Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5119ae16-c0f3-443b-8436-075439e66ab3
2023-03-27T06:38:54.944Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0
2023-03-27T06:38:54.952Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:38:54.988Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?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-27T06:38:54.990Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||Invoke
2023-03-27T06:38:54.997Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:38:55.123Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||InvokeReturn
2023-03-27T06:38:55.123Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:38:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[121], vertex-id=[573528], x-aai-txid=[0-aai-resources-230327-06:38:55:247-54015], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:38:55.123Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:38:55.124Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:38:55.124Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:38:55.131Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:38:55.131Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:38:55.131Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:38:55.132Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:38:55.132Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:38:55.132Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899135131,
  "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-27T06:38:56.153Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:38:56.153Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"84cc4c38-db2e-426f-addf-a3026542286e","serviceName":"Demo_pNF_rb5D6ZL4SqGkCBxcGhrs","serviceVersion":"1.0","serviceUUID":"c9f67a18-e256-41f3-acaa-b5dd971d4199","serviceDescription":"catalog service description","serviceInvariantUUID":"ca53e5c4-cf56-4a3f-8edb-e39644d5c271","resources":[{"resourceInstanceName":"pNF 25b011eb-83ed 0","resourceName":"pNF 25b011eb-83ed","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3e745e72-3afe-4a65-9bf7-e1d2abc228c2","resourceInvariantUUID":"ec183920-0093-457b-a5af-176c8a914105","resourceCustomizationUUID":"386f0dcb-2fab-4319-83de-b16580fda677","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml","artifactChecksum":"ZWYwMWZhMzVkZDIxOTM1MTRiYzhlMzZiNjE0YThiYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14428971-926d-4b7f-bf42-8fe6437ffedc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c4f0abef-5bdf-495f-8bef-a4a4529fd3a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"042cbbe6-301f-408c-a227-fbfcb56b89a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml","artifactChecksum":"OWM5NDBiYTI1MzhlZGZjMjVjMzZiZjdjYjMwYzMzNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"765c4017-e693-43c1-bd5b-3c6c3eb4d38a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d72abaf-1d51-4a4d-885d-1e05aa7aa3f6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f9dff5ea-6087-4927-bf44-11d67bdbff38","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactChecksum":"MTNhNzEyZjBhY2YzM2EyOTU5ZTQxNmZiOTg5YWI4NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7df4bf1-0ee5-4384-8502-775cbba6d31d","artifactVersion":"1"},{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactChecksum":"NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84d3aeeb-281a-4221-9c76-745438b20267","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:38:56.154Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:38:56.154Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:38:56.154Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:38:56.154Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:38:57.155Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:38:57.156Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:38:57.156Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:38:57.156Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:38:58.157Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:38:58.157Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:38:58.158Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:38:58.158Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:38:59.159Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:38:59.159Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:38:59.159Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:38:59.160Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:39:00.161Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:39:00.161Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:39:00.161Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:39:00.161Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:39:01.163Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:39:01.163Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:39:01.164Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:39:01.164Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:39:02.165Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:39:02.166Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:39:02.166Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:39:02.166Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:39:03.167Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:39:03.167Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:39:03.168Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:39:03.168Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:39:04.169Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "serviceName": "Demo_pNF_rb5D6ZL4SqGkCBxcGhrs",
  "serviceVersion": "1.0",
  "serviceUUID": "c9f67a18-e256-41f3-acaa-b5dd971d4199",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ca53e5c4-cf56-4a3f-8edb-e39644d5c271",
  "resources": [
    {
      "resourceInstanceName": "pNF 25b011eb-83ed 0",
      "resourceCustomizationUUID": "386f0dcb-2fab-4319-83de-b16580fda677",
      "resourceName": "pNF 25b011eb-83ed",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3e745e72-3afe-4a65-9bf7-e1d2abc228c2",
      "resourceInvariantUUID": "ec183920-0093-457b-a5af-176c8a914105",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactChecksum": "NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "84d3aeeb-281a-4221-9c76-745438b20267"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:39:04.170Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:39:04.170Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c9f67a18-e256-41f3-acaa-b5dd971d4199 ASDC
2023-03-27T06:39:04.170Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:84cc4c38-db2e-426f-addf-a3026542286e
ServiceName:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
ServiceVersion:1.0
ServiceUUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
ServiceInvariantUUID:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactUUID:84d3aeeb-281a-4221-9c76-745438b20267
ArtifactChecksum:NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 25b011eb-83ed 0
ResourceCustomizationUUID:386f0dcb-2fab-4319-83de-b16580fda677
ResourceInvariantUUID:ec183920-0093-457b-a5af-176c8a914105
ResourceName:pNF 25b011eb-83ed
ResourceType:PNF
ResourceUUID:3e745e72-3afe-4a65-9bf7-e1d2abc228c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T06:39:04.170Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9f67a18-e256-41f3-acaa-b5dd971d4199 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-27T06:39:04.191Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:39:04.191Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:39:04.191Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:39:04.191Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267 from URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:39:04.191Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:39:04.191Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:39:04.507Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:39:04.511Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar 84d3aeeb-281a-4221-9c76-745438b20267 88018
2023-03-27T06:39:04.512Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T06:39:04.512Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:39:04.512Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:39:04.512Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:39:04.512Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:39:04.512Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899144512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:39:05.514Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:39:05.514Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:39:05.515Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267, URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar to file: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:39:05.515Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:39:05.516Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:39:05.516Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:39:05.609Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13524645145359098932/Definitions/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml
2023-03-27T06:39:06.303Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T06:39:06.303Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:39:06.303Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:39:06.303Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T06:39:06.303Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:39:06.303Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:39:06.303Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:39:06.303Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:39:06.303Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:39:06.304Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 25b011eb-83ed 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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:39:06.304Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:39:06.304Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:39:06.304Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:39:06.304Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:39:06.304Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T06:39:06.304Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:39:06.304Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:39:06.304Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:39:06.304Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:39:06.304Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T06:39:06.304Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:39:06.305Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:39:06.305Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:39:06.305Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:39:06.305Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:39:06.305Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:39:06.305Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:39:06.305Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:39:06.305Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:39:06.305Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:39:06.305Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:39:06.305Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:39:06.305Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
Description:catalog service description
Model UUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
Model Version:NULL
Model InvariantUuid:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
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-27T06:39:06.332Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||ERROR|500||Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists
2023-03-27T06:39:06.333Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T06:39:06.333Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists)
2023-03-27T06:39:06.333Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:39:06.333Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:39:06.333Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:39:06.333Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899146333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:39:07.334Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T06:39:07.334Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists)
2023-03-27T06:39:07.334Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:39:07.335Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:39:07.335Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:39:07.335Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899147334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:39:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:39:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:39:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:39:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:39:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:39:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:39:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:39:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:39:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899101827,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:39:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:39:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:39:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899102878,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
}
2023-03-27T06:39:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:39:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:39:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899103880,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
}
2023-03-27T06:39:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:39:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:39:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899135131,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:39:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:39:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:39:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:39:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:39:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:39:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:39:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:39:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:39:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:39:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:39:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:39:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:39:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:39:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:39:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:39:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:39:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:39:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:39:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:39:08.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:39:08.229Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:39:08.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:39:08.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:39:08.229Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:39:08.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:39:08.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:39:08.229Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899144512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:39:08.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:39:08.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:39:08.229Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899146333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
}
2023-03-27T06:39:08.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:39:08.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:39:08.230Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899147334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
}
2023-03-27T06:39:08.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:39:08.336Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:39:08.350Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:39:08.354Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:39:08.354Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:39:08.354Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:39:08.354Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:39:08.354Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:39:08.354Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:39:08.354Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:39:08.354Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:39:08.354Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:39:08.363Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:39:38.363Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e 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-27T06:39:38.377Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84cc4c38-db2e-426f-addf-a3026542286e and serviceModelVersionId: c9f67a18-e256-41f3-acaa-b5dd971d4199
2023-03-27T06:39:38.377Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca53e5c4-cf56-4a3f-8edb-e39644d5c271
2023-03-27T06:39:38.378Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0
2023-03-27T06:39:38.385Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:39:38.407Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||Invoke
2023-03-27T06:39:38.407Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[84cc4c38-db2e-426f-addf-a3026542286e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[154396d7-5d60-4452-823a-17ac3c3e45fb], X-ECOMP-RequestID=[84cc4c38-db2e-426f-addf-a3026542286e], X-TransactionId=[], X-ONAP-RequestID=[84cc4c38-db2e-426f-addf-a3026542286e], Content-Type=[application/merge-patch+json]}
2023-03-27T06:39:38.414Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:39:38.575Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?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/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:39:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[606296], x-aai-txid=[2-aai-resources-230327-06:39:38:666-12873], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:39:38.576Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:39:38.576Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||InvokeReturn
2023-03-27T06:39:38.577Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:39:38.577Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:39:38.588Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:39:38.588Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84cc4c38-db2e-426f-addf-a3026542286e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:39:38.588Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:39:38.589Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:39:38.589Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:39:38.589Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899178588,
  "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-27T06:39:39.621Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:39:39.621Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"44440c6a-f1bd-4673-a6af-17a9e4d43911","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"66474687-4800-47ee-9519-ffdde7c80d58","serviceDescription":"service","serviceInvariantUUID":"06e3a032-8f72-4119-9e71-ce6588ba35ba","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a44f77ef-1d28-41e6-9f3e-b645ebc6d2db","resourceInvariantUUID":"83ae637d-0f3e-4be2-928f-2678c9531c1d","resourceCustomizationUUID":"f44634b1-d505-4227-ae5f-6b34b4b2e20c","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":"ZGVjODNkMzc4NmE3OGRjNWJlN2VjN2UwZThjNWVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6436e61f-ee28-423e-aa93-6f9a6b99dc61","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":"NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5194932-b487-47ad-a26e-ae346b8404ad","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":"26286f3d-fc00-47f6-a2d9-b8ba865afff7","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":"32d20314-45a7-4681-b948-6c1f1a813927","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":"49d5da0e-af6a-4340-87b3-1cebc927e26d","artifactVersion":"2","generatedFromUUID":"26286f3d-fc00-47f6-a2d9-b8ba865afff7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjA5YTBhMjY2MTA0MjY1ZDRiZDdjNDlhN2QyOGE4YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5a8020-e861-4d62-903b-69810912298f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25a1eb11-f825-424a-a2ea-fab104107979","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:39:39.622Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:39:39.622Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:39:39.622Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:39:39.622Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "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-27T06:39:40.623Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:39:40.623Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:39:40.624Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:39:40.624Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "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-27T06:39:41.625Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:39:41.625Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:39:41.625Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:39:41.625Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "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-27T06:39:42.626Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:39:42.626Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:39:42.626Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:39:42.626Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "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-27T06:39:43.627Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:39:43.628Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:39:43.628Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:39:43.628Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "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-27T06:39:44.629Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:39:44.629Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:39:44.629Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:39:44.630Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "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-27T06:39:45.630Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:39:45.631Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:39:45.631Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:39:45.631Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:39:46.632Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "66474687-4800-47ee-9519-ffdde7c80d58",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06e3a032-8f72-4119-9e71-ce6588ba35ba",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f44634b1-d505-4227-ae5f-6b34b4b2e20c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a44f77ef-1d28-41e6-9f3e-b645ebc6d2db",
      "resourceInvariantUUID": "83ae637d-0f3e-4be2-928f-2678c9531c1d",
      "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": "NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e5194932-b487-47ad-a26e-ae346b8404ad",
          "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": "26286f3d-fc00-47f6-a2d9-b8ba865afff7",
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
            "generatedFromUUID": "26286f3d-fc00-47f6-a2d9-b8ba865afff7"
          },
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "25a1eb11-f825-424a-a2ea-fab104107979"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:39:46.632Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:39:46.632Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66474687-4800-47ee-9519-ffdde7c80d58 ASDC
2023-03-27T06:39:46.632Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:44440c6a-f1bd-4673-a6af-17a9e4d43911
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:66474687-4800-47ee-9519-ffdde7c80d58
ServiceInvariantUUID:06e3a032-8f72-4119-9e71-ce6588ba35ba
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:25a1eb11-f825-424a-a2ea-fab104107979
ArtifactChecksum:MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f44634b1-d505-4227-ae5f-6b34b4b2e20c
ResourceInvariantUUID:83ae637d-0f3e-4be2-928f-2678c9531c1d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a44f77ef-1d28-41e6-9f3e-b645ebc6d2db
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:e5194932-b487-47ad-a26e-ae346b8404ad
ArtifactChecksum:NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA=
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:26286f3d-fc00-47f6-a2d9-b8ba865afff7
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T06:39:46.632Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66474687-4800-47ee-9519-ffdde7c80d58 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-27T06:39:46.672Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:39:46.672Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:39:46.672Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:39:46.672Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 25a1eb11-f825-424a-a2ea-fab104107979 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T06:39:46.672Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:39:46.672Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T06:39:46.691Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:39:46.692Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7356d5c
2023-03-27T06:39:46.692Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:39:46.692Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-27T06:39:46.692Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 25a1eb11-f825-424a-a2ea-fab104107979 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:39:46.692Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:39:46.692Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:39:46.692Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:39:46.692Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:39:46.692Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:39:46.692Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899186692,
  "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-27T06:39:47.694Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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:25a1eb11-f825-424a-a2ea-fab104107979)
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-27T06:39:47.746Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists
2023-03-27T06:39:47.746Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:39:47.746Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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: 25a1eb11-f825-424a-a2ea-fab104107979 already exists)
2023-03-27T06:39:47.746Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:39:47.747Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:39:47.747Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:39:47.747Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899187746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:39:48.749Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:39:48.749Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists)
2023-03-27T06:39:48.749Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:39:48.749Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:39:48.749Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:39:48.749Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899188749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:39:49.750Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:39:49.780Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:39:49.784Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:39:49.784Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:39:49.784Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:39:49.784Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:39:49.785Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:39:49.785Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:39:49.785Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:39:49.785Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:39:49.785Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:39:49.800Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:40:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:40:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:40:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899178588,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:40:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:40:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:40:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:40:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:40:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:40:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T06:40:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:40:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:40:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:40:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:40:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:40:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:40:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:40:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:40:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-27T06:40:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:40:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:40:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:40:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:40:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:40:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:40:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:40:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:40:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899186692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:40:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:40:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:40:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899187746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
}
2023-03-27T06:40:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:40:08.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:40:08.229Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899188749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
}
2023-03-27T06:40:08.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:40:19.800Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 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-27T06:40:19.810Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 and serviceModelVersionId: 66474687-4800-47ee-9519-ffdde7c80d58
2023-03-27T06:40:19.810Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06e3a032-8f72-4119-9e71-ce6588ba35ba
2023-03-27T06:40:19.811Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0
2023-03-27T06:40:19.818Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:40:19.835Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?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-27T06:40:19.836Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||Invoke
2023-03-27T06:40:19.843Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:40:19.996Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||InvokeReturn
2023-03-27T06:40:19.996Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:40:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[622680], x-aai-txid=[1-aai-resources-230327-06:40:20:094-72446], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:40:19.997Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:40:19.997Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:40:19.997Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:40:20.007Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:40:20.008Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44440c6a-f1bd-4673-a6af-17a9e4d43911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:40:20.008Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:40:20.008Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:40:20.008Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:40:20.009Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899220008,
  "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-27T06:40:21.043Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:40:21.043Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fb069806-7103-42ce-8df3-e480daf71898","serviceName":"Demo_pNF_D3HhjAtcfiYdMHCOjLF8","serviceVersion":"1.0","serviceUUID":"36a9b3c7-8008-4b34-8be0-93b823fb96bc","serviceDescription":"catalog service description","serviceInvariantUUID":"b2abb50e-ff02-4005-870a-ca1443dfa3d5","resources":[{"resourceInstanceName":"pNF 9a79bd24-07f4 0","resourceName":"pNF 9a79bd24-07f4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6df265a8-d850-4669-a844-4a1656086477","resourceInvariantUUID":"92fc1e25-d0aa-4c89-855c-bfcc23086aaa","resourceCustomizationUUID":"bf26122f-f23a-4041-934f-2adf99a4ef14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml","artifactChecksum":"OTFhZGNlNzRkNzkyOGZkYTM5ZjM5MGYzMzNlYTQ4OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c427823f-0372-4b6d-96ed-08b469563eb3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b8b9f5-ffd7-49bf-a2dd-ecb33158cccc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51f957eb-6964-4847-ab99-ad0bba10add7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml","artifactChecksum":"NWYyNWU4MjJkOWIyZTQ3ZTFhMjZiMjEzYmRhZDRlYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"506426ca-f753-4cd5-be4f-5ed16bad5108","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88412ef9-0769-424b-b764-5a360f475862","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0dfd5cf0-bcd7-457f-b3e4-334243d77a6f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml","artifactChecksum":"OTBjZjIzYTlhMGZjNWUyOTA5M2U3YWFkZjI4MjQ3OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2b48d5f-7f53-4253-887f-e971bf6eaccb","artifactVersion":"1"},{"artifactName":"service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar","artifactChecksum":"NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9748f029-6a0a-48f7-834c-243ebb08ef44","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:40:21.044Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:40:21.044Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:40:21.044Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:40:21.044Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:40:22.046Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:40:22.046Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:40:22.046Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:40:22.046Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:40:23.048Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:40:23.048Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:40:23.048Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:40:23.048Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:40:24.050Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:40:24.050Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:40:24.050Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:40:24.050Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:40:25.052Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:40:25.052Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:40:25.053Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:40:25.053Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:40:26.054Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:40:26.055Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:40:26.055Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:40:26.055Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:40:27.056Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:40:27.057Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:40:27.057Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:40:27.057Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:40:28.058Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:40:28.059Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:40:28.059Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:40:28.059Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:40:29.061Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "serviceName": "Demo_pNF_D3HhjAtcfiYdMHCOjLF8",
  "serviceVersion": "1.0",
  "serviceUUID": "36a9b3c7-8008-4b34-8be0-93b823fb96bc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b2abb50e-ff02-4005-870a-ca1443dfa3d5",
  "resources": [
    {
      "resourceInstanceName": "pNF 9a79bd24-07f4 0",
      "resourceCustomizationUUID": "bf26122f-f23a-4041-934f-2adf99a4ef14",
      "resourceName": "pNF 9a79bd24-07f4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6df265a8-d850-4669-a844-4a1656086477",
      "resourceInvariantUUID": "92fc1e25-d0aa-4c89-855c-bfcc23086aaa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
      "artifactChecksum": "NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9748f029-6a0a-48f7-834c-243ebb08ef44"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:40:29.061Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:40:29.061Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 36a9b3c7-8008-4b34-8be0-93b823fb96bc ASDC
2023-03-27T06:40:29.062Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fb069806-7103-42ce-8df3-e480daf71898
ServiceName:Demo_pNF_D3HhjAtcfiYdMHCOjLF8
ServiceVersion:1.0
ServiceUUID:36a9b3c7-8008-4b34-8be0-93b823fb96bc
ServiceInvariantUUID:b2abb50e-ff02-4005-870a-ca1443dfa3d5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
ArtifactUUID:9748f029-6a0a-48f7-834c-243ebb08ef44
ArtifactChecksum:NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9a79bd24-07f4 0
ResourceCustomizationUUID:bf26122f-f23a-4041-934f-2adf99a4ef14
ResourceInvariantUUID:92fc1e25-d0aa-4c89-855c-bfcc23086aaa
ResourceName:pNF 9a79bd24-07f4
ResourceType:PNF
ResourceUUID:6df265a8-d850-4669-a844-4a1656086477
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T06:40:29.062Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36a9b3c7-8008-4b34-8be0-93b823fb96bc 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-27T06:40:29.106Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:40:29.107Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:40:29.107Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:40:29.107Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 from URL: /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:40:29.107Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:40:29.107Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:40:29.430Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:40:29.434Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar 9748f029-6a0a-48f7-834c-243ebb08ef44 88009
2023-03-27T06:40:29.434Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T06:40:29.435Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:40:29.435Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:40:29.435Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:40:29.435Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:40:29.435Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899229434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:40:30.436Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:40:30.437Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:40:30.437Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44, URL: /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar to file: /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:40:30.440Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:40:30.441Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:40:30.441Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:40:30.523Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1355377761109737554/Definitions/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml
2023-03-27T06:40:31.199Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T06:40:31.200Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:40:31.200Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:40:31.200Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T06:40:31.200Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:40:31.200Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9a79bd24-07f4 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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:40:31.200Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:40:31.200Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:40:31.200Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:40:31.200Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:40:31.200Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:40:31.200Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:40:31.200Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:40:31.201Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:40:31.201Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Node template pNF 9a79bd24-07f4 0 is matching search criteria
2023-03-27T06:40:31.201Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:40:31.201Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 9a79bd24-07f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:40:31.201Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:40:31.201Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:40:31.201Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Node template pNF 9a79bd24-07f4 0 is matching search criteria
2023-03-27T06:40:31.201Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:40:31.201Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 9a79bd24-07f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:40:31.201Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:40:31.201Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:40:31.201Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:40:31.201Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:40:31.202Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:40:31.202Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:40:31.202Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:40:31.202Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:40:31.202Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:40:31.202Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:40:31.202Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_D3HhjAtcfiYdMHCOjLF8
Description:catalog service description
Model UUID:36a9b3c7-8008-4b34-8be0-93b823fb96bc
Model Version:NULL
Model InvariantUuid:b2abb50e-ff02-4005-870a-ca1443dfa3d5
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-27T06:40:31.242Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||ERROR|500||Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists
2023-03-27T06:40:31.242Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T06:40:31.242Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar(Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists)
2023-03-27T06:40:31.242Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:40:31.245Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:40:31.245Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:40:31.246Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899231242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:40:32.247Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T06:40:32.247Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar(Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists)
2023-03-27T06:40:32.247Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:40:32.248Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:40:32.248Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:40:32.248Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899232247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:40:33.249Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb069806-7103-42ce-8df3-e480daf71898
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:40:33.271Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb069806-7103-42ce-8df3-e480daf71898
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:40:33.276Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:40:33.276Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:40:33.276Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:40:33.276Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:40:33.276Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:40:33.276Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:40:33.276Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:40:33.277Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:40:33.277Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-27T06:40:33.290Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:41:03.290Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb069806-7103-42ce-8df3-e480daf71898 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-27T06:41:03.301Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb069806-7103-42ce-8df3-e480daf71898 and serviceModelVersionId: 36a9b3c7-8008-4b34-8be0-93b823fb96bc
2023-03-27T06:41:03.301Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2abb50e-ff02-4005-870a-ca1443dfa3d5
2023-03-27T06:41:03.301Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0
2023-03-27T06:41:03.305Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:41:03.322Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?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-27T06:41:03.322Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|INFO|500||Invoke
2023-03-27T06:41:03.328Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:41:03.465Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|INFO|500||InvokeReturn
2023-03-27T06:41:03.466Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:41:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[667736], x-aai-txid=[0-aai-resources-230327-06:41:03:579-95502], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:41:03.466Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:41:03.466Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:41:03.467Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-27T06:41:03.475Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-27T06:41:03.475Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb069806-7103-42ce-8df3-e480daf71898 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:41:03.475Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:41:03.476Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:41:03.476Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:41:03.476Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899263475,
  "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-27T06:41:04.498Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T06:41:04.498Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-27T06:41:04.499Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:41:04.499Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:41:04.499Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:41:04.499Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T06:41:04.504Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-7a42e0d1-ca93-44fb-b542-a3a3eba535c4
2023-03-27T06:41:04.505Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:41:04.505Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:41:04.505Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T06:41:06.638Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:41:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:41:08.229Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:41:08.230Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T06:41:08.236Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:41:08.235Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully joined group with generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-7a42e0d1-ca93-44fb-b542-a3a3eba535c4', protocol='range'}
2023-03-27T06:41:08.241Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 14: {SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-7a42e0d1-ca93-44fb-b542-a3a3eba535c4=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-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T06:41:08.255Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:41:08.256Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:41:08.256Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:41:08.256Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully synced group in generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-7a42e0d1-ca93-44fb-b542-a3a3eba535c4', protocol='range'}
2023-03-27T06:41:08.256Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:41:08.256Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:41:08.259Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:41:08.260Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:41:08.260Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:41:08.260Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=610, 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-27T06:41:08.260Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:41:08.260Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:41:08.260Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:41:08.260Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:41:08.260Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:41:08.260Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:41:08.260Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:41:08.260Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:41:09.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:41:09.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899220008,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:41:09.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:41:09.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:41:09.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679898783469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899229434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899231242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists"
}
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:41:09.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:41:09.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899232247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists"
}
2023-03-27T06:41:09.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:41:09.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:41:09.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899263475,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:41:09.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:41:09.287Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:41:09.287Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7eff5bd9-031e-4ebb-a433-909c9555370d","serviceName":"basic_onboard_QMpdnl","serviceVersion":"1.0","serviceUUID":"9d1b38d7-168e-4ef6-9355-095aef6c5a06","serviceDescription":"service","serviceInvariantUUID":"13b7de5c-4a5c-495e-b4f1-19ef4a3dc875","resources":[{"resourceInstanceName":"basic_onboard_QMpdnl 0","resourceName":"basic_onboard_QMpdnl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06bf5896-5e90-460d-b950-b0365c92c155","resourceInvariantUUID":"0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b","resourceCustomizationUUID":"9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml","artifactChecksum":"OWI4YTk5NTZmN2JiYmJiYjY4ZjBkNGJmYTg1Mjk4ZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d5361a7-c516-4f0a-86c3-1d0c64c0fe68","artifactVersion":"1"},{"artifactName":"basic_onboard_qmpdnl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json","artifactChecksum":"MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f65df3c5-c527-4045-8387-6c42535f8967","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e469475-09a0-4e48-96e4-ebd00e02b877","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2806961-ef8e-4a93-a449-365db9ac15f5","artifactVersion":"2","generatedFromUUID":"f65df3c5-c527-4045-8387-6c42535f8967"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQmpdnl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml","artifactChecksum":"YjcwYjk3ZDBiYzY0ZjJmYmQxZjA4MjU5NzBiMmU3NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"165396fc-5684-44e2-9cef-79df7fed1847","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQmpdnl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar","artifactChecksum":"NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72e06bf6-5317-4a7a-9922-993e0a0c4b89","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:41:09.289Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:41:09.289Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:41:09.289Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:41:09.289Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:41:10.290Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:41:10.290Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:41:10.290Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:41:10.290Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:41:11.291Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:41:11.291Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:41:11.291Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:41:11.291Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:41:12.292Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:41:12.292Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:41:12.292Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:41:12.292Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:41:13.293Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:41:13.293Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:41:13.293Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:41:13.293Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:41:14.294Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:41:14.294Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:41:14.294Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:41:14.294Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:41:15.295Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:41:15.295Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:41:15.295Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:41:15.295Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:41:16.297Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "serviceName": "basic_onboard_QMpdnl",
  "serviceVersion": "1.0",
  "serviceUUID": "9d1b38d7-168e-4ef6-9355-095aef6c5a06",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13b7de5c-4a5c-495e-b4f1-19ef4a3dc875",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QMpdnl 0",
      "resourceCustomizationUUID": "9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12",
      "resourceName": "basic_onboard_QMpdnl",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "06bf5896-5e90-460d-b950-b0365c92c155",
      "resourceInvariantUUID": "0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qmpdnl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
          "artifactChecksum": "MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f65df3c5-c527-4045-8387-6c42535f8967",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
            "generatedFromUUID": "f65df3c5-c527-4045-8387-6c42535f8967"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQmpdnl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
      "artifactChecksum": "NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72e06bf6-5317-4a7a-9922-993e0a0c4b89"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:41:16.297Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:41:16.298Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d1b38d7-168e-4ef6-9355-095aef6c5a06 ASDC
2023-03-27T06:41:16.298Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7eff5bd9-031e-4ebb-a433-909c9555370d
ServiceName:basic_onboard_QMpdnl
ServiceVersion:1.0
ServiceUUID:9d1b38d7-168e-4ef6-9355-095aef6c5a06
ServiceInvariantUUID:13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQmpdnl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
ArtifactUUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89
ArtifactChecksum:NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QMpdnl 0
ResourceCustomizationUUID:9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12
ResourceInvariantUUID:0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b
ResourceName:basic_onboard_QMpdnl
ResourceType:VF
ResourceUUID:06bf5896-5e90-460d-b950-b0365c92c155
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qmpdnl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
ArtifactUUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e
ArtifactChecksum:MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI=
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f65df3c5-c527-4045-8387-6c42535f8967
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T06:41:16.298Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d1b38d7-168e-4ef6-9355-095aef6c5a06 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-27T06:41:16.347Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:41:16.348Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:41:16.348Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:41:16.349Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 72e06bf6-5317-4a7a-9922-993e0a0c4b89 from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T06:41:16.349Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:41:16.349Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T06:41:16.376Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:41:16.377Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6f6f90ec
2023-03-27T06:41:16.377Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:41:16.377Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T06:41:16.377Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardQmpdnl-csar.csar /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar 72e06bf6-5317-4a7a-9922-993e0a0c4b89 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:41:16.378Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar ASDC sendASDCNotification
2023-03-27T06:41:16.378Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(Specified artifact is  not found)
2023-03-27T06:41:16.378Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:41:16.378Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:41:16.378Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:41:16.379Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899276378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:41:17.380Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-BasicOnboardQmpdnl-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(UUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89)
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-27T06:41:17.403Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T06:41:17.403Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:41:17.408Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||basic_onboard_QMpdnl 0
2023-03-27T06:41:17.408Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
2023-03-27T06:41:17.408Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T06:41:17.409Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:41:17.409Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T06:41:17.429Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:41:17.429Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@778568d8
2023-03-27T06:41:17.429Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:41:17.429Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T06:41:17.429Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_qmpdnl0_modules.json /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:41:17.430Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json ASDC sendASDCNotification
2023-03-27T06:41:17.430Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(Specified artifact is  not found)
2023-03-27T06:41:17.430Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:41:17.430Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:41:17.430Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:41:17.430Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899277430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:41:18.431Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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_qmpdnl0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(UUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e)
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-27T06:41:18.432Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:41:18.457Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:41:18.463Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:41:18.463Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:41:48.463Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:41:48.488Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:41:48.493Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:41:48.493Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:42:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:42:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:42:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:42:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:42:18.493Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:42:18.520Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:42:18.525Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:42:18.525Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:42:48.526Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:42:48.553Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:42:48.558Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:42:48.558Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:43:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:43:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:43:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T06:43:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:43:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:43:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:43:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:43:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:43:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:43:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:43:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:43:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-27T06:43:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:43:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:43:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:43:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:43:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:43:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:43:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:43:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:43:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899276378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:43:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:43:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:43:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899277430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:43:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:43:18.558Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:43:18.584Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:43:18.589Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:43:18.590Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:43:48.591Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:43:48.611Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:43:48.616Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:43:48.616Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:44:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:44:18.617Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:44:18.641Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:44:18.647Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:44:18.647Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:44:48.647Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:44:48.666Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:44:48.670Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:44:48.670Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:45:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:45:18.670Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:45:18.694Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:45:18.699Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:45:18.699Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:45:48.699Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:45:48.726Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:45:48.730Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:45:48.731Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:46:08.218Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:46:09.305Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:46:09.305Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Member SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-7a42e0d1-ca93-44fb-b542-a3a3eba535c4 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-27T06:46:09.305Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-27T06:46:09.305Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-27T06:46:11.773Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:46:11.788Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:46:11.788Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T06:46:11.796Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:46:11.796Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 15: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T06:46:11.817Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:46:11.818Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:46:11.818Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:46:11.823Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:46:11.823Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:46:11.823Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:46:11.824Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=632, 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-27T06:46:11.824Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:46:11.824Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:46:18.731Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-27T06:46:18.731Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d 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-27T06:46:18.744Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7eff5bd9-031e-4ebb-a433-909c9555370d and serviceModelVersionId: 9d1b38d7-168e-4ef6-9355-095aef6c5a06
2023-03-27T06:46:18.745Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
2023-03-27T06:46:18.746Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0
2023-03-27T06:46:18.753Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:46:18.779Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|500||Invoke
2023-03-27T06:46:18.779Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7eff5bd9-031e-4ebb-a433-909c9555370d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c813c32-143f-4174-9cf4-e4116f5092c2], X-ECOMP-RequestID=[7eff5bd9-031e-4ebb-a433-909c9555370d], X-TransactionId=[], X-ONAP-RequestID=[7eff5bd9-031e-4ebb-a433-909c9555370d], Content-Type=[application/merge-patch+json]}
2023-03-27T06:46:18.788Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T06:46:18.825Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?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/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0 has http status code:404 and response headers:{date=[Mon, 27 Mar 2023 06:46:19 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[35], x-aai-txid=[2-aai-resources-230327-06:46:19:041-70000], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:46:18.827Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","ERR.5.4.6114"]}}}

2023-03-27T06:46:18.828Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-27T06:46:18.831Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:46:18.831Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-27T06:46:18.831Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:46:18.831Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:46:18.838Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T06:46:18.838Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7eff5bd9-031e-4ebb-a433-909c9555370d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:46:18.839Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-27T06:46:18.839Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:46:18.839Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:46:18.839Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899578839,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:46:18.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:46:18.858Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899578839,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
}
2023-03-27T06:46:18.858Z||pool-2-thread-3|||||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-27T06:46:19.869Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:46:19.869Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3eceaf02-b44a-47b3-a2db-b8aa5c5845fe","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0c07833a-e216-4fdd-a97e-5a37fe9b5618","serviceDescription":"service","serviceInvariantUUID":"5119ae16-c0f3-443b-8436-075439e66ab3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"15157c1b-7520-4e59-8e7d-cd42033bc6f6","resourceInvariantUUID":"02dde935-56e9-46f6-a1ed-2017d18e3ddd","resourceCustomizationUUID":"3b212f49-7967-41e3-b0b3-f5c67a76083a","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":"NTc1NTIyNGEwM2JhY2U0ZTRlNGI3M2YzZmZkNWVkNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe2f0ff7-7184-41cc-b179-f887cb886039","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ab423d5-4df0-4c63-9a9b-f45fccd423f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:46:19.869Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:46:19.869Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:46:19.870Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:46:19.870Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "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-27T06:46:20.870Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:46:20.871Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:46:20.871Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:46:20.871Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:46:21.872Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0c07833a-e216-4fdd-a97e-5a37fe9b5618",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5119ae16-c0f3-443b-8436-075439e66ab3",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b212f49-7967-41e3-b0b3-f5c67a76083a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "15157c1b-7520-4e59-8e7d-cd42033bc6f6",
      "resourceInvariantUUID": "02dde935-56e9-46f6-a1ed-2017d18e3ddd",
      "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": "ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ab423d5-4df0-4c63-9a9b-f45fccd423f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:46:21.872Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:46:21.872Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c07833a-e216-4fdd-a97e-5a37fe9b5618 ASDC
2023-03-27T06:46:21.873Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0c07833a-e216-4fdd-a97e-5a37fe9b5618
ServiceInvariantUUID:5119ae16-c0f3-443b-8436-075439e66ab3
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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4
ArtifactChecksum:ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b212f49-7967-41e3-b0b3-f5c67a76083a
ResourceInvariantUUID:02dde935-56e9-46f6-a1ed-2017d18e3ddd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:15157c1b-7520-4e59-8e7d-cd42033bc6f6
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-27T06:46:21.873Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c07833a-e216-4fdd-a97e-5a37fe9b5618 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-27T06:46:21.920Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:46:21.920Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:46:21.920Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:46:21.921Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T06:46:21.921Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:46:21.921Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T06:46:21.948Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:46:21.949Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@372bb3e5
2023-03-27T06:46:21.949Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:46:21.949Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-27T06:46:21.949Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:46:21.949Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:46:21.949Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:46:21.949Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:46:21.949Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:46:21.949Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:46:21.950Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899581949,
  "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-27T06:46:22.950Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4)
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-27T06:46:22.994Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists
2023-03-27T06:46:22.995Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:46:22.995Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists)
2023-03-27T06:46:22.995Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:46:22.995Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:46:22.995Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:46:22.995Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899582995,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:46:23.996Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:46:23.996Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists)
2023-03-27T06:46:23.996Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:46:23.997Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:46:23.997Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:46:23.997Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899583996,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:46:24.998Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:46:25.019Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:46:25.023Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:46:25.023Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:46:25.023Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:46:25.023Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:46:25.024Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:46:25.024Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:46:25.024Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:46:25.024Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:46:25.024Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:46:25.035Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:46:55.036Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe 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-27T06:46:55.048Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and serviceModelVersionId: 0c07833a-e216-4fdd-a97e-5a37fe9b5618
2023-03-27T06:46:55.049Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5119ae16-c0f3-443b-8436-075439e66ab3
2023-03-27T06:46:55.049Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0
2023-03-27T06:46:55.055Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:46:55.076Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||Invoke
2023-03-27T06:46:55.076Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3eceaf02-b44a-47b3-a2db-b8aa5c5845fe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[22255f4f-b1b4-4bc5-8fec-860dac17a4ac], X-ECOMP-RequestID=[3eceaf02-b44a-47b3-a2db-b8aa5c5845fe], X-TransactionId=[], X-ONAP-RequestID=[3eceaf02-b44a-47b3-a2db-b8aa5c5845fe], Content-Type=[application/merge-patch+json]}
2023-03-27T06:46:55.082Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:46:55.236Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?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/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:46:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[573528], x-aai-txid=[1-aai-resources-230327-06:46:55:345-21496], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:46:55.237Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:46:55.237Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||InvokeReturn
2023-03-27T06:46:55.237Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:46:55.237Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:46:55.246Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:46:55.246Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:46:55.246Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:46:55.246Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:46:55.246Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:46:55.246Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899615246,
  "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-27T06:46:56.276Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:46:56.276Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"84cc4c38-db2e-426f-addf-a3026542286e","serviceName":"Demo_pNF_rb5D6ZL4SqGkCBxcGhrs","serviceVersion":"1.0","serviceUUID":"c9f67a18-e256-41f3-acaa-b5dd971d4199","serviceDescription":"catalog service description","serviceInvariantUUID":"ca53e5c4-cf56-4a3f-8edb-e39644d5c271","resources":[{"resourceInstanceName":"pNF 25b011eb-83ed 0","resourceName":"pNF 25b011eb-83ed","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3e745e72-3afe-4a65-9bf7-e1d2abc228c2","resourceInvariantUUID":"ec183920-0093-457b-a5af-176c8a914105","resourceCustomizationUUID":"386f0dcb-2fab-4319-83de-b16580fda677","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml","artifactChecksum":"ZWYwMWZhMzVkZDIxOTM1MTRiYzhlMzZiNjE0YThiYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14428971-926d-4b7f-bf42-8fe6437ffedc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c4f0abef-5bdf-495f-8bef-a4a4529fd3a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"042cbbe6-301f-408c-a227-fbfcb56b89a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml","artifactChecksum":"OWM5NDBiYTI1MzhlZGZjMjVjMzZiZjdjYjMwYzMzNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"765c4017-e693-43c1-bd5b-3c6c3eb4d38a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d72abaf-1d51-4a4d-885d-1e05aa7aa3f6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f9dff5ea-6087-4927-bf44-11d67bdbff38","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactChecksum":"MTNhNzEyZjBhY2YzM2EyOTU5ZTQxNmZiOTg5YWI4NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7df4bf1-0ee5-4384-8502-775cbba6d31d","artifactVersion":"1"},{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactChecksum":"NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84d3aeeb-281a-4221-9c76-745438b20267","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:46:56.277Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:46:56.277Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:46:56.277Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:46:56.278Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:46:57.279Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:46:57.279Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:46:57.279Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:46:57.279Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:46:58.280Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:46:58.280Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:46:58.280Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:46:58.281Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:46:59.281Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:46:59.282Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:46:59.282Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:46:59.282Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:47:00.283Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:47:00.283Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:47:00.283Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:47:00.283Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:47:01.284Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:47:01.284Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:47:01.285Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:47:01.285Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:47:02.285Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:47:02.286Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:47:02.286Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:47:02.286Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:47:03.286Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:47:03.287Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:47:03.287Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:47:03.287Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:47:04.288Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "serviceName": "Demo_pNF_rb5D6ZL4SqGkCBxcGhrs",
  "serviceVersion": "1.0",
  "serviceUUID": "c9f67a18-e256-41f3-acaa-b5dd971d4199",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ca53e5c4-cf56-4a3f-8edb-e39644d5c271",
  "resources": [
    {
      "resourceInstanceName": "pNF 25b011eb-83ed 0",
      "resourceCustomizationUUID": "386f0dcb-2fab-4319-83de-b16580fda677",
      "resourceName": "pNF 25b011eb-83ed",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3e745e72-3afe-4a65-9bf7-e1d2abc228c2",
      "resourceInvariantUUID": "ec183920-0093-457b-a5af-176c8a914105",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactChecksum": "NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "84d3aeeb-281a-4221-9c76-745438b20267"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:47:04.288Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:47:04.288Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c9f67a18-e256-41f3-acaa-b5dd971d4199 ASDC
2023-03-27T06:47:04.289Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:84cc4c38-db2e-426f-addf-a3026542286e
ServiceName:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
ServiceVersion:1.0
ServiceUUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
ServiceInvariantUUID:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactUUID:84d3aeeb-281a-4221-9c76-745438b20267
ArtifactChecksum:NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 25b011eb-83ed 0
ResourceCustomizationUUID:386f0dcb-2fab-4319-83de-b16580fda677
ResourceInvariantUUID:ec183920-0093-457b-a5af-176c8a914105
ResourceName:pNF 25b011eb-83ed
ResourceType:PNF
ResourceUUID:3e745e72-3afe-4a65-9bf7-e1d2abc228c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T06:47:04.289Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9f67a18-e256-41f3-acaa-b5dd971d4199 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-27T06:47:04.331Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:47:04.332Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:47:04.332Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:47:04.332Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267 from URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:47:04.332Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:47:04.332Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:47:04.570Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:47:04.572Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar 84d3aeeb-281a-4221-9c76-745438b20267 88018
2023-03-27T06:47:04.573Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T06:47:04.573Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:47:04.573Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:47:04.573Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:47:04.573Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:47:04.573Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899624573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:47:05.574Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:47:05.575Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:47:05.575Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267, URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar to file: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:47:05.575Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:47:05.576Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:47:05.576Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:47:05.664Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4221475597316695167/Definitions/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml
2023-03-27T06:47:06.374Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T06:47:06.374Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:47:06.374Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:47:06.374Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T06:47:06.374Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:47:06.375Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:47:06.375Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:47:06.375Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:47:06.375Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:47:06.375Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 25b011eb-83ed 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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:47:06.375Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:47:06.375Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:47:06.375Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:47:06.375Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:47:06.375Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T06:47:06.375Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:47:06.375Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:47:06.375Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:47:06.375Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:47:06.375Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T06:47:06.376Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:47:06.376Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:47:06.376Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:47:06.376Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:47:06.376Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:47:06.376Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:47:06.376Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:47:06.376Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:47:06.376Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:47:06.376Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:47:06.376Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:47:06.376Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:47:06.376Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
Description:catalog service description
Model UUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
Model Version:NULL
Model InvariantUuid:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
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-27T06:47:06.414Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||ERROR|500||Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists
2023-03-27T06:47:06.415Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T06:47:06.415Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists)
2023-03-27T06:47:06.415Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:47:06.415Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:47:06.415Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:47:06.415Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899626415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:47:07.416Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T06:47:07.416Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists)
2023-03-27T06:47:07.416Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:47:07.417Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:47:07.417Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:47:07.417Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899627416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:47:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:47:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:47:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899581949,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:47:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899582995,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
}
2023-03-27T06:47:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899583996,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
}
2023-03-27T06:47:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899610218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899599228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899596312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899598063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899595539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899610218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899599228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899598063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899595539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T06:47:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899596312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899610218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899599228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:47:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899596312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899595539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:47:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899598063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.229Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899599228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.229Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899610218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.229Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899596312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.229Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899598063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.229Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899595539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.229Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899610218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.230Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899599228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.230Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899598063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.230Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899596312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.230Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899595539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-27T06:47:08.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.230Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899610218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.230Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899599228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.231Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899596312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.231Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899598063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.231Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899595539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-27T06:47:08.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.231Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899615246,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:47:08.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.231Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899614673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.231Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899610218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.232Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899596312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.232Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899599228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.232Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899595539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-27T06:47:08.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.232Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899598063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.232Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.233Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899614673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.233Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899610218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.233Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899596312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.233Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899598063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.233Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899595539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.233Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899599228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.234Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.234Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899614673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.234Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899610218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.234Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899596312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.234Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899595539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899598063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899599228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899614673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899610218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:47:08.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899596312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:47:08.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.236Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899595539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:47:08.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.236Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899599228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:47:08.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.236Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899598063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.236Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.236Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899614673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.236Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899620266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:47:08.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899620854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899619948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899620887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899614673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899621859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899621380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:47:08.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.238Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.238Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.238Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899614673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.238Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.238Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899622860,
  "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-27T06:47:08.273Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b6ef30bd-e7e6-4686-b045-d92b84d9994d
2023-03-27T06:47:08.274Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6ef30bd-e7e6-4686-b045-d92b84d9994d 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-27T06:47:08.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.295Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899622472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:47:08.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.296Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.296Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899614673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.296Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:47:08.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.296Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899614673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.296Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899623589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:47:08.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.297Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899614673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:47:08.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.297Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899624573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:47:08.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.297Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899625489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:47:08.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.297Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899626320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:47:08.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.297Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899625796,
  "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-27T06:47:08.312Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b6ef30bd-e7e6-4686-b045-d92b84d9994d
2023-03-27T06:47:08.312Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6ef30bd-e7e6-4686-b045-d92b84d9994d 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-27T06:47:08.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.329Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899626415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
}
2023-03-27T06:47:08.329Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.329Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899627322,
  "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-27T06:47:08.342Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b6ef30bd-e7e6-4686-b045-d92b84d9994d
2023-03-27T06:47:08.342Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6ef30bd-e7e6-4686-b045-d92b84d9994d 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-27T06:47:08.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.362Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899626799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-27T06:47:08.362Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.363Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899623862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.363Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.363Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899620951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.363Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.363Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899619801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.363Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.363Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899627416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
}
2023-03-27T06:47:08.363Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.363Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899627802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:47:08.363Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:47:08.363Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899627661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:47:08.363Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:47:08.418Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:47:08.440Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:47:08.445Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:47:08.445Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:47:08.445Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:47:08.446Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:47:08.446Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:47:08.446Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:47:08.446Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:47:08.446Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:47:08.446Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:47:08.461Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:47:38.462Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e 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-27T06:47:38.473Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84cc4c38-db2e-426f-addf-a3026542286e and serviceModelVersionId: c9f67a18-e256-41f3-acaa-b5dd971d4199
2023-03-27T06:47:38.473Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca53e5c4-cf56-4a3f-8edb-e39644d5c271
2023-03-27T06:47:38.474Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0
2023-03-27T06:47:38.477Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:47:38.493Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||Invoke
2023-03-27T06:47:38.493Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[84cc4c38-db2e-426f-addf-a3026542286e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5eb548cb-8dbd-4cd8-95cb-de8b3bc4c0f8], X-ECOMP-RequestID=[84cc4c38-db2e-426f-addf-a3026542286e], X-TransactionId=[], X-ONAP-RequestID=[84cc4c38-db2e-426f-addf-a3026542286e], Content-Type=[application/merge-patch+json]}
2023-03-27T06:47:38.499Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:47:38.622Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?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/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:47:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[118], vertex-id=[606296], x-aai-txid=[2-aai-resources-230327-06:47:38:753-4969], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:47:38.622Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:47:38.623Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||InvokeReturn
2023-03-27T06:47:38.623Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:47:38.623Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:47:38.632Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:47:38.633Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84cc4c38-db2e-426f-addf-a3026542286e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:47:38.633Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:47:38.633Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:47:38.633Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:47:38.633Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899658633,
  "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-27T06:47:39.668Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:47:39.668Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"44440c6a-f1bd-4673-a6af-17a9e4d43911","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"66474687-4800-47ee-9519-ffdde7c80d58","serviceDescription":"service","serviceInvariantUUID":"06e3a032-8f72-4119-9e71-ce6588ba35ba","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a44f77ef-1d28-41e6-9f3e-b645ebc6d2db","resourceInvariantUUID":"83ae637d-0f3e-4be2-928f-2678c9531c1d","resourceCustomizationUUID":"f44634b1-d505-4227-ae5f-6b34b4b2e20c","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":"ZGVjODNkMzc4NmE3OGRjNWJlN2VjN2UwZThjNWVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6436e61f-ee28-423e-aa93-6f9a6b99dc61","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":"NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5194932-b487-47ad-a26e-ae346b8404ad","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":"26286f3d-fc00-47f6-a2d9-b8ba865afff7","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":"32d20314-45a7-4681-b948-6c1f1a813927","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":"49d5da0e-af6a-4340-87b3-1cebc927e26d","artifactVersion":"2","generatedFromUUID":"26286f3d-fc00-47f6-a2d9-b8ba865afff7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjA5YTBhMjY2MTA0MjY1ZDRiZDdjNDlhN2QyOGE4YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5a8020-e861-4d62-903b-69810912298f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25a1eb11-f825-424a-a2ea-fab104107979","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:47:39.669Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:47:39.669Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:47:39.669Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:47:39.670Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "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-27T06:47:40.671Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:47:40.672Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:47:40.672Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:47:40.672Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "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-27T06:47:41.674Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:47:41.674Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:47:41.674Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:47:41.675Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "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-27T06:47:42.675Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:47:42.675Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:47:42.676Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:47:42.676Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "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-27T06:47:43.676Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:47:43.676Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:47:43.677Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:47:43.677Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "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-27T06:47:44.677Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:47:44.678Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:47:44.678Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:47:44.678Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "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-27T06:47:45.679Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:47:45.680Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:47:45.680Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:47:45.680Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:47:46.681Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "66474687-4800-47ee-9519-ffdde7c80d58",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06e3a032-8f72-4119-9e71-ce6588ba35ba",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f44634b1-d505-4227-ae5f-6b34b4b2e20c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a44f77ef-1d28-41e6-9f3e-b645ebc6d2db",
      "resourceInvariantUUID": "83ae637d-0f3e-4be2-928f-2678c9531c1d",
      "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": "NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e5194932-b487-47ad-a26e-ae346b8404ad",
          "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": "26286f3d-fc00-47f6-a2d9-b8ba865afff7",
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
            "generatedFromUUID": "26286f3d-fc00-47f6-a2d9-b8ba865afff7"
          },
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "25a1eb11-f825-424a-a2ea-fab104107979"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:47:46.681Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:47:46.682Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66474687-4800-47ee-9519-ffdde7c80d58 ASDC
2023-03-27T06:47:46.682Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:44440c6a-f1bd-4673-a6af-17a9e4d43911
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:66474687-4800-47ee-9519-ffdde7c80d58
ServiceInvariantUUID:06e3a032-8f72-4119-9e71-ce6588ba35ba
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:25a1eb11-f825-424a-a2ea-fab104107979
ArtifactChecksum:MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f44634b1-d505-4227-ae5f-6b34b4b2e20c
ResourceInvariantUUID:83ae637d-0f3e-4be2-928f-2678c9531c1d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a44f77ef-1d28-41e6-9f3e-b645ebc6d2db
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:e5194932-b487-47ad-a26e-ae346b8404ad
ArtifactChecksum:NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA=
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:26286f3d-fc00-47f6-a2d9-b8ba865afff7
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T06:47:46.682Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66474687-4800-47ee-9519-ffdde7c80d58 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-27T06:47:46.717Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:47:46.718Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:47:46.718Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:47:46.718Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 25a1eb11-f825-424a-a2ea-fab104107979 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T06:47:46.718Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:47:46.718Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T06:47:46.740Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:47:46.740Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1a2fd5b0
2023-03-27T06:47:46.740Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:47:46.740Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-27T06:47:46.741Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 25a1eb11-f825-424a-a2ea-fab104107979 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:47:46.741Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:47:46.741Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:47:46.741Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:47:46.741Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:47:46.741Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:47:46.741Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899666741,
  "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-27T06:47:47.742Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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:25a1eb11-f825-424a-a2ea-fab104107979)
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-27T06:47:47.789Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists
2023-03-27T06:47:47.789Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:47:47.790Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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: 25a1eb11-f825-424a-a2ea-fab104107979 already exists)
2023-03-27T06:47:47.790Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:47:47.790Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:47:47.790Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:47:47.790Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899667789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:47:48.792Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:47:48.793Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists)
2023-03-27T06:47:48.793Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:47:48.793Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:47:48.793Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:47:48.793Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899668792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:47:49.795Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:47:49.819Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:47:49.823Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:47:49.823Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:47:49.823Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:47:49.823Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:47:49.823Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:47:49.824Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:47:49.824Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:47:49.824Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:47:49.824Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:47:49.835Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:48:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:48:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:48:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899623862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:48:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:48:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:48:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899620951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:48:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:48:19.835Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 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-27T06:48:19.847Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 and serviceModelVersionId: 66474687-4800-47ee-9519-ffdde7c80d58
2023-03-27T06:48:19.847Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06e3a032-8f72-4119-9e71-ce6588ba35ba
2023-03-27T06:48:19.848Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0
2023-03-27T06:48:19.855Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:48:19.877Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||Invoke
2023-03-27T06:48:19.877Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a368591a-1794-479b-b16e-9ae5b8b3cfd2], X-ECOMP-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], X-TransactionId=[], X-ONAP-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], Content-Type=[application/merge-patch+json]}
2023-03-27T06:48:19.918Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:48:20.063Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?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/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:48:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[622680], x-aai-txid=[0-aai-resources-230327-06:48:20:175-39379], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:48:20.064Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:48:20.064Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||InvokeReturn
2023-03-27T06:48:20.065Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:48:20.065Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:48:20.072Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:48:20.073Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44440c6a-f1bd-4673-a6af-17a9e4d43911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:48:20.073Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:48:20.073Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:48:20.073Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:48:20.073Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899700073,
  "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-27T06:48:21.104Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:48:21.104Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fb069806-7103-42ce-8df3-e480daf71898","serviceName":"Demo_pNF_D3HhjAtcfiYdMHCOjLF8","serviceVersion":"1.0","serviceUUID":"36a9b3c7-8008-4b34-8be0-93b823fb96bc","serviceDescription":"catalog service description","serviceInvariantUUID":"b2abb50e-ff02-4005-870a-ca1443dfa3d5","resources":[{"resourceInstanceName":"pNF 9a79bd24-07f4 0","resourceName":"pNF 9a79bd24-07f4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6df265a8-d850-4669-a844-4a1656086477","resourceInvariantUUID":"92fc1e25-d0aa-4c89-855c-bfcc23086aaa","resourceCustomizationUUID":"bf26122f-f23a-4041-934f-2adf99a4ef14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml","artifactChecksum":"OTFhZGNlNzRkNzkyOGZkYTM5ZjM5MGYzMzNlYTQ4OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c427823f-0372-4b6d-96ed-08b469563eb3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b8b9f5-ffd7-49bf-a2dd-ecb33158cccc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51f957eb-6964-4847-ab99-ad0bba10add7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml","artifactChecksum":"NWYyNWU4MjJkOWIyZTQ3ZTFhMjZiMjEzYmRhZDRlYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"506426ca-f753-4cd5-be4f-5ed16bad5108","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88412ef9-0769-424b-b764-5a360f475862","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0dfd5cf0-bcd7-457f-b3e4-334243d77a6f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml","artifactChecksum":"OTBjZjIzYTlhMGZjNWUyOTA5M2U3YWFkZjI4MjQ3OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2b48d5f-7f53-4253-887f-e971bf6eaccb","artifactVersion":"1"},{"artifactName":"service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar","artifactChecksum":"NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9748f029-6a0a-48f7-834c-243ebb08ef44","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:48:21.104Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:48:21.104Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:48:21.105Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:48:21.105Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:48:22.106Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:48:22.107Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:48:22.107Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:48:22.107Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:48:23.108Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:48:23.109Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:48:23.109Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:48:23.109Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:48:24.110Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:48:24.111Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:48:24.111Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:48:24.111Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:48:25.112Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:48:25.113Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:48:25.113Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:48:25.113Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:48:26.115Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:48:26.115Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:48:26.115Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:48:26.115Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:48:27.117Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:48:27.117Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:48:27.118Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:48:27.118Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:48:28.120Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:48:28.120Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:48:28.120Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:48:28.120Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:48:29.123Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "serviceName": "Demo_pNF_D3HhjAtcfiYdMHCOjLF8",
  "serviceVersion": "1.0",
  "serviceUUID": "36a9b3c7-8008-4b34-8be0-93b823fb96bc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b2abb50e-ff02-4005-870a-ca1443dfa3d5",
  "resources": [
    {
      "resourceInstanceName": "pNF 9a79bd24-07f4 0",
      "resourceCustomizationUUID": "bf26122f-f23a-4041-934f-2adf99a4ef14",
      "resourceName": "pNF 9a79bd24-07f4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6df265a8-d850-4669-a844-4a1656086477",
      "resourceInvariantUUID": "92fc1e25-d0aa-4c89-855c-bfcc23086aaa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
      "artifactChecksum": "NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9748f029-6a0a-48f7-834c-243ebb08ef44"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:48:29.123Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:48:29.123Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 36a9b3c7-8008-4b34-8be0-93b823fb96bc ASDC
2023-03-27T06:48:29.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fb069806-7103-42ce-8df3-e480daf71898
ServiceName:Demo_pNF_D3HhjAtcfiYdMHCOjLF8
ServiceVersion:1.0
ServiceUUID:36a9b3c7-8008-4b34-8be0-93b823fb96bc
ServiceInvariantUUID:b2abb50e-ff02-4005-870a-ca1443dfa3d5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
ArtifactUUID:9748f029-6a0a-48f7-834c-243ebb08ef44
ArtifactChecksum:NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9a79bd24-07f4 0
ResourceCustomizationUUID:bf26122f-f23a-4041-934f-2adf99a4ef14
ResourceInvariantUUID:92fc1e25-d0aa-4c89-855c-bfcc23086aaa
ResourceName:pNF 9a79bd24-07f4
ResourceType:PNF
ResourceUUID:6df265a8-d850-4669-a844-4a1656086477
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T06:48:29.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36a9b3c7-8008-4b34-8be0-93b823fb96bc 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-27T06:48:29.168Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:48:29.169Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:48:29.169Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:48:29.169Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 from URL: /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:48:29.170Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:48:29.170Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:48:29.471Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:48:29.475Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar 9748f029-6a0a-48f7-834c-243ebb08ef44 88009
2023-03-27T06:48:29.475Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T06:48:29.475Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:48:29.476Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:48:29.476Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:48:29.476Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:48:29.476Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899709475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:48:30.477Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:48:30.478Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:48:30.478Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44, URL: /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar to file: /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:48:30.478Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:48:30.479Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:48:30.479Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:48:30.555Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9000440018472099138/Definitions/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml
2023-03-27T06:48:31.160Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T06:48:31.160Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:48:31.160Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:48:31.160Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T06:48:31.160Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:48:31.160Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9a79bd24-07f4 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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:48:31.160Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:48:31.160Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:48:31.160Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:48:31.161Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:48:31.161Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:48:31.161Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:48:31.161Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:48:31.161Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:48:31.161Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Node template pNF 9a79bd24-07f4 0 is matching search criteria
2023-03-27T06:48:31.161Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:48:31.161Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 9a79bd24-07f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:48:31.161Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:48:31.161Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:48:31.161Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Node template pNF 9a79bd24-07f4 0 is matching search criteria
2023-03-27T06:48:31.161Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:48:31.161Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 9a79bd24-07f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:48:31.161Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:48:31.161Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:48:31.161Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:48:31.161Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:48:31.161Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:48:31.161Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:48:31.162Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:48:31.162Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:48:31.162Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:48:31.162Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:48:31.162Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_D3HhjAtcfiYdMHCOjLF8
Description:catalog service description
Model UUID:36a9b3c7-8008-4b34-8be0-93b823fb96bc
Model Version:NULL
Model InvariantUuid:b2abb50e-ff02-4005-870a-ca1443dfa3d5
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-27T06:48:31.201Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||ERROR|500||Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists
2023-03-27T06:48:31.202Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T06:48:31.202Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar(Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists)
2023-03-27T06:48:31.202Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:48:31.202Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:48:31.202Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:48:31.202Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899711202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:48:32.203Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T06:48:32.204Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar(Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists)
2023-03-27T06:48:32.204Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:48:32.204Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:48:32.204Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:48:32.204Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899712203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:48:33.205Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb069806-7103-42ce-8df3-e480daf71898
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:48:33.231Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb069806-7103-42ce-8df3-e480daf71898
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:48:33.237Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:48:33.237Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:48:33.237Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:48:33.237Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:48:33.237Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:48:33.237Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:48:33.238Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:48:33.238Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:48:33.238Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-27T06:48:33.254Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:49:03.254Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb069806-7103-42ce-8df3-e480daf71898 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-27T06:49:03.265Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb069806-7103-42ce-8df3-e480daf71898 and serviceModelVersionId: 36a9b3c7-8008-4b34-8be0-93b823fb96bc
2023-03-27T06:49:03.266Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2abb50e-ff02-4005-870a-ca1443dfa3d5
2023-03-27T06:49:03.267Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0
2023-03-27T06:49:03.274Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:49:03.293Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|INFO|500||Invoke
2023-03-27T06:49:03.293Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb069806-7103-42ce-8df3-e480daf71898], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8bf793b3-b7e4-4ace-a74a-eeb038e16c71], X-ECOMP-RequestID=[fb069806-7103-42ce-8df3-e480daf71898], X-TransactionId=[], X-ONAP-RequestID=[fb069806-7103-42ce-8df3-e480daf71898], Content-Type=[application/merge-patch+json]}
2023-03-27T06:49:03.300Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:49:03.444Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?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/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:49:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[667736], x-aai-txid=[1-aai-resources-230327-06:49:03:556-57801], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:49:03.444Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:49:03.445Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|INFO|500||InvokeReturn
2023-03-27T06:49:03.445Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:49:03.446Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-27T06:49:03.454Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-27T06:49:03.454Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb069806-7103-42ce-8df3-e480daf71898 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:49:03.455Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:49:03.455Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:49:03.455Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:49:03.455Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899743454,
  "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-27T06:49:04.482Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:49:04.482Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a2623c34-c0a0-4673-8207-8bd402f0c55d","serviceName":"Demo_pNF_pBWRKQCWjqybRW6LYJID","serviceVersion":"1.0","serviceUUID":"494a7660-038a-4dba-be02-5b8a38ae6125","serviceDescription":"catalog service description","serviceInvariantUUID":"08360dba-7899-40cc-8930-c944abd051b0","resources":[{"resourceInstanceName":"pNF 035dda5d-e50d 0","resourceName":"pNF 035dda5d-e50d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ed4aaad3-22fb-4764-94bc-f857208b0501","resourceInvariantUUID":"e221df97-9f93-43d2-9975-1d33e713ee60","resourceCustomizationUUID":"64b8380e-2a69-4388-8d46-f034c2b96427","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml","artifactChecksum":"MTM1NDdmYmNiOWE0NWE4ZDljOTM4ZGRjMTNhNWUzMjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f6bca62-6723-4e06-8c8d-c3a3946991ce","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8354b947-405f-49f0-ac3c-cb12691e1cb1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a859e1f9-ded7-4fa2-b6ef-804a46a5655b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml","artifactChecksum":"OGEwZjFiNDRhNzc3Y2NiNGZlNTQxMzY2NTdhNWI5ZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c39e810b-fb05-4f1a-9be4-d1e4236ff5e3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5eb8a855-3db7-496f-be6e-baa7bfdfd687","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a8cdab2d-31f5-494b-ba3b-818e6c518abd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml","artifactChecksum":"NDgyYzdiN2Y4YjM1NTIzM2M1YTljZmIzZjgwMmJlYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e099cc82-e0a6-401a-9011-e3b86b4ac2d6","artifactVersion":"1"},{"artifactName":"service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar","artifactChecksum":"OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95090021-a94f-4d6c-99a3-75e3f0de68ed","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:49:04.482Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:49:04.483Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:49:04.483Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:49:04.483Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:49:05.485Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:49:05.485Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:49:05.485Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:49:05.485Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:49:06.487Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:49:06.488Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:49:06.488Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:49:06.488Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:49:07.490Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:49:07.491Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:49:07.491Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:49:07.491Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:49:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:49:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899619801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899627802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T06:49:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899628665,
  "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-27T06:49:08.243Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b6ef30bd-e7e6-4686-b045-d92b84d9994d
2023-03-27T06:49:08.244Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6ef30bd-e7e6-4686-b045-d92b84d9994d 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-27T06:49:08.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.265Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899623862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:49:08.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.265Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899620951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.265Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899619801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.266Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899627802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:49:08.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.266Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899620951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.266Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899623862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899619801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899627802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899620951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899623862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899619801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899627802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-27T06:49:08.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899620951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.269Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899623862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.269Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899619801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.270Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899627802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.270Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899620951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.270Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899623862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.271Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899619801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.271Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899627802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.271Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899620951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:49:08.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.272Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899623862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:49:08.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.272Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899619801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.273Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899627802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:49:08.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.273Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899636335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:49:08.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899635426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:49:08.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899635935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:49:08.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899637337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:49:08.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899637041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:49:08.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899638338,
  "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-27T06:49:08.310Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
2023-03-27T06:49:08.310Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 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-27T06:49:08.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.331Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899638142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:49:08.331Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.331Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899639205,
  "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-27T06:49:08.344Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
2023-03-27T06:49:08.344Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 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-27T06:49:08.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.358Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899640219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.358Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.358Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899640209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-27T06:49:08.358Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.359Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899640219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.359Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.359Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899640219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.359Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.359Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899640219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.360Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.360Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899640219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.360Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.360Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899640219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.360Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.360Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899644673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.360Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.361Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899640219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.361Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.361Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899644673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.361Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.361Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899640219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:49:08.361Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.361Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899644673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.362Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.362Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899648439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:49:08.362Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.362Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899644673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.362Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.363Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899644673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.363Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.363Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899644673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.363Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.364Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899644673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.364Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.364Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899644673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:49:08.364Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.364Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899653694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:49:08.364Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.365Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899653464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:49:08.365Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.365Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899654696,
  "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-27T06:49:08.381Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
2023-03-27T06:49:08.381Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 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-27T06:49:08.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.401Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899655694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:49:08.401Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.401Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899656700,
  "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-27T06:49:08.414Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
2023-03-27T06:49:08.414Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 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-27T06:49:08.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.433Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899658633,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:49:08.433Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.433Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.433Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.433Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T06:49:08.433Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.433Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:49:08.433Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.433Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.433Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.433Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-27T06:49:08.433Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.433Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:49:08.434Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.434Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:49:08.434Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.434Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899666741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:49:08.434Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.434Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899667789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
}
2023-03-27T06:49:08.434Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:49:08.434Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899668792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
}
2023-03-27T06:49:08.434Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:49:08.492Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:49:08.493Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:49:08.493Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:49:08.493Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:49:09.495Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:49:09.495Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:49:09.495Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:49:09.495Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:49:10.496Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:49:10.496Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:49:10.496Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:49:10.496Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:49:11.497Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:49:11.498Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:49:11.498Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:49:11.498Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:49:12.499Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "serviceName": "Demo_pNF_pBWRKQCWjqybRW6LYJID",
  "serviceVersion": "1.0",
  "serviceUUID": "494a7660-038a-4dba-be02-5b8a38ae6125",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "08360dba-7899-40cc-8930-c944abd051b0",
  "resources": [
    {
      "resourceInstanceName": "pNF 035dda5d-e50d 0",
      "resourceCustomizationUUID": "64b8380e-2a69-4388-8d46-f034c2b96427",
      "resourceName": "pNF 035dda5d-e50d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ed4aaad3-22fb-4764-94bc-f857208b0501",
      "resourceInvariantUUID": "e221df97-9f93-43d2-9975-1d33e713ee60",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
      "artifactChecksum": "OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "95090021-a94f-4d6c-99a3-75e3f0de68ed"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:49:12.499Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:49:12.499Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 494a7660-038a-4dba-be02-5b8a38ae6125 ASDC
2023-03-27T06:49:12.500Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a2623c34-c0a0-4673-8207-8bd402f0c55d
ServiceName:Demo_pNF_pBWRKQCWjqybRW6LYJID
ServiceVersion:1.0
ServiceUUID:494a7660-038a-4dba-be02-5b8a38ae6125
ServiceInvariantUUID:08360dba-7899-40cc-8930-c944abd051b0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
ArtifactUUID:95090021-a94f-4d6c-99a3-75e3f0de68ed
ArtifactChecksum:OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 035dda5d-e50d 0
ResourceCustomizationUUID:64b8380e-2a69-4388-8d46-f034c2b96427
ResourceInvariantUUID:e221df97-9f93-43d2-9975-1d33e713ee60
ResourceName:pNF 035dda5d-e50d
ResourceType:PNF
ResourceUUID:ed4aaad3-22fb-4764-94bc-f857208b0501
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T06:49:12.500Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 494a7660-038a-4dba-be02-5b8a38ae6125 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-27T06:49:12.556Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:49:12.557Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:49:12.557Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:49:12.557Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed from URL: /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:49:12.557Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:49:12.557Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:49:12.823Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:49:12.827Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar 95090021-a94f-4d6c-99a3-75e3f0de68ed 88023
2023-03-27T06:49:12.827Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar ASDC sendASDCNotification
2023-03-27T06:49:12.827Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:49:12.828Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:49:12.828Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:49:12.828Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:49:12.828Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899752827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:49:13.829Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:49:13.829Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:49:13.829Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed, URL: /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar to file: /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:49:13.829Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:49:13.830Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:49:13.830Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:49:13.907Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5621162308267019867/Definitions/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml
2023-03-27T06:49:14.523Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T06:49:14.523Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:49:14.523Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:49:14.523Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T06:49:14.524Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 035dda5d-e50d 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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:49:14.524Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:49:14.524Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:49:14.524Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:49:14.524Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:49:14.524Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:49:14.524Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:49:14.524Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:49:14.524Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:49:14.524Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:49:14.524Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Node template pNF 035dda5d-e50d 0 is matching search criteria
2023-03-27T06:49:14.524Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:49:14.524Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 035dda5d-e50d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:49:14.525Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:49:14.525Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:49:14.525Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Node template pNF 035dda5d-e50d 0 is matching search criteria
2023-03-27T06:49:14.525Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:49:14.525Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 035dda5d-e50d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:49:14.525Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:49:14.525Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:49:14.525Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:49:14.525Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:49:14.525Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:49:14.525Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:49:14.525Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:49:14.526Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:49:14.526Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:49:14.526Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:49:14.526Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_pBWRKQCWjqybRW6LYJID
Description:catalog service description
Model UUID:494a7660-038a-4dba-be02-5b8a38ae6125
Model Version:NULL
Model InvariantUuid:08360dba-7899-40cc-8930-c944abd051b0
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-27T06:49:14.544Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: ed4aaad3-22fb-4764-94bc-f857208b0501
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:49:14.549Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||pNF 035dda5d-e50d 0
2023-03-27T06:49:14.549Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ed4aaad3-22fb-4764-94bc-f857208b0501
2023-03-27T06:49:14.549Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 494a7660-038a-4dba-be02-5b8a38ae6125
2023-03-27T06:49:14.549Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 494a7660-038a-4dba-be02-5b8a38ae6125
2023-03-27T06:49:14.549Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 035dda5d-e50d 0 ed4aaad3-22fb-4764-94bc-f857208b0501 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-27T06:49:14.561Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19b8d3d3, org.onap.sdc.toscaparser.api.parameters.Input@4a811e14, org.onap.sdc.toscaparser.api.parameters.Input@15b5d7f0, org.onap.sdc.toscaparser.api.parameters.Input@68009d0e, org.onap.sdc.toscaparser.api.parameters.Input@3779ed96]
2023-03-27T06:49:14.561Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:49:14.561Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:49:14.561Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 494a7660-038a-4dba-be02-5b8a38ae6125: pNF 035dda5d-e50d
2023-03-27T06:49:14.562Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Processing PNF resource: ed4aaad3-22fb-4764-94bc-f857208b0501
2023-03-27T06:49:14.562Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:49:14.562Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:49:14.562Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Resource customization UUID: 64b8380e-2a69-4388-8d46-f034c2b96427 is the same as notified resource customizationUUID: 64b8380e-2a69-4388-8d46-f034c2b96427
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-27T06:49:14.684Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 035dda5d-e50d ed4aaad3-22fb-4764-94bc-f857208b0501 0 ASDC deployResourceStructure
2023-03-27T06:49:14.684Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar ASDC sendASDCNotification
2023-03-27T06:49:14.684Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:49:14.684Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T06:49:14.684Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:49:14.685Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:49:14.685Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899754684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:49:15.685Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:49:15.709Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:49:15.714Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:49:15.714Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:49:15.714Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:49:15.714Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:49:15.715Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:49:15.715Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:49:15.715Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:49:15.715Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:49:15.715Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-27T06:49:15.726Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:49:45.727Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d 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-27T06:49:45.742Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2623c34-c0a0-4673-8207-8bd402f0c55d and serviceModelVersionId: 494a7660-038a-4dba-be02-5b8a38ae6125
2023-03-27T06:49:45.742Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08360dba-7899-40cc-8930-c944abd051b0
2023-03-27T06:49:45.743Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0
2023-03-27T06:49:45.751Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:49:45.777Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?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-27T06:49:45.777Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|INFO|500||Invoke
2023-03-27T06:49:45.792Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:49:45.943Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|INFO|500||InvokeReturn
2023-03-27T06:49:45.944Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:49:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[675928], x-aai-txid=[2-aai-resources-230327-06:49:46:047-66987], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:49:45.944Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:49:45.944Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:49:45.944Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-27T06:49:45.951Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-27T06:49:45.952Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2623c34-c0a0-4673-8207-8bd402f0c55d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:49:45.952Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:49:45.952Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:49:45.952Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:49:45.952Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899785952,
  "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-27T06:49:46.982Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T06:49:46.983Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-27T06:49:46.983Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:49:46.983Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:49:46.983Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:49:46.984Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T06:49:46.988Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-f0e6d93f-5acc-4f3f-b995-28ade7c64fe2
2023-03-27T06:49:46.988Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:49:46.988Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:49:46.988Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T06:49:48.576Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:49:51.586Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:49:54.595Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:49:57.604Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:50:00.613Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:50:03.622Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:50:06.631Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:50:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:50:08.231Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:50:08.232Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T06:50:08.238Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:50:08.238Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully joined group with generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-f0e6d93f-5acc-4f3f-b995-28ade7c64fe2', protocol='range'}
2023-03-27T06:50:08.242Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 16: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-77eecc12-eebe-40a0-81b8-47d02833699a-f0e6d93f-5acc-4f3f-b995-28ade7c64fe2=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-27T06:50:08.257Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:50:08.257Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully synced group in generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-f0e6d93f-5acc-4f3f-b995-28ade7c64fe2', protocol='range'}
2023-03-27T06:50:08.257Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:50:08.257Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:50:08.257Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:50:08.258Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:50:08.262Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:50:08.262Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:50:08.262Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:50:08.263Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=800, 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-27T06:50:08.263Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:50:08.263Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:50:08.263Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:50:08.263Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:50:08.263Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:50:08.263Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:50:08.263Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:50:08.263Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:50:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899700073,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:50:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:50:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899709475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:50:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899711202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists"
}
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899712203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists"
}
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899729341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899696430,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899730218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899731213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899718041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899729341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.285Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.286Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7eff5bd9-031e-4ebb-a433-909c9555370d","serviceName":"basic_onboard_QMpdnl","serviceVersion":"1.0","serviceUUID":"9d1b38d7-168e-4ef6-9355-095aef6c5a06","serviceDescription":"service","serviceInvariantUUID":"13b7de5c-4a5c-495e-b4f1-19ef4a3dc875","resources":[{"resourceInstanceName":"basic_onboard_QMpdnl 0","resourceName":"basic_onboard_QMpdnl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06bf5896-5e90-460d-b950-b0365c92c155","resourceInvariantUUID":"0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b","resourceCustomizationUUID":"9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml","artifactChecksum":"OWI4YTk5NTZmN2JiYmJiYjY4ZjBkNGJmYTg1Mjk4ZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d5361a7-c516-4f0a-86c3-1d0c64c0fe68","artifactVersion":"1"},{"artifactName":"basic_onboard_qmpdnl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json","artifactChecksum":"MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f65df3c5-c527-4045-8387-6c42535f8967","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e469475-09a0-4e48-96e4-ebd00e02b877","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2806961-ef8e-4a93-a449-365db9ac15f5","artifactVersion":"2","generatedFromUUID":"f65df3c5-c527-4045-8387-6c42535f8967"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQmpdnl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml","artifactChecksum":"YjcwYjk3ZDBiYzY0ZjJmYmQxZjA4MjU5NzBiMmU3NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"165396fc-5684-44e2-9cef-79df7fed1847","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQmpdnl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar","artifactChecksum":"NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72e06bf6-5317-4a7a-9922-993e0a0c4b89","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:50:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899696430,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899730218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899731213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899718041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899729341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899696430,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899731213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899718041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899730218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899729341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899696430,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899730218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899718041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.287Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.288Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899731213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.287Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:50:09.288Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.288Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899729341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.288Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.288Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899696430,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.288Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:50:09.288Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.288Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899731213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.288Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:50:09.288Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.288Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:50:09.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.288Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899718041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.288Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.288Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899730218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.288Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.289Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899734673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.289Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.289Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899729341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.289Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.289Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899696430,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.290Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.290Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899731213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.290Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.290Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899718041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.290Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.290Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899730218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.290Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.290Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899734673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.290Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.290Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899729341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.291Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899696430,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.291Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899718041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:50:09.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.291Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899730218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.291Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899731213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.291Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899734673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.292Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899696430,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.292Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899729341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.292Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899718041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.292Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899731213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.292Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899730218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.292Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899734673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.293Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899729341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:50:09.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.293Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899696430,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:50:09.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.293Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679899718041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.293Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899730218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:50:09.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.293Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679899731213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:50:09.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.293Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899734673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.294Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899734673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.294Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899741255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:50:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.294Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899741287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:50:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.294Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679899740355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:50:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.294Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899734673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.294Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899742258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:50:09.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.295Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899734673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.295Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679899743261,
  "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-27T06:50:09.335Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ea60221-fafe-4146-a40a-1e53a7609760
2023-03-27T06:50:09.336Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ea60221-fafe-4146-a40a-1e53a7609760 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-27T06:50:09.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.354Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899734673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:50:09.354Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.355Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899743454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:50:09.355Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.355Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899744826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:50:09.355Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.355Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899744482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:50:09.355Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.356Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.356Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.356Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "aai-model-loader",
  "timestamp": 1679899745828,
  "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-27T06:50:09.368Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4ea60221-fafe-4146-a40a-1e53a7609760
2023-03-27T06:50:09.368Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ea60221-fafe-4146-a40a-1e53a7609760 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-27T06:50:09.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.389Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.389Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.389Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899746234,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:50:09.389Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.390Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.390Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.390Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679899747238,
  "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-27T06:50:09.404Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ea60221-fafe-4146-a40a-1e53a7609760
2023-03-27T06:50:09.404Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ea60221-fafe-4146-a40a-1e53a7609760 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-27T06:50:09.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.429Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.429Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.430Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.430Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.430Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:50:09.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.431Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899264498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:50:09.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.431Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899752827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:50:09.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.432Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899754684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T06:50:09.432Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:09.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:50:09.432Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899785952,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:50:09.432Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:50:10.289Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:50:10.289Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:50:10.289Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:50:10.289Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:50:11.290Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:50:11.291Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:50:11.291Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:50:11.291Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:50:12.292Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:50:12.292Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:50:12.292Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:50:12.292Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:50:13.293Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:50:13.293Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:50:13.294Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:50:13.294Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:50:14.294Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:50:14.295Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:50:14.295Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:50:14.295Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:50:15.296Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:50:15.296Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:50:15.297Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:50:15.297Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:50:16.298Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "serviceName": "basic_onboard_QMpdnl",
  "serviceVersion": "1.0",
  "serviceUUID": "9d1b38d7-168e-4ef6-9355-095aef6c5a06",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13b7de5c-4a5c-495e-b4f1-19ef4a3dc875",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QMpdnl 0",
      "resourceCustomizationUUID": "9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12",
      "resourceName": "basic_onboard_QMpdnl",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "06bf5896-5e90-460d-b950-b0365c92c155",
      "resourceInvariantUUID": "0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qmpdnl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
          "artifactChecksum": "MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f65df3c5-c527-4045-8387-6c42535f8967",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
            "generatedFromUUID": "f65df3c5-c527-4045-8387-6c42535f8967"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQmpdnl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
      "artifactChecksum": "NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72e06bf6-5317-4a7a-9922-993e0a0c4b89"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:50:16.298Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:50:16.298Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d1b38d7-168e-4ef6-9355-095aef6c5a06 ASDC
2023-03-27T06:50:16.299Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7eff5bd9-031e-4ebb-a433-909c9555370d
ServiceName:basic_onboard_QMpdnl
ServiceVersion:1.0
ServiceUUID:9d1b38d7-168e-4ef6-9355-095aef6c5a06
ServiceInvariantUUID:13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQmpdnl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
ArtifactUUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89
ArtifactChecksum:NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QMpdnl 0
ResourceCustomizationUUID:9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12
ResourceInvariantUUID:0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b
ResourceName:basic_onboard_QMpdnl
ResourceType:VF
ResourceUUID:06bf5896-5e90-460d-b950-b0365c92c155
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qmpdnl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
ArtifactUUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e
ArtifactChecksum:MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI=
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f65df3c5-c527-4045-8387-6c42535f8967
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T06:50:16.299Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d1b38d7-168e-4ef6-9355-095aef6c5a06 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-27T06:50:16.345Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:50:16.346Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:50:16.346Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:50:16.346Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 72e06bf6-5317-4a7a-9922-993e0a0c4b89 from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T06:50:16.346Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:50:16.346Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T06:50:16.370Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:50:16.370Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6e0869d
2023-03-27T06:50:16.370Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:50:16.370Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T06:50:16.370Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardQmpdnl-csar.csar /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar 72e06bf6-5317-4a7a-9922-993e0a0c4b89 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:50:16.371Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar ASDC sendASDCNotification
2023-03-27T06:50:16.371Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(Specified artifact is  not found)
2023-03-27T06:50:16.371Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:50:16.371Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:50:16.371Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:50:16.371Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899816371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:50:17.372Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-BasicOnboardQmpdnl-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(UUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89)
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-27T06:50:17.391Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T06:50:17.391Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:50:17.396Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||basic_onboard_QMpdnl 0
2023-03-27T06:50:17.397Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
2023-03-27T06:50:17.397Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T06:50:17.397Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:50:17.397Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T06:50:17.416Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:50:17.416Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1b82d03d
2023-03-27T06:50:17.416Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:50:17.416Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T06:50:17.417Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_qmpdnl0_modules.json /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:50:17.417Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json ASDC sendASDCNotification
2023-03-27T06:50:17.417Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(Specified artifact is  not found)
2023-03-27T06:50:17.417Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:50:17.417Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:50:17.417Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:50:17.417Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899817417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:50:18.418Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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_qmpdnl0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(UUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e)
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-27T06:50:18.419Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:50:18.446Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:50:18.451Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:50:18.451Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:50:48.452Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:50:48.475Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:50:48.480Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:50:48.480Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:51:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:51:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:51:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:51:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:51:18.480Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:51:18.507Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:51:18.512Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:51:18.512Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:51:48.512Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:51:48.534Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:51:48.538Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:51:48.538Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:52:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:52:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:52:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T06:52:08.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:52:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:52:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:52:08.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:52:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:52:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:52:08.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:52:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:52:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-27T06:52:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:52:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:52:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:52:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:52:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:52:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:52:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:52:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:52:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899816371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:52:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:52:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:52:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899817417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:52:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:52:18.538Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:52:18.566Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:52:18.571Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:52:18.571Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:52:48.571Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:52:48.600Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:52:48.604Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:52:48.604Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:53:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:53:18.604Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:53:18.627Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:53:18.631Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:53:18.632Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:53:48.632Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:53:48.656Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:53:48.662Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:53:48.663Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:54:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:54:18.663Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:54:18.690Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:54:18.695Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:54:18.695Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:54:48.696Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:54:48.720Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:54:48.725Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T06:54:48.726Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T06:55:08.218Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:55:09.295Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T06:55:09.295Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Member SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-f0e6d93f-5acc-4f3f-b995-28ade7c64fe2 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-27T06:55:09.295Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-27T06:55:09.295Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-27T06:55:11.840Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T06:55:11.851Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:55:11.851Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T06:55:11.858Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:55:11.859Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 17: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T06:55:11.873Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T06:55:11.874Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:55:11.874Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:55:11.879Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:55:11.879Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:55:11.879Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:55:11.879Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=897, 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-27T06:55:11.879Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:55:11.880Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T06:55:18.726Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-27T06:55:18.726Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d 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-27T06:55:18.739Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7eff5bd9-031e-4ebb-a433-909c9555370d and serviceModelVersionId: 9d1b38d7-168e-4ef6-9355-095aef6c5a06
2023-03-27T06:55:18.739Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
2023-03-27T06:55:18.740Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0
2023-03-27T06:55:18.748Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:55:18.776Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?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-27T06:55:18.777Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|500||Invoke
2023-03-27T06:55:18.787Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T06:55:18.828Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-27T06:55:18.829Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0 has http status code:404 and response headers:{date=[Mon, 27 Mar 2023 06:55:19 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[37], x-aai-txid=[1-aai-resources-230327-06:55:19:044-43980], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:55:18.830Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","ERR.5.4.6114"]}}}

2023-03-27T06:55:18.835Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:55:18.835Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-27T06:55:18.835Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:55:18.835Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:55:18.843Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T06:55:18.843Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7eff5bd9-031e-4ebb-a433-909c9555370d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T06:55:18.843Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-27T06:55:18.843Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:55:18.844Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:55:18.844Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900118843,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:55:18.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:55:18.862Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900118843,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
}
2023-03-27T06:55:18.862Z||pool-2-thread-3|||||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-27T06:55:19.870Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:55:19.870Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3eceaf02-b44a-47b3-a2db-b8aa5c5845fe","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0c07833a-e216-4fdd-a97e-5a37fe9b5618","serviceDescription":"service","serviceInvariantUUID":"5119ae16-c0f3-443b-8436-075439e66ab3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"15157c1b-7520-4e59-8e7d-cd42033bc6f6","resourceInvariantUUID":"02dde935-56e9-46f6-a1ed-2017d18e3ddd","resourceCustomizationUUID":"3b212f49-7967-41e3-b0b3-f5c67a76083a","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":"NTc1NTIyNGEwM2JhY2U0ZTRlNGI3M2YzZmZkNWVkNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe2f0ff7-7184-41cc-b179-f887cb886039","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ab423d5-4df0-4c63-9a9b-f45fccd423f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:55:19.870Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:55:19.870Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:55:19.871Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:55:19.871Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:55:20.871Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:55:20.871Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:55:20.872Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:55:20.872Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:55:21.873Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0c07833a-e216-4fdd-a97e-5a37fe9b5618",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5119ae16-c0f3-443b-8436-075439e66ab3",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b212f49-7967-41e3-b0b3-f5c67a76083a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "15157c1b-7520-4e59-8e7d-cd42033bc6f6",
      "resourceInvariantUUID": "02dde935-56e9-46f6-a1ed-2017d18e3ddd",
      "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": "ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ab423d5-4df0-4c63-9a9b-f45fccd423f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:55:21.873Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:55:21.873Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c07833a-e216-4fdd-a97e-5a37fe9b5618 ASDC
2023-03-27T06:55:21.873Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0c07833a-e216-4fdd-a97e-5a37fe9b5618
ServiceInvariantUUID:5119ae16-c0f3-443b-8436-075439e66ab3
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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4
ArtifactChecksum:ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b212f49-7967-41e3-b0b3-f5c67a76083a
ResourceInvariantUUID:02dde935-56e9-46f6-a1ed-2017d18e3ddd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:15157c1b-7520-4e59-8e7d-cd42033bc6f6
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-27T06:55:21.873Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c07833a-e216-4fdd-a97e-5a37fe9b5618 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-27T06:55:21.922Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:55:21.923Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:55:21.923Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:55:21.924Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T06:55:21.924Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:55:21.924Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T06:55:21.951Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:55:21.952Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@39995605
2023-03-27T06:55:21.952Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:55:21.952Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-27T06:55:21.952Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:55:21.952Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:55:21.952Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:55:21.953Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:55:21.953Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:55:21.953Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:55:21.953Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900121952,
  "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-27T06:55:22.954Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4)
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-27T06:55:22.996Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists
2023-03-27T06:55:22.996Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:55:22.997Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists)
2023-03-27T06:55:22.997Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:55:22.997Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:55:22.997Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:55:22.997Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900122996,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:55:23.998Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:55:23.998Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists)
2023-03-27T06:55:23.998Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:55:23.999Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:55:23.999Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:55:23.999Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900123998,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:55:25.000Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:55:25.026Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:55:25.032Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:55:25.032Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:55:25.033Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:55:25.033Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:55:25.033Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:55:25.033Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:55:25.033Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:55:25.033Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:55:25.033Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:55:25.047Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:55:55.047Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe 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-27T06:55:55.057Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and serviceModelVersionId: 0c07833a-e216-4fdd-a97e-5a37fe9b5618
2023-03-27T06:55:55.058Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5119ae16-c0f3-443b-8436-075439e66ab3
2023-03-27T06:55:55.059Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0
2023-03-27T06:55:55.066Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:55:55.080Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||Invoke
2023-03-27T06:55:55.081Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3eceaf02-b44a-47b3-a2db-b8aa5c5845fe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[00061342-f22b-4db4-9376-b843dc54f072], X-ECOMP-RequestID=[3eceaf02-b44a-47b3-a2db-b8aa5c5845fe], X-TransactionId=[], X-ONAP-RequestID=[3eceaf02-b44a-47b3-a2db-b8aa5c5845fe], Content-Type=[application/merge-patch+json]}
2023-03-27T06:55:55.088Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:55:55.243Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?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/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:55:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[573528], x-aai-txid=[1-aai-resources-230327-06:55:55:345-49490], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:55:55.244Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:55:55.244Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||InvokeReturn
2023-03-27T06:55:55.245Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:55:55.245Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:55:55.253Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T06:55:55.253Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:55:55.253Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:55:55.254Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:55:55.254Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:55:55.254Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900155253,
  "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-27T06:55:56.283Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:55:56.284Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"84cc4c38-db2e-426f-addf-a3026542286e","serviceName":"Demo_pNF_rb5D6ZL4SqGkCBxcGhrs","serviceVersion":"1.0","serviceUUID":"c9f67a18-e256-41f3-acaa-b5dd971d4199","serviceDescription":"catalog service description","serviceInvariantUUID":"ca53e5c4-cf56-4a3f-8edb-e39644d5c271","resources":[{"resourceInstanceName":"pNF 25b011eb-83ed 0","resourceName":"pNF 25b011eb-83ed","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3e745e72-3afe-4a65-9bf7-e1d2abc228c2","resourceInvariantUUID":"ec183920-0093-457b-a5af-176c8a914105","resourceCustomizationUUID":"386f0dcb-2fab-4319-83de-b16580fda677","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml","artifactChecksum":"ZWYwMWZhMzVkZDIxOTM1MTRiYzhlMzZiNjE0YThiYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14428971-926d-4b7f-bf42-8fe6437ffedc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c4f0abef-5bdf-495f-8bef-a4a4529fd3a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"042cbbe6-301f-408c-a227-fbfcb56b89a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml","artifactChecksum":"OWM5NDBiYTI1MzhlZGZjMjVjMzZiZjdjYjMwYzMzNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"765c4017-e693-43c1-bd5b-3c6c3eb4d38a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d72abaf-1d51-4a4d-885d-1e05aa7aa3f6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f9dff5ea-6087-4927-bf44-11d67bdbff38","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactChecksum":"MTNhNzEyZjBhY2YzM2EyOTU5ZTQxNmZiOTg5YWI4NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7df4bf1-0ee5-4384-8502-775cbba6d31d","artifactVersion":"1"},{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactChecksum":"NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84d3aeeb-281a-4221-9c76-745438b20267","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:55:56.284Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:55:56.284Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:55:56.284Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:55:56.284Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:55:57.285Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:55:57.285Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:55:57.286Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:55:57.286Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:55:58.286Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:55:58.287Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:55:58.287Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:55:58.287Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:55:59.288Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:55:59.288Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:55:59.288Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:55:59.289Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:56:00.289Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:56:00.290Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:56:00.290Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:56:00.290Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:56:01.290Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:56:01.291Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:56:01.291Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:56:01.291Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:56:02.292Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:56:02.292Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:56:02.293Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:56:02.293Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:56:03.293Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:56:03.294Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:56:03.294Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:56:03.294Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:56:04.295Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "serviceName": "Demo_pNF_rb5D6ZL4SqGkCBxcGhrs",
  "serviceVersion": "1.0",
  "serviceUUID": "c9f67a18-e256-41f3-acaa-b5dd971d4199",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ca53e5c4-cf56-4a3f-8edb-e39644d5c271",
  "resources": [
    {
      "resourceInstanceName": "pNF 25b011eb-83ed 0",
      "resourceCustomizationUUID": "386f0dcb-2fab-4319-83de-b16580fda677",
      "resourceName": "pNF 25b011eb-83ed",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3e745e72-3afe-4a65-9bf7-e1d2abc228c2",
      "resourceInvariantUUID": "ec183920-0093-457b-a5af-176c8a914105",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactChecksum": "NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "84d3aeeb-281a-4221-9c76-745438b20267"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:56:04.295Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:56:04.296Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c9f67a18-e256-41f3-acaa-b5dd971d4199 ASDC
2023-03-27T06:56:04.296Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:84cc4c38-db2e-426f-addf-a3026542286e
ServiceName:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
ServiceVersion:1.0
ServiceUUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
ServiceInvariantUUID:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactUUID:84d3aeeb-281a-4221-9c76-745438b20267
ArtifactChecksum:NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 25b011eb-83ed 0
ResourceCustomizationUUID:386f0dcb-2fab-4319-83de-b16580fda677
ResourceInvariantUUID:ec183920-0093-457b-a5af-176c8a914105
ResourceName:pNF 25b011eb-83ed
ResourceType:PNF
ResourceUUID:3e745e72-3afe-4a65-9bf7-e1d2abc228c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T06:56:04.296Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9f67a18-e256-41f3-acaa-b5dd971d4199 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-27T06:56:04.341Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:56:04.342Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:56:04.342Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:56:04.342Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267 from URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:56:04.342Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:56:04.343Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:56:04.621Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:56:04.624Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar 84d3aeeb-281a-4221-9c76-745438b20267 88018
2023-03-27T06:56:04.625Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T06:56:04.625Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:56:04.625Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:56:04.625Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:56:04.626Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:56:04.626Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900164625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:56:05.627Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:56:05.628Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:56:05.628Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267, URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar to file: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:56:05.629Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:56:05.630Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:56:05.631Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:56:05.736Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4019239382566309402/Definitions/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml
2023-03-27T06:56:06.445Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T06:56:06.446Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:56:06.446Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:56:06.446Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T06:56:06.446Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:56:06.446Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:56:06.446Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:56:06.446Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:56:06.446Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:56:06.446Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 25b011eb-83ed 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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:56:06.446Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T06:56:06.446Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:56:06.446Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:56:06.446Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:56:06.447Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T06:56:06.447Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:56:06.447Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:56:06.447Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:56:06.447Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:56:06.447Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T06:56:06.447Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:56:06.447Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:56:06.447Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:56:06.447Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:56:06.447Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:56:06.447Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:56:06.447Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:56:06.447Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:56:06.447Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:56:06.447Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:56:06.447Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:56:06.447Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:56:06.447Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
Description:catalog service description
Model UUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
Model Version:NULL
Model InvariantUuid:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
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-27T06:56:06.491Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||ERROR|500||Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists
2023-03-27T06:56:06.492Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T06:56:06.492Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists)
2023-03-27T06:56:06.492Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:56:06.492Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:56:06.492Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:56:06.492Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900166492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:56:07.493Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T06:56:07.494Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists)
2023-03-27T06:56:07.494Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:56:07.494Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:56:07.494Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:56:07.494Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900167493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:56:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:56:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:56:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:56:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:56:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:56:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:56:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:56:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:56:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900121952,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:56:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:56:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:56:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900122996,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
}
2023-03-27T06:56:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:56:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:56:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900123998,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
}
2023-03-27T06:56:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:56:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:56:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900155253,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:56:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:56:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:56:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:56:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:56:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:56:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:56:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:56:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:56:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:56:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:56:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:56:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:56:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:56:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:56:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:56:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:56:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:56:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:56:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:56:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:56:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:56:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:56:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:56:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:56:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:56:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:56:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900164625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:56:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:56:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:56:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900166492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
}
2023-03-27T06:56:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:56:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:56:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900167493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
}
2023-03-27T06:56:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:56:08.496Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:56:08.522Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:56:08.526Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:56:08.526Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:56:08.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:56:08.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:56:08.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:56:08.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:56:08.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:56:08.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:56:08.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:56:08.539Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:56:38.540Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e 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-27T06:56:38.552Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84cc4c38-db2e-426f-addf-a3026542286e and serviceModelVersionId: c9f67a18-e256-41f3-acaa-b5dd971d4199
2023-03-27T06:56:38.553Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca53e5c4-cf56-4a3f-8edb-e39644d5c271
2023-03-27T06:56:38.553Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0
2023-03-27T06:56:38.560Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:56:38.581Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||Invoke
2023-03-27T06:56:38.581Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[84cc4c38-db2e-426f-addf-a3026542286e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d5e25a5d-bc9f-4fc4-a4f0-e4e8043d0bfd], X-ECOMP-RequestID=[84cc4c38-db2e-426f-addf-a3026542286e], X-TransactionId=[], X-ONAP-RequestID=[84cc4c38-db2e-426f-addf-a3026542286e], Content-Type=[application/merge-patch+json]}
2023-03-27T06:56:38.589Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:56:38.718Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?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/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:56:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[606296], x-aai-txid=[0-aai-resources-230327-06:56:38:846-65453], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:56:38.719Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:56:38.720Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||InvokeReturn
2023-03-27T06:56:38.720Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:56:38.720Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:56:38.728Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T06:56:38.729Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84cc4c38-db2e-426f-addf-a3026542286e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:56:38.729Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:56:38.729Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:56:38.730Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:56:38.730Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900198729,
  "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-27T06:56:39.758Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:56:39.759Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"44440c6a-f1bd-4673-a6af-17a9e4d43911","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"66474687-4800-47ee-9519-ffdde7c80d58","serviceDescription":"service","serviceInvariantUUID":"06e3a032-8f72-4119-9e71-ce6588ba35ba","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a44f77ef-1d28-41e6-9f3e-b645ebc6d2db","resourceInvariantUUID":"83ae637d-0f3e-4be2-928f-2678c9531c1d","resourceCustomizationUUID":"f44634b1-d505-4227-ae5f-6b34b4b2e20c","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":"ZGVjODNkMzc4NmE3OGRjNWJlN2VjN2UwZThjNWVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6436e61f-ee28-423e-aa93-6f9a6b99dc61","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":"NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5194932-b487-47ad-a26e-ae346b8404ad","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":"26286f3d-fc00-47f6-a2d9-b8ba865afff7","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":"32d20314-45a7-4681-b948-6c1f1a813927","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":"49d5da0e-af6a-4340-87b3-1cebc927e26d","artifactVersion":"2","generatedFromUUID":"26286f3d-fc00-47f6-a2d9-b8ba865afff7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjA5YTBhMjY2MTA0MjY1ZDRiZDdjNDlhN2QyOGE4YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5a8020-e861-4d62-903b-69810912298f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25a1eb11-f825-424a-a2ea-fab104107979","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:56:39.760Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:56:39.760Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:56:39.760Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:56:39.760Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:56:40.761Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:56:40.762Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:56:40.762Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:56:40.762Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:56:41.763Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:56:41.764Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:56:41.764Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:56:41.764Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:56:42.765Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:56:42.766Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:56:42.766Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:56:42.766Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:56:43.767Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:56:43.767Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:56:43.767Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:56:43.768Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:56:44.768Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:56:44.769Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:56:44.769Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:56:44.769Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:56:45.770Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:56:45.771Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:56:45.771Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:56:45.771Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:56:46.772Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "66474687-4800-47ee-9519-ffdde7c80d58",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06e3a032-8f72-4119-9e71-ce6588ba35ba",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f44634b1-d505-4227-ae5f-6b34b4b2e20c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a44f77ef-1d28-41e6-9f3e-b645ebc6d2db",
      "resourceInvariantUUID": "83ae637d-0f3e-4be2-928f-2678c9531c1d",
      "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": "NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e5194932-b487-47ad-a26e-ae346b8404ad",
          "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": "26286f3d-fc00-47f6-a2d9-b8ba865afff7",
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
            "generatedFromUUID": "26286f3d-fc00-47f6-a2d9-b8ba865afff7"
          },
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "25a1eb11-f825-424a-a2ea-fab104107979"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:56:46.772Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:56:46.772Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66474687-4800-47ee-9519-ffdde7c80d58 ASDC
2023-03-27T06:56:46.773Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:44440c6a-f1bd-4673-a6af-17a9e4d43911
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:66474687-4800-47ee-9519-ffdde7c80d58
ServiceInvariantUUID:06e3a032-8f72-4119-9e71-ce6588ba35ba
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:25a1eb11-f825-424a-a2ea-fab104107979
ArtifactChecksum:MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f44634b1-d505-4227-ae5f-6b34b4b2e20c
ResourceInvariantUUID:83ae637d-0f3e-4be2-928f-2678c9531c1d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a44f77ef-1d28-41e6-9f3e-b645ebc6d2db
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:e5194932-b487-47ad-a26e-ae346b8404ad
ArtifactChecksum:NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA=
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:26286f3d-fc00-47f6-a2d9-b8ba865afff7
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T06:56:46.773Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66474687-4800-47ee-9519-ffdde7c80d58 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-27T06:56:46.823Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:56:46.824Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:56:46.824Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:56:46.824Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 25a1eb11-f825-424a-a2ea-fab104107979 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T06:56:46.824Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:56:46.824Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T06:56:46.849Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T06:56:46.850Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@28d3520c
2023-03-27T06:56:46.850Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T06:56:46.850Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-27T06:56:46.851Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 25a1eb11-f825-424a-a2ea-fab104107979 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T06:56:46.851Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:56:46.851Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:56:46.851Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T06:56:46.851Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:56:46.851Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:56:46.852Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900206851,
  "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-27T06:56:47.853Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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:25a1eb11-f825-424a-a2ea-fab104107979)
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-27T06:56:47.893Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists
2023-03-27T06:56:47.894Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:56:47.894Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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: 25a1eb11-f825-424a-a2ea-fab104107979 already exists)
2023-03-27T06:56:47.895Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:56:47.895Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:56:47.895Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:56:47.895Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900207894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:56:48.896Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:56:48.896Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists)
2023-03-27T06:56:48.896Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:56:48.897Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:56:48.897Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:56:48.897Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900208896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:56:49.898Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:56:49.918Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:56:49.922Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:56:49.922Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:56:49.923Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:56:49.923Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:56:49.923Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:56:49.923Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:56:49.923Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:56:49.923Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:56:49.923Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:56:49.933Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:57:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:57:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:57:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900198729,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:57:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:57:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:57:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:57:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:57:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:57:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T06:57:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:57:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:57:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:57:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:57:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:57:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:57:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:57:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:57:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-27T06:57:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:57:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:57:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:57:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:57:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:57:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:57:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:57:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:57:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900206851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T06:57:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:57:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:57:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900207894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
}
2023-03-27T06:57:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:57:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:57:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900208896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
}
2023-03-27T06:57:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:57:19.934Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 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-27T06:57:19.946Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 and serviceModelVersionId: 66474687-4800-47ee-9519-ffdde7c80d58
2023-03-27T06:57:19.946Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06e3a032-8f72-4119-9e71-ce6588ba35ba
2023-03-27T06:57:19.947Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0
2023-03-27T06:57:19.951Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:57:19.971Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||Invoke
2023-03-27T06:57:19.971Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[12634f9b-a9b8-460d-a98d-8502ccf6da30], X-ECOMP-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], X-TransactionId=[], X-ONAP-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], Content-Type=[application/merge-patch+json]}
2023-03-27T06:57:19.978Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:57:20.133Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?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/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:57:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[622680], x-aai-txid=[0-aai-resources-230327-06:57:20:236-39140], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:57:20.134Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:57:20.135Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||InvokeReturn
2023-03-27T06:57:20.135Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:57:20.135Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:57:20.145Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T06:57:20.145Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44440c6a-f1bd-4673-a6af-17a9e4d43911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:57:20.145Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:57:20.146Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:57:20.146Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:57:20.146Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900240145,
  "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-27T06:57:21.175Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:57:21.176Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fb069806-7103-42ce-8df3-e480daf71898","serviceName":"Demo_pNF_D3HhjAtcfiYdMHCOjLF8","serviceVersion":"1.0","serviceUUID":"36a9b3c7-8008-4b34-8be0-93b823fb96bc","serviceDescription":"catalog service description","serviceInvariantUUID":"b2abb50e-ff02-4005-870a-ca1443dfa3d5","resources":[{"resourceInstanceName":"pNF 9a79bd24-07f4 0","resourceName":"pNF 9a79bd24-07f4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6df265a8-d850-4669-a844-4a1656086477","resourceInvariantUUID":"92fc1e25-d0aa-4c89-855c-bfcc23086aaa","resourceCustomizationUUID":"bf26122f-f23a-4041-934f-2adf99a4ef14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml","artifactChecksum":"OTFhZGNlNzRkNzkyOGZkYTM5ZjM5MGYzMzNlYTQ4OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c427823f-0372-4b6d-96ed-08b469563eb3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b8b9f5-ffd7-49bf-a2dd-ecb33158cccc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51f957eb-6964-4847-ab99-ad0bba10add7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml","artifactChecksum":"NWYyNWU4MjJkOWIyZTQ3ZTFhMjZiMjEzYmRhZDRlYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"506426ca-f753-4cd5-be4f-5ed16bad5108","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88412ef9-0769-424b-b764-5a360f475862","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0dfd5cf0-bcd7-457f-b3e4-334243d77a6f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml","artifactChecksum":"OTBjZjIzYTlhMGZjNWUyOTA5M2U3YWFkZjI4MjQ3OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2b48d5f-7f53-4253-887f-e971bf6eaccb","artifactVersion":"1"},{"artifactName":"service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar","artifactChecksum":"NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9748f029-6a0a-48f7-834c-243ebb08ef44","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:57:21.176Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:57:21.176Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:57:21.176Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:57:21.177Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:57:22.178Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:57:22.178Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:57:22.178Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:57:22.178Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:57:23.179Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:57:23.179Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:57:23.180Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:57:23.180Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:57:24.180Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:57:24.181Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:57:24.181Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:57:24.181Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:57:25.181Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:57:25.182Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:57:25.182Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:57:25.182Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:57:26.183Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:57:26.184Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:57:26.184Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:57:26.184Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:57:27.184Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:57:27.185Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:57:27.185Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:57:27.185Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:57:28.186Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:57:28.186Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:57:28.187Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:57:28.187Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:57:29.188Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "serviceName": "Demo_pNF_D3HhjAtcfiYdMHCOjLF8",
  "serviceVersion": "1.0",
  "serviceUUID": "36a9b3c7-8008-4b34-8be0-93b823fb96bc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b2abb50e-ff02-4005-870a-ca1443dfa3d5",
  "resources": [
    {
      "resourceInstanceName": "pNF 9a79bd24-07f4 0",
      "resourceCustomizationUUID": "bf26122f-f23a-4041-934f-2adf99a4ef14",
      "resourceName": "pNF 9a79bd24-07f4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6df265a8-d850-4669-a844-4a1656086477",
      "resourceInvariantUUID": "92fc1e25-d0aa-4c89-855c-bfcc23086aaa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
      "artifactChecksum": "NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9748f029-6a0a-48f7-834c-243ebb08ef44"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:57:29.188Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:57:29.188Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 36a9b3c7-8008-4b34-8be0-93b823fb96bc ASDC
2023-03-27T06:57:29.188Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fb069806-7103-42ce-8df3-e480daf71898
ServiceName:Demo_pNF_D3HhjAtcfiYdMHCOjLF8
ServiceVersion:1.0
ServiceUUID:36a9b3c7-8008-4b34-8be0-93b823fb96bc
ServiceInvariantUUID:b2abb50e-ff02-4005-870a-ca1443dfa3d5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
ArtifactUUID:9748f029-6a0a-48f7-834c-243ebb08ef44
ArtifactChecksum:NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9a79bd24-07f4 0
ResourceCustomizationUUID:bf26122f-f23a-4041-934f-2adf99a4ef14
ResourceInvariantUUID:92fc1e25-d0aa-4c89-855c-bfcc23086aaa
ResourceName:pNF 9a79bd24-07f4
ResourceType:PNF
ResourceUUID:6df265a8-d850-4669-a844-4a1656086477
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T06:57:29.188Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36a9b3c7-8008-4b34-8be0-93b823fb96bc 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-27T06:57:29.238Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:57:29.238Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:57:29.238Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:57:29.239Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 from URL: /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:57:29.239Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:57:29.239Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:57:29.707Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:57:29.712Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar 9748f029-6a0a-48f7-834c-243ebb08ef44 88009
2023-03-27T06:57:29.712Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T06:57:29.713Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:57:29.713Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:57:29.713Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:57:29.713Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:57:29.713Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900249712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:57:30.714Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:57:30.715Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:57:30.715Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44, URL: /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar to file: /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:57:30.715Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:57:30.716Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:57:30.716Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:57:30.831Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2166673327569102044/Definitions/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml
2023-03-27T06:57:31.534Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T06:57:31.534Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:57:31.534Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:57:31.534Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T06:57:31.534Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:57:31.534Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9a79bd24-07f4 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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:57:31.534Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:57:31.534Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:57:31.534Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:57:31.534Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:57:31.535Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T06:57:31.535Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:57:31.535Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:57:31.535Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:57:31.535Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Node template pNF 9a79bd24-07f4 0 is matching search criteria
2023-03-27T06:57:31.535Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:57:31.535Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 9a79bd24-07f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:57:31.535Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:57:31.535Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:57:31.535Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Node template pNF 9a79bd24-07f4 0 is matching search criteria
2023-03-27T06:57:31.535Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:57:31.535Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 9a79bd24-07f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:57:31.535Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:57:31.535Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:57:31.535Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:57:31.535Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:57:31.536Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:57:31.536Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:57:31.536Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:57:31.536Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:57:31.536Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:57:31.536Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:57:31.536Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_D3HhjAtcfiYdMHCOjLF8
Description:catalog service description
Model UUID:36a9b3c7-8008-4b34-8be0-93b823fb96bc
Model Version:NULL
Model InvariantUuid:b2abb50e-ff02-4005-870a-ca1443dfa3d5
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-27T06:57:31.569Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||ERROR|500||Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists
2023-03-27T06:57:31.570Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T06:57:31.570Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar(Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists)
2023-03-27T06:57:31.570Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:57:31.570Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:57:31.570Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:57:31.570Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900251570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:57:32.571Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T06:57:32.571Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar(Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists)
2023-03-27T06:57:32.572Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:57:32.572Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:57:32.572Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:57:32.572Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900252571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:57:33.573Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb069806-7103-42ce-8df3-e480daf71898
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:57:33.597Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb069806-7103-42ce-8df3-e480daf71898
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:57:33.602Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:57:33.602Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:57:33.602Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:57:33.602Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:57:33.603Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:57:33.603Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:57:33.603Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:57:33.603Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:57:33.603Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-27T06:57:33.618Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:58:03.619Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb069806-7103-42ce-8df3-e480daf71898 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-27T06:58:03.628Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb069806-7103-42ce-8df3-e480daf71898 and serviceModelVersionId: 36a9b3c7-8008-4b34-8be0-93b823fb96bc
2023-03-27T06:58:03.628Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2abb50e-ff02-4005-870a-ca1443dfa3d5
2023-03-27T06:58:03.628Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0
2023-03-27T06:58:03.636Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:58:03.656Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|INFO|500||Invoke
2023-03-27T06:58:03.657Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb069806-7103-42ce-8df3-e480daf71898], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cd113981-804a-42b3-acde-0bf358524ce7], X-ECOMP-RequestID=[fb069806-7103-42ce-8df3-e480daf71898], X-TransactionId=[], X-ONAP-RequestID=[fb069806-7103-42ce-8df3-e480daf71898], Content-Type=[application/merge-patch+json]}
2023-03-27T06:58:03.662Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:58:03.818Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?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/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:58:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[667736], x-aai-txid=[1-aai-resources-230327-06:58:03:921-76208], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:58:03.819Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:58:03.819Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|INFO|500||InvokeReturn
2023-03-27T06:58:03.820Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:58:03.820Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-27T06:58:03.831Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-27T06:58:03.832Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb069806-7103-42ce-8df3-e480daf71898 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:58:03.832Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:58:03.832Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:03.832Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:03.832Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900283832,
  "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-27T06:58:04.864Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:58:04.864Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a2623c34-c0a0-4673-8207-8bd402f0c55d","serviceName":"Demo_pNF_pBWRKQCWjqybRW6LYJID","serviceVersion":"1.0","serviceUUID":"494a7660-038a-4dba-be02-5b8a38ae6125","serviceDescription":"catalog service description","serviceInvariantUUID":"08360dba-7899-40cc-8930-c944abd051b0","resources":[{"resourceInstanceName":"pNF 035dda5d-e50d 0","resourceName":"pNF 035dda5d-e50d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ed4aaad3-22fb-4764-94bc-f857208b0501","resourceInvariantUUID":"e221df97-9f93-43d2-9975-1d33e713ee60","resourceCustomizationUUID":"64b8380e-2a69-4388-8d46-f034c2b96427","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml","artifactChecksum":"MTM1NDdmYmNiOWE0NWE4ZDljOTM4ZGRjMTNhNWUzMjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f6bca62-6723-4e06-8c8d-c3a3946991ce","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8354b947-405f-49f0-ac3c-cb12691e1cb1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a859e1f9-ded7-4fa2-b6ef-804a46a5655b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml","artifactChecksum":"OGEwZjFiNDRhNzc3Y2NiNGZlNTQxMzY2NTdhNWI5ZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c39e810b-fb05-4f1a-9be4-d1e4236ff5e3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5eb8a855-3db7-496f-be6e-baa7bfdfd687","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a8cdab2d-31f5-494b-ba3b-818e6c518abd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml","artifactChecksum":"NDgyYzdiN2Y4YjM1NTIzM2M1YTljZmIzZjgwMmJlYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e099cc82-e0a6-401a-9011-e3b86b4ac2d6","artifactVersion":"1"},{"artifactName":"service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar","artifactChecksum":"OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95090021-a94f-4d6c-99a3-75e3f0de68ed","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:58:04.864Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:58:04.865Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:04.865Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:04.865Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:58:05.866Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:58:05.867Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:05.867Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:05.867Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:58:06.868Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:58:06.868Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:06.868Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:06.868Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:58:07.869Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:58:07.869Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:07.869Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:07.869Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:58:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:58:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:58:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900240145,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:58:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:58:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:58:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:58:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:58:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:58:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:58:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:58:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:58:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:58:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:58:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:58:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:58:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:58:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:58:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:58:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:58:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:58:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:58:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:58:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:58:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:58:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:58:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:58:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:58:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:58:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:58:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900249712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:58:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:58:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:58:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900251570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists"
}
2023-03-27T06:58:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:58:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:58:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900252571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists"
}
2023-03-27T06:58:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:58:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:58:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900283832,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:58:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:58:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:58:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:58:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:58:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:58:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:58:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:58:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:58:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:58:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:58:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:58:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:58:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:58:08.870Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:58:08.871Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:08.871Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:08.871Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:58:09.872Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:58:09.872Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:09.872Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:09.872Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:58:10.873Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:58:10.873Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:10.873Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:10.874Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:58:11.875Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:58:11.875Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:11.875Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:11.875Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:58:12.876Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "serviceName": "Demo_pNF_pBWRKQCWjqybRW6LYJID",
  "serviceVersion": "1.0",
  "serviceUUID": "494a7660-038a-4dba-be02-5b8a38ae6125",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "08360dba-7899-40cc-8930-c944abd051b0",
  "resources": [
    {
      "resourceInstanceName": "pNF 035dda5d-e50d 0",
      "resourceCustomizationUUID": "64b8380e-2a69-4388-8d46-f034c2b96427",
      "resourceName": "pNF 035dda5d-e50d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ed4aaad3-22fb-4764-94bc-f857208b0501",
      "resourceInvariantUUID": "e221df97-9f93-43d2-9975-1d33e713ee60",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
      "artifactChecksum": "OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "95090021-a94f-4d6c-99a3-75e3f0de68ed"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:58:12.877Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:58:12.877Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 494a7660-038a-4dba-be02-5b8a38ae6125 ASDC
2023-03-27T06:58:12.877Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a2623c34-c0a0-4673-8207-8bd402f0c55d
ServiceName:Demo_pNF_pBWRKQCWjqybRW6LYJID
ServiceVersion:1.0
ServiceUUID:494a7660-038a-4dba-be02-5b8a38ae6125
ServiceInvariantUUID:08360dba-7899-40cc-8930-c944abd051b0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
ArtifactUUID:95090021-a94f-4d6c-99a3-75e3f0de68ed
ArtifactChecksum:OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 035dda5d-e50d 0
ResourceCustomizationUUID:64b8380e-2a69-4388-8d46-f034c2b96427
ResourceInvariantUUID:e221df97-9f93-43d2-9975-1d33e713ee60
ResourceName:pNF 035dda5d-e50d
ResourceType:PNF
ResourceUUID:ed4aaad3-22fb-4764-94bc-f857208b0501
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T06:58:12.877Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 494a7660-038a-4dba-be02-5b8a38ae6125 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-27T06:58:12.932Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:58:12.933Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:58:12.933Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:58:12.933Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed from URL: /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:58:12.933Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:58:12.933Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:58:13.241Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:58:13.244Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar 95090021-a94f-4d6c-99a3-75e3f0de68ed 88023
2023-03-27T06:58:13.245Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar ASDC sendASDCNotification
2023-03-27T06:58:13.245Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:58:13.245Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:58:13.245Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:13.245Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:13.246Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900293245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:58:14.246Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:58:14.247Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:58:14.247Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed, URL: /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar to file: /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:58:14.248Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:58:14.248Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:58:14.248Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:58:14.344Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12152667803675345818/Definitions/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml
2023-03-27T06:58:14.956Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T06:58:14.957Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:58:14.957Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:58:14.957Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T06:58:14.957Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 035dda5d-e50d 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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:58:14.957Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:58:14.957Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:58:14.957Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:58:14.957Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:58:14.957Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:58:14.957Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T06:58:14.957Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:58:14.957Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:58:14.958Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:58:14.958Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Node template pNF 035dda5d-e50d 0 is matching search criteria
2023-03-27T06:58:14.958Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:58:14.958Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 035dda5d-e50d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:58:14.958Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:58:14.958Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:58:14.958Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Node template pNF 035dda5d-e50d 0 is matching search criteria
2023-03-27T06:58:14.958Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:58:14.959Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 035dda5d-e50d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:58:14.959Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:58:14.959Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:58:14.959Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:58:14.959Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:58:14.959Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:58:14.959Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:58:14.959Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:58:14.959Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:58:14.959Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:58:14.959Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:58:14.960Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_pBWRKQCWjqybRW6LYJID
Description:catalog service description
Model UUID:494a7660-038a-4dba-be02-5b8a38ae6125
Model Version:NULL
Model InvariantUuid:08360dba-7899-40cc-8930-c944abd051b0
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-27T06:58:15.003Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||ERROR|500||Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists
2023-03-27T06:58:15.003Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar ASDC sendASDCNotification
2023-03-27T06:58:15.003Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar(Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists)
2023-03-27T06:58:15.003Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:58:15.003Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:15.003Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:15.004Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900295003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:58:16.005Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar ASDC sendASDCNotification
2023-03-27T06:58:16.005Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar(Resource with UUID: ed4aaad3-22fb-4764-94bc-f857208b0501 already exists)
2023-03-27T06:58:16.005Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:58:16.005Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:16.006Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:16.006Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900296005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ed4aaad3-22fb-4764-94bc-f857208b0501 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:58:17.007Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:58:17.035Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:58:17.040Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:58:17.041Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:58:17.041Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:58:17.041Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:58:17.041Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:58:17.041Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:58:17.041Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:58:17.041Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:58:17.041Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-27T06:58:17.055Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:58:47.055Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d 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-27T06:58:47.063Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2623c34-c0a0-4673-8207-8bd402f0c55d and serviceModelVersionId: 494a7660-038a-4dba-be02-5b8a38ae6125
2023-03-27T06:58:47.064Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08360dba-7899-40cc-8930-c944abd051b0
2023-03-27T06:58:47.065Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0
2023-03-27T06:58:47.072Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:58:47.096Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|INFO|500||Invoke
2023-03-27T06:58:47.097Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2623c34-c0a0-4673-8207-8bd402f0c55d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[39f00057-6e62-4eb9-8dbc-4f0ddb637a8b], X-ECOMP-RequestID=[a2623c34-c0a0-4673-8207-8bd402f0c55d], X-TransactionId=[], X-ONAP-RequestID=[a2623c34-c0a0-4673-8207-8bd402f0c55d], Content-Type=[application/merge-patch+json]}
2023-03-27T06:58:47.103Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:58:47.266Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?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/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:58:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[675928], x-aai-txid=[0-aai-resources-230327-06:58:47:360-71300], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:58:47.267Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:58:47.268Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|INFO|500||InvokeReturn
2023-03-27T06:58:47.268Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:58:47.268Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-27T06:58:47.276Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-27T06:58:47.277Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2623c34-c0a0-4673-8207-8bd402f0c55d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:58:47.277Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:58:47.277Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:47.277Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:47.277Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900327277,
  "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-27T06:58:48.306Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:58:48.307Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"b6ef30bd-e7e6-4686-b045-d92b84d9994d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"5db69c29-4878-4857-8549-92154e5017b7","serviceDescription":"service","serviceInvariantUUID":"d2498e70-a483-4840-b460-685f99ad0bec","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3587282d-54f5-4da1-a73a-6c11a04ca6df","resourceInvariantUUID":"4d4a3ff3-baca-4b13-b544-1c263d228a3b","resourceCustomizationUUID":"2a4e1c33-baec-43e9-b687-aaa514c5ba47","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":"ZGEwODEyYWUzM2ZkYjQyNmQ0OTlmOTg3MjFkODA0NWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4d9f86f-2f6d-4d1c-aa84-aaab87f6ea74","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":"ZmFmNzg3ODlhY2U5MTc1NjllNzEyMjA3M2JlYmJkMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be4c3235-7b24-4df1-bf81-abddf0329a92","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":"04609c7c-3567-423f-ac96-f4ee063bb596","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":"6231e6fe-6f4a-41bb-b227-c7d13584fe58","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":"285bac2c-e238-4f61-b44b-eb34ca4be99f","artifactVersion":"2","generatedFromUUID":"5c082ebc-8459-439e-a420-579528122ac7"},{"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":"83d6e0dd-0186-4320-8e37-293b672c2f7b","artifactVersion":"2","generatedFromUUID":"04609c7c-3567-423f-ac96-f4ee063bb596"},{"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":"5c082ebc-8459-439e-a420-579528122ac7","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":"878c65b5-c6e3-4dfc-ab86-d26626205125","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":"ZDgyOWM5ZTQ3YjU1YWJkNTU3NTIwNmYwYzBkODU4NjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76e7cd29-c150-497e-a2c7-d8dce79ec30f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Nzk4ZjIyYzE1ZTNmZTdjYWU3YTJhOWYxYTBkYmQyYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a5166728-b94b-4029-8d2f-31af64d00cd9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:58:48.307Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:58:48.307Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:48.307Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:48.308Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:58:49.308Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:58:49.309Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:49.309Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:49.309Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:58:50.311Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:58:50.311Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:50.311Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:50.311Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:58:51.313Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:58:51.313Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:51.313Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:51.313Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:58:52.315Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:58:52.315Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:52.315Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:52.315Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:58:53.316Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:58:53.317Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:53.317Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:53.317Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:58:54.319Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:58:54.319Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:54.319Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:54.319Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:58:55.320Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:58:55.321Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:55.321Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:55.321Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:58:56.322Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:58:56.322Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:56.323Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:56.323Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:58:57.323Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:58:57.324Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:57.324Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:57.324Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:58:58.325Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5db69c29-4878-4857-8549-92154e5017b7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d2498e70-a483-4840-b460-685f99ad0bec",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "2a4e1c33-baec-43e9-b687-aaa514c5ba47",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3587282d-54f5-4da1-a73a-6c11a04ca6df",
      "resourceInvariantUUID": "4d4a3ff3-baca-4b13-b544-1c263d228a3b",
      "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": "ZmFmNzg3ODlhY2U5MTc1NjllNzEyMjA3M2JlYmJkMTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "be4c3235-7b24-4df1-bf81-abddf0329a92",
          "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": "04609c7c-3567-423f-ac96-f4ee063bb596",
          "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": "83d6e0dd-0186-4320-8e37-293b672c2f7b",
            "generatedFromUUID": "04609c7c-3567-423f-ac96-f4ee063bb596"
          },
          "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": "285bac2c-e238-4f61-b44b-eb34ca4be99f",
          "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": "83d6e0dd-0186-4320-8e37-293b672c2f7b",
          "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": "5c082ebc-8459-439e-a420-579528122ac7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Nzk4ZjIyYzE1ZTNmZTdjYWU3YTJhOWYxYTBkYmQyYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a5166728-b94b-4029-8d2f-31af64d00cd9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:58:58.326Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:58:58.326Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5db69c29-4878-4857-8549-92154e5017b7 ASDC
2023-03-27T06:58:58.326Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b6ef30bd-e7e6-4686-b045-d92b84d9994d
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:5db69c29-4878-4857-8549-92154e5017b7
ServiceInvariantUUID:d2498e70-a483-4840-b460-685f99ad0bec
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:a5166728-b94b-4029-8d2f-31af64d00cd9
ArtifactChecksum:Nzk4ZjIyYzE1ZTNmZTdjYWU3YTJhOWYxYTBkYmQyYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:2a4e1c33-baec-43e9-b687-aaa514c5ba47
ResourceInvariantUUID:4d4a3ff3-baca-4b13-b544-1c263d228a3b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:3587282d-54f5-4da1-a73a-6c11a04ca6df
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:be4c3235-7b24-4df1-bf81-abddf0329a92
ArtifactChecksum:ZmFmNzg3ODlhY2U5MTc1NjllNzEyMjA3M2JlYmJkMTg=
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:04609c7c-3567-423f-ac96-f4ee063bb596
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:83d6e0dd-0186-4320-8e37-293b672c2f7b
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:285bac2c-e238-4f61-b44b-eb34ca4be99f
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:83d6e0dd-0186-4320-8e37-293b672c2f7b
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:5c082ebc-8459-439e-a420-579528122ac7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T06:58:58.326Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5db69c29-4878-4857-8549-92154e5017b7 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-27T06:58:58.399Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:58:58.400Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:58:58.400Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:58:58.401Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-27T06:58:58.401Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:58:58.401Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-27T06:58:58.750Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:58:58.757Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a5166728-b94b-4029-8d2f-31af64d00cd9 163278
2023-03-27T06:58:58.757Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:58:58.757Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:58:58.757Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:58:58.758Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:58:58.758Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:58:58.758Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900338757,
  "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-27T06:58:59.759Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:58:59.759Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:58:59.760Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a5166728-b94b-4029-8d2f-31af64d00cd9, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T06:58:59.760Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-27T06:58:59.760Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T06:58:59.760Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T06:58:59.878Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2172437146239450833/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-27T06:59:00.772Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T06:59:00.773Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:59:00.773Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T06:59:00.773Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-27T06:59:00.773Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:00.773Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:00.773Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:00.773Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:00.773Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:59:00.773Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:00.773Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:00.773Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T06:59:00.773Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:59:00.773Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:59:00.773Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:00.774Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:00.774Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T06:59:00.774Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:59:00.774Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:59:00.774Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:00.774Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:00.774Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:00.774Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-27T06:59:00.774Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-27T06:59:00.774Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-27T06:59:00.774Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-27T06:59:00.774Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:00.775Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-27T06:59:00.775Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:00.775Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T06:59:00.775Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T06:59:00.775Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:00.775Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T06:59:00.775Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T06:59:00.775Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:00.775Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T06:59:00.775Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T06:59:00.775Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:00.775Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T06:59:00.775Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T06:59:00.775Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:00.776Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-27T06:59:00.776Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-27T06:59:00.776Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c68f858a-0ebd-479d-ba88-b3ca6d316cbd
2023-03-27T06:59:00.776Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:00.776Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:00.776Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:00.776Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:00.776Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:00.776Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:00.776Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:00.776Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:00.776Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:5db69c29-4878-4857-8549-92154e5017b7
Model Version:NULL
Model InvariantUuid:d2498e70-a483-4840-b460-685f99ad0bec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:33e445aa-9903-4a5e-b3d3-8cd63cb65a8a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4d4a3ff3-baca-4b13-b544-1c263d228a3b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2a4e1c33-baec-43e9-b687-aaa514c5ba47
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:629bd09c-14f7-478b-95cc-9ce5ea60f27b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:bd592aef-aa44-493a-b333-753982b10931
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:f5110d65-cd6e-44b6-8948-f321f1bf1c03
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e83320a1-3011-45e9-a4e5-027894534661
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c68f858a-0ebd-479d-ba88-b3ca6d316cbd
ModelInvariantUuid:7c546e16-938c-4f5f-9ee4-ac2f2313dc09
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:dd2b4992-f375-4565-aa32-b219deed4c8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:9c4d9637-7d2f-47c0-bcfa-542a3dfe8b8c
ModelInvariantUuid:92fc1ae5-92f8-4bad-affa-bde363f0a981
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a059bed1-2b84-4497-b82a-59715d1d3a73
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-27T06:59:00.793Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 3587282d-54f5-4da1-a73a-6c11a04ca6df
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:59:00.797Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0
2023-03-27T06:59:00.797Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3587282d-54f5-4da1-a73a-6c11a04ca6df
2023-03-27T06:59:00.797Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: be4c3235-7b24-4df1-bf81-abddf0329a92 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-27T06:59:00.797Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:59:00.797Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:00.907Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:59:00.908Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json be4c3235-7b24-4df1-bf81-abddf0329a92 1565
2023-03-27T06:59:00.908Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:00.908Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:00.908Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:59:00.908Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:00.909Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:00.909Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900340908,
  "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-27T06:59:01.909Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "f5110d65-cd6e-44b6-8948-f321f1bf1c03",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e83320a1-3011-45e9-a4e5-027894534661",
    "vfModuleModelCustomizationUUID": "302db346-149d-4421-8e02-8e560ff1796a",
    "isBase": true,
    "artifacts": [
      "04609c7c-3567-423f-ac96-f4ee063bb596",
      "83d6e0dd-0186-4320-8e37-293b672c2f7b"
    ],
    "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": "629bd09c-14f7-478b-95cc-9ce5ea60f27b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bd592aef-aa44-493a-b333-753982b10931",
    "vfModuleModelCustomizationUUID": "ec6b3843-0362-4cc2-8f03-b73168467fbc",
    "isBase": false,
    "artifacts": [
      "5c082ebc-8459-439e-a420-579528122ac7"
    ],
    "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-27T06:59:01.912Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e83320a1-3011-45e9-a4e5-027894534661
VfModuleModelInvariantUUID:f5110d65-cd6e-44b6-8948-f321f1bf1c03
VfModuleModelDescription:NULL
Artifacts UUID List:{
04609c7c-3567-423f-ac96-f4ee063bb596
,
83d6e0dd-0186-4320-8e37-293b672c2f7b

}
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:bd592aef-aa44-493a-b333-753982b10931
VfModuleModelInvariantUUID:629bd09c-14f7-478b-95cc-9ce5ea60f27b
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c082ebc-8459-439e-a420-579528122ac7

}
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-27T06:59:01.914Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "f5110d65-cd6e-44b6-8948-f321f1bf1c03",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e83320a1-3011-45e9-a4e5-027894534661",
    "vfModuleModelCustomizationUUID": "302db346-149d-4421-8e02-8e560ff1796a",
    "isBase": true,
    "artifacts": [
      "04609c7c-3567-423f-ac96-f4ee063bb596",
      "83d6e0dd-0186-4320-8e37-293b672c2f7b"
    ],
    "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": "629bd09c-14f7-478b-95cc-9ce5ea60f27b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bd592aef-aa44-493a-b333-753982b10931",
    "vfModuleModelCustomizationUUID": "ec6b3843-0362-4cc2-8f03-b73168467fbc",
    "isBase": false,
    "artifacts": [
      "5c082ebc-8459-439e-a420-579528122ac7"
    ],
    "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-27T06:59:01.914Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e83320a1-3011-45e9-a4e5-027894534661
VfModuleModelInvariantUUID:f5110d65-cd6e-44b6-8948-f321f1bf1c03
VfModuleModelDescription:NULL
Artifacts UUID List:{
04609c7c-3567-423f-ac96-f4ee063bb596
,
83d6e0dd-0186-4320-8e37-293b672c2f7b

}
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:bd592aef-aa44-493a-b333-753982b10931
VfModuleModelInvariantUUID:629bd09c-14f7-478b-95cc-9ce5ea60f27b
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c082ebc-8459-439e-a420-579528122ac7

}
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-27T06:59:01.914Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 04609c7c-3567-423f-ac96-f4ee063bb596 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-27T06:59:01.914Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:59:01.914Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:02.088Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:59:02.088Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 04609c7c-3567-423f-ac96-f4ee063bb596 914
2023-03-27T06:59:02.088Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:02.088Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:02.088Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:59:02.089Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:02.089Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:02.089Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900342088,
  "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-27T06:59:03.089Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 285bac2c-e238-4f61-b44b-eb34ca4be99f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-27T06:59:03.090Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:59:03.090Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:03.191Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:59:03.192Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 285bac2c-e238-4f61-b44b-eb34ca4be99f 12
2023-03-27T06:59:03.192Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:03.192Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:03.192Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:59:03.193Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:03.193Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:03.193Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900343192,
  "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-27T06:59:04.193Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 83d6e0dd-0186-4320-8e37-293b672c2f7b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-27T06:59:04.194Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:59:04.194Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:04.293Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:59:04.294Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 83d6e0dd-0186-4320-8e37-293b672c2f7b 96
2023-03-27T06:59:04.294Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:04.294Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:04.294Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:59:04.295Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:04.295Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:04.295Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900344294,
  "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-27T06:59:05.296Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5c082ebc-8459-439e-a420-579528122ac7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-27T06:59:05.296Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:59:05.296Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:05.396Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:59:05.397Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5c082ebc-8459-439e-a420-579528122ac7 20206
2023-03-27T06:59:05.397Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:05.398Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:05.398Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:59:05.398Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:05.398Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:05.398Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900345397,
  "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-27T06:59:06.405Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5db69c29-4878-4857-8549-92154e5017b7
2023-03-27T06:59:06.406Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 3587282d-54f5-4da1-a73a-6c11a04ca6df 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-27T06:59:06.428Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e75ef4b, org.onap.sdc.toscaparser.api.parameters.Input@3ebb832, org.onap.sdc.toscaparser.api.parameters.Input@4a607514, org.onap.sdc.toscaparser.api.parameters.Input@44b3f2d4, org.onap.sdc.toscaparser.api.parameters.Input@5fd52be]
2023-03-27T06:59:06.430Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:06.430Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:06.430Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-03-27T06:59:06.430Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2a4e1c33-baec-43e9-b687-aaa514c5ba47
2023-03-27T06:59:06.430Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2a4e1c33-baec-43e9-b687-aaa514c5ba47 matches Tosca VF Customization UUID: 2a4e1c33-baec-43e9-b687-aaa514c5ba47
2023-03-27T06:59:06.430Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2a4e1c33-baec-43e9-b687-aaa514c5ba47  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-27T06:59:06.435Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:06.436Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:06.436Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2a4e1c33-baec-43e9-b687-aaa514c5ba47: {\"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-27T06:59:06.437Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4976337c
2023-03-27T06:59:06.437Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:06.437Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-27T06:59:06.437Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ec6b3843-0362-4cc2-8f03-b73168467fbc
2023-03-27T06:59:06.437Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ec6b3843-0362-4cc2-8f03-b73168467fbc
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-27T06:59:06.441Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:06.442Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T06:59:06.442Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T06:59:06.442Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:06.442Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T06:59:06.442Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T06:59:06.442Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:06.443Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T06:59:06.443Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2a4e1c33-baec-43e9-b687-aaa514c5ba47
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:59:06.447Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:06.447Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:06.447Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5db69c29-4878-4857-8549-92154e5017b7: basic_cnf_macro
2023-03-27T06:59:06.447Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:06.447Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:06.447Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:06.448Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:06.448Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:06.448Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:06.448Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:06.448Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:06.448Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:06.448Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:06.448Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:06.551Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 3587282d-54f5-4da1-a73a-6c11a04ca6df 2 ASDC deployResourceStructure
2023-03-27T06:59:06.552Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:06.552Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:06.552Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T06:59:06.552Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:06.552Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:06.552Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900346552,
  "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-27T06:59:07.553Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:07.553Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:07.554Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T06:59:07.554Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:07.554Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:07.554Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900347553,
  "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-27T06:59:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:59:08.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:59:08.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:59:08.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:59:08.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:59:08.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900293245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:59:08.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.237Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900295003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists"
}
2023-03-27T06:59:08.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.237Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900296005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ed4aaad3-22fb-4764-94bc-f857208b0501 already exists"
}
2023-03-27T06:59:08.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.237Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900327277,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T06:59:08.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.237Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:59:08.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.237Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.239Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T06:59:08.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.239Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900338757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:59:08.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.239Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900340908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:59:08.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.239Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900342088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:59:08.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.239Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900343192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:59:08.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.239Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900344294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:59:08.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.240Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900345397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-27T06:59:08.240Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.240Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900346552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-27T06:59:08.240Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T06:59:08.240Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900347553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-03-27T06:59:08.240Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T06:59:08.555Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:08.555Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:08.555Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:59:08.555Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:08.555Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:08.556Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900348555,
  "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-27T06:59:09.556Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:09.556Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:09.556Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T06:59:09.557Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:09.557Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:09.557Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900349556,
  "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-27T06:59:10.557Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:10.558Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:10.558Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T06:59:10.558Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:10.558Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:10.558Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900350557,
  "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-27T06:59:11.560Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:11.561Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:11.561Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T06:59:11.562Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:11.562Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:11.562Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900351560,
  "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-27T06:59:12.563Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:59:12.588Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T06:59:12.592Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T06:59:12.592Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T06:59:12.592Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T06:59:12.593Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T06:59:12.593Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:59:12.593Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:59:12.593Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:59:12.593Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T06:59:12.593Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:12.607Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T06:59:42.607Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d 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-27T06:59:42.618Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d and serviceModelVersionId: 5db69c29-4878-4857-8549-92154e5017b7
2023-03-27T06:59:42.619Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2498e70-a483-4840-b460-685f99ad0bec
2023-03-27T06:59:42.619Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0
2023-03-27T06:59:42.627Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T06:59:42.650Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|INFO|500||Invoke
2023-03-27T06:59:42.650Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b6ef30bd-e7e6-4686-b045-d92b84d9994d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bde49206-2dc5-416a-97e6-36019619daa9], X-ECOMP-RequestID=[b6ef30bd-e7e6-4686-b045-d92b84d9994d], X-TransactionId=[], X-ONAP-RequestID=[b6ef30bd-e7e6-4686-b045-d92b84d9994d], Content-Type=[application/merge-patch+json]}
2023-03-27T06:59:42.658Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T06:59:42.780Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?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/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 06:59:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[118], vertex-id=[200808], x-aai-txid=[0-aai-resources-230327-06:59:42:915-69381], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T06:59:42.781Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T06:59:42.782Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|INFO|500||InvokeReturn
2023-03-27T06:59:42.782Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T06:59:42.783Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:42.791Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T06:59:42.792Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b6ef30bd-e7e6-4686-b045-d92b84d9994d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T06:59:42.792Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T06:59:42.792Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:42.792Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:42.793Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900382792,
  "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-27T06:59:43.825Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T06:59:43.826Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"e3417ef5-3b41-4758-ae5f-7ba4d01c0af0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0922484c-c6e0-4495-9019-dbfb0b0a235e","serviceDescription":"service","serviceInvariantUUID":"fc8e86ba-2a91-4747-8a35-c3886f28bacb","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22e67af8-2d8d-4a40-afbf-f5aff5f92dfc","resourceInvariantUUID":"a8fb0cf7-a7ef-4816-a1fc-02cdbf7d0dc2","resourceCustomizationUUID":"a5c545a2-577a-4ce9-9290-5757df5641cc","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":"MTk2MWY5MWRhNjZhMTI4OGUzYzBjYzE3NDVkNDRmMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d762d588-a610-4429-a313-58a23a43386f","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":"NTQ3MGU5NjhlNDQ0NzE5OWZjYTdmZDk3OTIzMTAzYzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"521bf78b-8c69-42dd-b2fa-da978faf3a98","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":"2d284b6d-0190-44f2-b19e-a97bbcfacb71","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":"6d049835-8c05-4e82-b5b0-fb1544509d6a","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":"d7e4c399-f5d3-4e8b-b09e-434533da9442","artifactVersion":"2","generatedFromUUID":"2d284b6d-0190-44f2-b19e-a97bbcfacb71"},{"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":"MTQ0NzJiN2Q1NjI4YjJmYTFlMTU4MGJhNTZiYWUyNTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d6bedadd-0e88-494c-89ba-f65e5bb7859c","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":"ZTJlYTFiOWNkMGRiNTJjZDkzMzU3OWQ2MTg2Y2ViZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf195fad-fd0d-4bac-881e-0a44cb25998f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OGMxZDdmNzIyNjc2MWI3ZDc5NTNjZjUwNTYwNDlmYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T06:59:43.826Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:59:43.827Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:43.827Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:43.827Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:59:44.829Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:59:44.829Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:44.830Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:44.830Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:59:45.831Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:59:45.832Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:45.832Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:45.832Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:59:46.833Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:59:46.834Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:46.834Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:46.834Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:59:47.835Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:59:47.836Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:47.836Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:47.836Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:59:48.837Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:59:48.838Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:48.838Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:48.838Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:59:49.839Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:59:49.839Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:49.840Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:49.840Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T06:59:50.840Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T06:59:50.841Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:50.841Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:50.841Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T06:59:51.842Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0922484c-c6e0-4495-9019-dbfb0b0a235e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fc8e86ba-2a91-4747-8a35-c3886f28bacb",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "a5c545a2-577a-4ce9-9290-5757df5641cc",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "22e67af8-2d8d-4a40-afbf-f5aff5f92dfc",
      "resourceInvariantUUID": "a8fb0cf7-a7ef-4816-a1fc-02cdbf7d0dc2",
      "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": "NTQ3MGU5NjhlNDQ0NzE5OWZjYTdmZDk3OTIzMTAzYzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "521bf78b-8c69-42dd-b2fa-da978faf3a98",
          "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": "2d284b6d-0190-44f2-b19e-a97bbcfacb71",
          "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": "d7e4c399-f5d3-4e8b-b09e-434533da9442",
            "generatedFromUUID": "2d284b6d-0190-44f2-b19e-a97bbcfacb71"
          },
          "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": "d7e4c399-f5d3-4e8b-b09e-434533da9442",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OGMxZDdmNzIyNjc2MWI3ZDc5NTNjZjUwNTYwNDlmYzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T06:59:51.842Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T06:59:51.843Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0922484c-c6e0-4495-9019-dbfb0b0a235e ASDC
2023-03-27T06:59:51.843Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0922484c-c6e0-4495-9019-dbfb0b0a235e
ServiceInvariantUUID:fc8e86ba-2a91-4747-8a35-c3886f28bacb
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:73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34
ArtifactChecksum:OGMxZDdmNzIyNjc2MWI3ZDc5NTNjZjUwNTYwNDlmYzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:a5c545a2-577a-4ce9-9290-5757df5641cc
ResourceInvariantUUID:a8fb0cf7-a7ef-4816-a1fc-02cdbf7d0dc2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:22e67af8-2d8d-4a40-afbf-f5aff5f92dfc
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:521bf78b-8c69-42dd-b2fa-da978faf3a98
ArtifactChecksum:NTQ3MGU5NjhlNDQ0NzE5OWZjYTdmZDk3OTIzMTAzYzU=
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:2d284b6d-0190-44f2-b19e-a97bbcfacb71
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:d7e4c399-f5d3-4e8b-b09e-434533da9442
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:d7e4c399-f5d3-4e8b-b09e-434533da9442
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T06:59:51.843Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0922484c-c6e0-4495-9019-dbfb0b0a235e 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-27T06:59:51.916Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:59:51.917Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:59:51.917Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:59:51.917Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-27T06:59:51.917Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:59:51.917Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-27T06:59:52.190Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:59:52.194Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 82989
2023-03-27T06:59:52.194Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:52.194Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:52.194Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:59:52.194Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:52.194Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:52.194Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900392194,
  "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-27T06:59:53.195Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T06:59:53.195Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T06:59:53.196Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-27T06:59:53.196Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-27T06:59:53.196Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-27T06:59:53.196Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-27T06:59:53.315Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12927399328852379526/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-27T06:59:54.247Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T06:59:54.247Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:59:54.247Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-27T06:59:54.247Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T06:59:54.247Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:54.247Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:54.247Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:54.247Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:54.247Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:54.247Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:54.247Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:54.247Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T06:59:54.247Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:54.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:54.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-27T06:59:54.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:59:54.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:59:54.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:54.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:54.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-27T06:59:54.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T06:59:54.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T06:59:54.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:54.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:54.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:54.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-27T06:59:54.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-27T06:59:54.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-27T06:59:54.249Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-27T06:59:54.249Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-27T06:59:54.249Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-27T06:59:54.249Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:54.249Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-27T06:59:54.249Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:54.249Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-27T06:59:54.249Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T06:59:54.249Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:54.249Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-27T06:59:54.249Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T06:59:54.249Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:54.249Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-27T06:59:54.249Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T06:59:54.250Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:54.250Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-27T06:59:54.250Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-27T06:59:54.250Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-27T06:59:54.250Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2a805bb2-1c38-481b-8daa-2b1106305eb6
2023-03-27T06:59:54.250Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:54.250Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:54.250Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:54.250Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:54.250Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:54.250Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:54.250Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:54.250Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:54.250Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0922484c-c6e0-4495-9019-dbfb0b0a235e
Model Version:NULL
Model InvariantUuid:fc8e86ba-2a91-4747-8a35-c3886f28bacb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:6cd554eb-5b1e-4053-aff1-9bbc5baeeef2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a8fb0cf7-a7ef-4816-a1fc-02cdbf7d0dc2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a5c545a2-577a-4ce9-9290-5757df5641cc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3e4775e8-a56a-424d-9e0e-6b51a14fecb5
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:7e8986f6-1d7c-4aba-b175-3caf0d2bfe24
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a805bb2-1c38-481b-8daa-2b1106305eb6
ModelInvariantUuid:2f5aa5bb-8a3f-4a73-822b-27908ec9c74c
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:485df8d3-b5b6-458c-930e-aa8861eb7b6c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e20308a3-6f7e-4fd4-8c24-13a5c77a033b
ModelInvariantUuid:5fa08949-757d-43fa-b5bf-6ce3f6d668a1
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:a436a5e0-0f26-41ac-8303-1b236c1fb3cd
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-27T06:59:54.277Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 22e67af8-2d8d-4a40-afbf-f5aff5f92dfc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:59:54.282Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2023-03-27T06:59:54.282Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 22e67af8-2d8d-4a40-afbf-f5aff5f92dfc
2023-03-27T06:59:54.282Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 521bf78b-8c69-42dd-b2fa-da978faf3a98 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-27T06:59:54.282Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:59:54.283Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:54.390Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:59:54.391Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 521bf78b-8c69-42dd-b2fa-da978faf3a98 792
2023-03-27T06:59:54.391Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:54.391Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:54.391Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:59:54.391Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:54.391Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:54.392Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900394391,
  "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-27T06:59:55.392Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3e4775e8-a56a-424d-9e0e-6b51a14fecb5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7e8986f6-1d7c-4aba-b175-3caf0d2bfe24",
    "vfModuleModelCustomizationUUID": "b9685b2f-28ad-4f09-b20a-cd292b44ab4d",
    "isBase": true,
    "artifacts": [
      "2d284b6d-0190-44f2-b19e-a97bbcfacb71",
      "d7e4c399-f5d3-4e8b-b09e-434533da9442"
    ],
    "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-27T06:59:55.396Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7e8986f6-1d7c-4aba-b175-3caf0d2bfe24
VfModuleModelInvariantUUID:3e4775e8-a56a-424d-9e0e-6b51a14fecb5
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d284b6d-0190-44f2-b19e-a97bbcfacb71
,
d7e4c399-f5d3-4e8b-b09e-434533da9442

}
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-27T06:59:55.399Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3e4775e8-a56a-424d-9e0e-6b51a14fecb5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7e8986f6-1d7c-4aba-b175-3caf0d2bfe24",
    "vfModuleModelCustomizationUUID": "b9685b2f-28ad-4f09-b20a-cd292b44ab4d",
    "isBase": true,
    "artifacts": [
      "2d284b6d-0190-44f2-b19e-a97bbcfacb71",
      "d7e4c399-f5d3-4e8b-b09e-434533da9442"
    ],
    "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-27T06:59:55.399Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7e8986f6-1d7c-4aba-b175-3caf0d2bfe24
VfModuleModelInvariantUUID:3e4775e8-a56a-424d-9e0e-6b51a14fecb5
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d284b6d-0190-44f2-b19e-a97bbcfacb71
,
d7e4c399-f5d3-4e8b-b09e-434533da9442

}
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-27T06:59:55.400Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2d284b6d-0190-44f2-b19e-a97bbcfacb71 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-27T06:59:55.400Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:59:55.400Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:55.503Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:59:55.504Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2d284b6d-0190-44f2-b19e-a97bbcfacb71 5033
2023-03-27T06:59:55.504Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:55.504Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:55.505Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:59:55.505Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:55.505Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:55.505Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900395504,
  "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-27T06:59:56.506Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d7e4c399-f5d3-4e8b-b09e-434533da9442 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-27T06:59:56.506Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T06:59:56.506Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:56.606Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T06:59:56.606Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d7e4c399-f5d3-4e8b-b09e-434533da9442 903
2023-03-27T06:59:56.606Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:56.607Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:56.607Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T06:59:56.607Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:56.607Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:56.607Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900396606,
  "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-27T06:59:57.608Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0922484c-c6e0-4495-9019-dbfb0b0a235e
2023-03-27T06:59:57.608Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 22e67af8-2d8d-4a40-afbf-f5aff5f92dfc 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-27T06:59:57.633Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d8fedb4, org.onap.sdc.toscaparser.api.parameters.Input@711ec3b2, org.onap.sdc.toscaparser.api.parameters.Input@34ecc98a, org.onap.sdc.toscaparser.api.parameters.Input@7afdfac5, org.onap.sdc.toscaparser.api.parameters.Input@385d4a63]
2023-03-27T06:59:57.634Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:57.634Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:57.634Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-03-27T06:59:57.635Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= a5c545a2-577a-4ce9-9290-5757df5641cc
2023-03-27T06:59:57.635Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a5c545a2-577a-4ce9-9290-5757df5641cc matches Tosca VF Customization UUID: a5c545a2-577a-4ce9-9290-5757df5641cc
2023-03-27T06:59:57.635Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: a5c545a2-577a-4ce9-9290-5757df5641cc  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-27T06:59:57.638Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:57.639Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:57.639Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id a5c545a2-577a-4ce9-9290-5757df5641cc: {\"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-27T06:59:57.639Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7815d7c3
2023-03-27T06:59:57.639Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:57.639Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-27T06:59:57.639Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b9685b2f-28ad-4f09-b20a-cd292b44ab4d
2023-03-27T06:59:57.640Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b9685b2f-28ad-4f09-b20a-cd292b44ab4d
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-27T06:59:57.643Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:57.643Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-27T06:59:57.644Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T06:59:57.644Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:57.644Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-27T06:59:57.644Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T06:59:57.644Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:57.644Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-27T06:59:57.644Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-27T06:59:57.644Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-27T06:59:57.644Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2a805bb2-1c38-481b-8daa-2b1106305eb6
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-27T06:59:57.648Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:57.648Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-27T06:59:57.649Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T06:59:57.649Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:57.649Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-27T06:59:57.649Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a5c545a2-577a-4ce9-9290-5757df5641cc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T06:59:57.652Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:57.653Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:57.653Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0922484c-c6e0-4495-9019-dbfb0b0a235e: basic_vm_macro
2023-03-27T06:59:57.653Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:57.653Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:57.653Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:57.653Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:57.653Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:57.653Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:57.653Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:57.653Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:57.654Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T06:59:57.654Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T06:59:57.654Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:57.852Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 22e67af8-2d8d-4a40-afbf-f5aff5f92dfc 1 ASDC deployResourceStructure
2023-03-27T06:59:57.853Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:57.853Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:57.853Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T06:59:57.853Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:57.853Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:57.853Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900397853,
  "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-27T06:59:58.854Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:58.854Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:58.855Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T06:59:58.855Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:58.855Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:58.855Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900398854,
  "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-27T06:59:59.857Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:59.857Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T06:59:59.857Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T06:59:59.858Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T06:59:59.858Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T06:59:59.859Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900399856,
  "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-27T07:00:00.859Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T07:00:00.860Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T07:00:00.860Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T07:00:00.860Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:00:00.860Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:00:00.861Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900400859,
  "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-27T07:00:01.861Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:00:01.884Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:00:01.888Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:00:01.888Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:00:01.888Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:00:01.888Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:00:01.888Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:00:01.889Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:00:01.889Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:00:01.889Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:00:01.889Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T07:00:01.903Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:00:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:00:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:00:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900348555,
  "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-27T07:00:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:00:31.904Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 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-27T07:00:31.917Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 and serviceModelVersionId: 0922484c-c6e0-4495-9019-dbfb0b0a235e
2023-03-27T07:00:31.917Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc8e86ba-2a91-4747-8a35-c3886f28bacb
2023-03-27T07:00:31.918Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0
2023-03-27T07:00:31.926Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:00:31.953Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?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-27T07:00:31.953Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|INFO|500||Invoke
2023-03-27T07:00:31.959Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:00:32.210Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|INFO|500||InvokeReturn
2023-03-27T07:00:32.210Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:00:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[246], vertex-id=[249928], x-aai-txid=[0-aai-resources-230327-07:00:32:216-53102], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:00:32.210Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:00:32.210Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:00:32.210Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T07:00:32.220Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T07:00:32.220Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:00:32.220Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:00:32.220Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:00:32.220Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:00:32.221Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900432220,
  "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-27T07:00:33.247Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T07:00:33.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4ea60221-fafe-4146-a40a-1e53a7609760","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6ad39928-cef3-4501-b97b-1f279fe0b99e","serviceDescription":"service","serviceInvariantUUID":"97d6924d-25ed-4c3f-a80f-5f86c649040a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3631eeb1-3027-4b6e-af5c-33622d466c18","resourceInvariantUUID":"19b2af55-44ab-4db0-8b71-a3a12d7dd8bf","resourceCustomizationUUID":"638e2869-cd11-45f5-a35e-88e90047411e","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":"YzQ4MGEyZDhiMDBiZDUzZDFlZGE5NzMyYjdmNTFiMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"109aabf0-5283-4868-996f-2b53a1022d81","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":"d7e9a587-452e-4a6a-8322-1de213042c96","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":"456e8757-02b8-49af-abe9-a4f4128666ca","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":"OTU1NjBjNWIwMzk3MGJiZWZmNTQ3MGEwNDhlMzIzOWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"72c1ea79-83fe-42f7-9991-80f107d0855b","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":"599188de-94f7-4849-a30f-911760d9ade3","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":"dd5de4bf-89be-448c-a5c6-b605048525b0","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":"177ca76d-90ad-4b0c-9b69-86a2a9ee2bfd","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":"Njg2YTAxMmM5Mjg3YmYxODI2YTZlZmEzYTZjNmE2NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bad55088-56bf-41e0-9221-4ccb364a1b0c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDEyNGFjYTY4MTYyYTQ3MmU4MWQxYWY4OWZkOWI2NmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74678de5-c1da-4671-8db9-3fbf93c6ebd2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:00:33.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:00:33.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:00:33.249Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:00:33.249Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T07:00:34.250Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:00:34.251Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:00:34.251Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:00:34.251Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T07:00:35.253Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:00:35.253Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:00:35.254Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:00:35.254Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T07:00:36.255Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:00:36.256Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:00:36.256Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:00:36.256Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T07:00:37.258Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:00:37.259Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:00:37.259Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:00:37.259Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T07:00:38.260Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:00:38.261Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:00:38.261Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:00:38.261Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T07:00:39.263Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:00:39.263Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:00:39.263Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:00:39.264Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T07:00:40.265Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:00:40.265Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:00:40.265Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:00:40.265Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "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-27T07:00:41.266Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:00:41.266Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:00:41.266Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:00:41.267Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:00:42.267Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6ad39928-cef3-4501-b97b-1f279fe0b99e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "97d6924d-25ed-4c3f-a80f-5f86c649040a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "638e2869-cd11-45f5-a35e-88e90047411e",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3631eeb1-3027-4b6e-af5c-33622d466c18",
      "resourceInvariantUUID": "19b2af55-44ab-4db0-8b71-a3a12d7dd8bf",
      "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": "ZDEyNGFjYTY4MTYyYTQ3MmU4MWQxYWY4OWZkOWI2NmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "74678de5-c1da-4671-8db9-3fbf93c6ebd2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:00:42.268Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:00:42.268Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ad39928-cef3-4501-b97b-1f279fe0b99e ASDC
2023-03-27T07:00:42.268Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4ea60221-fafe-4146-a40a-1e53a7609760
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6ad39928-cef3-4501-b97b-1f279fe0b99e
ServiceInvariantUUID:97d6924d-25ed-4c3f-a80f-5f86c649040a
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:74678de5-c1da-4671-8db9-3fbf93c6ebd2
ArtifactChecksum:ZDEyNGFjYTY4MTYyYTQ3MmU4MWQxYWY4OWZkOWI2NmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:638e2869-cd11-45f5-a35e-88e90047411e
ResourceInvariantUUID:19b2af55-44ab-4db0-8b71-a3a12d7dd8bf
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:3631eeb1-3027-4b6e-af5c-33622d466c18
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:00:42.268Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ad39928-cef3-4501-b97b-1f279fe0b99e 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-27T07:00:42.321Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:00:42.321Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:00:42.321Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:00:42.321Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T07:00:42.322Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:00:42.322Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T07:00:42.353Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T07:00:42.353Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3c104650
2023-03-27T07:00:42.353Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:00:42.353Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-27T07:00:42.353Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 74678de5-c1da-4671-8db9-3fbf93c6ebd2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:00:42.354Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:00:42.354Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:00:42.354Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:00:42.354Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:00:42.354Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:00:42.355Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900442354,
  "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-27T07:00:43.355Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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:74678de5-c1da-4671-8db9-3fbf93c6ebd2)
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-27T07:00:43.379Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:00:43.379Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3631eeb1-3027-4b6e-af5c-33622d466c18
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T07:00:43.385Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||test-pnf 0
2023-03-27T07:00:43.385Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3631eeb1-3027-4b6e-af5c-33622d466c18
2023-03-27T07:00:43.386Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 6ad39928-cef3-4501-b97b-1f279fe0b99e
2023-03-27T07:00:43.386Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6ad39928-cef3-4501-b97b-1f279fe0b99e
2023-03-27T07:00:43.386Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 3631eeb1-3027-4b6e-af5c-33622d466c18 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-27T07:00:43.394Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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$$562f1e70.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-27T07:00:43.422Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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$$562f1e70.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-27T07:00:43.434Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 3631eeb1-3027-4b6e-af5c-33622d466c18 0 ASDC deployResourceStructure
2023-03-27T07:00:43.434Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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$$562f1e70.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-27T07:00:43.435Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:00:43.435Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:00:43.435Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:00:43.435Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:00:43.435Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:00:43.435Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900443435,
  "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-27T07:00:44.436Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ea60221-fafe-4146-a40a-1e53a7609760
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:00:44.459Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ea60221-fafe-4146-a40a-1e53a7609760
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:00:44.464Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:00:44.465Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:00:44.465Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:00:44.465Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:00:44.466Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:00:44.466Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:00:44.466Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:00:44.467Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-27T07:00:44.467Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:00:44.485Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:01:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:01:08.218Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: cached metadata has changed from (version87: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version88: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-27T07:01:08.235Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:01:08.235Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T07:01:08.246Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:01:08.246Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 18: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T07:01:08.260Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:01:08.260Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:01:08.260Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:01:08.264Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:01:08.264Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:01:08.264Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:01:08.264Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=970, 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-27T07:01:08.264Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:01:08.264Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:01:09.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.282Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900349556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900350557,
  "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-27T07:01:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900351560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900382792,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:01:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900392194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900394391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900395504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900396606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900397853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900398854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900399856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-27T07:01:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900400859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T07:01:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900432220,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:01:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:01:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679899786982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900442354,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:01:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900443435,
  "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-27T07:01:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:01:14.485Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ea60221-fafe-4146-a40a-1e53a7609760 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-27T07:01:14.494Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ea60221-fafe-4146-a40a-1e53a7609760 and serviceModelVersionId: 6ad39928-cef3-4501-b97b-1f279fe0b99e
2023-03-27T07:01:14.494Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97d6924d-25ed-4c3f-a80f-5f86c649040a
2023-03-27T07:01:14.495Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0
2023-03-27T07:01:14.502Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:01:14.519Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|INFO|500||Invoke
2023-03-27T07:01:14.519Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4ea60221-fafe-4146-a40a-1e53a7609760], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a405ed2-a1c4-4134-9429-8b8cd00fb703], X-ECOMP-RequestID=[4ea60221-fafe-4146-a40a-1e53a7609760], X-TransactionId=[], X-ONAP-RequestID=[4ea60221-fafe-4146-a40a-1e53a7609760], Content-Type=[application/merge-patch+json]}
2023-03-27T07:01:14.526Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T07:01:14.645Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?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/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:01:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[115], vertex-id=[258120], x-aai-txid=[2-aai-resources-230327-07:01:14:784-65150], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:01:14.645Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:01:14.646Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|INFO|500||InvokeReturn
2023-03-27T07:01:14.646Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:01:14.646Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:01:14.654Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:01:14.655Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ea60221-fafe-4146-a40a-1e53a7609760 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-27T07:01:14.655Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:01:14.655Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:01:14.655Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:01:14.655Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900474655,
  "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-27T07:01:15.683Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T07:01:15.683Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-27T07:01:15.685Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Node 0 disconnected.
2023-03-27T07:01:15.685Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Cancelled in-flight METADATA request with correlation id 130070 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, request timeout: 30000ms)
2023-03-27T07:01:15.687Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Node 1 disconnected.
2023-03-27T07:01:15.687Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Node 2 disconnected.
2023-03-27T07:01:15.688Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:01:15.688Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:01:15.688Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:01:15.688Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T07:01:15.693Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-6cea0c36-3ece-47c0-946d-6549c5bcae09
2023-03-27T07:01:15.693Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:01:15.693Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:01:15.694Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T07:01:17.399Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:01:20.409Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:01:23.419Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:01:26.429Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:01:29.438Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:01:32.447Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:01:35.457Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:01:38.466Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:01:41.475Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:01:44.485Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:01:47.496Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:01:50.504Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:01:53.514Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:01:56.525Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:01:59.534Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:02:02.543Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:02:05.554Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:02:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:02:08.233Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:02:08.233Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T07:02:08.239Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:02:08.239Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-6cea0c36-3ece-47c0-946d-6549c5bcae09', protocol='range'}
2023-03-27T07:02:08.243Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:02:08.244Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:02:08.244Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:02:08.244Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:02:08.244Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:02:08.244Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:02:08.244Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 19: {SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-6cea0c36-3ece-47c0-946d-6549c5bcae09=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-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T07:02:08.259Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:02:08.259Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-6cea0c36-3ece-47c0-946d-6549c5bcae09', protocol='range'}
2023-03-27T07:02:08.259Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:02:08.260Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:02:08.260Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:02:08.260Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:02:08.264Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:02:08.264Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:02:08.264Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:02:08.264Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:02:08.264Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:02:08.265Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1002, 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-27T07:02:08.265Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:02:08.265Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:02:08.265Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:02:08.265Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:02:08.265Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:02:08.265Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:02:08.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:02:08.799Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900474655,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-27T07:02:08.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:02:09.350Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T07:02:09.350Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7eff5bd9-031e-4ebb-a433-909c9555370d","serviceName":"basic_onboard_QMpdnl","serviceVersion":"1.0","serviceUUID":"9d1b38d7-168e-4ef6-9355-095aef6c5a06","serviceDescription":"service","serviceInvariantUUID":"13b7de5c-4a5c-495e-b4f1-19ef4a3dc875","resources":[{"resourceInstanceName":"basic_onboard_QMpdnl 0","resourceName":"basic_onboard_QMpdnl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06bf5896-5e90-460d-b950-b0365c92c155","resourceInvariantUUID":"0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b","resourceCustomizationUUID":"9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml","artifactChecksum":"OWI4YTk5NTZmN2JiYmJiYjY4ZjBkNGJmYTg1Mjk4ZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d5361a7-c516-4f0a-86c3-1d0c64c0fe68","artifactVersion":"1"},{"artifactName":"basic_onboard_qmpdnl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json","artifactChecksum":"MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f65df3c5-c527-4045-8387-6c42535f8967","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e469475-09a0-4e48-96e4-ebd00e02b877","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2806961-ef8e-4a93-a449-365db9ac15f5","artifactVersion":"2","generatedFromUUID":"f65df3c5-c527-4045-8387-6c42535f8967"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQmpdnl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml","artifactChecksum":"YjcwYjk3ZDBiYzY0ZjJmYmQxZjA4MjU5NzBiMmU3NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"165396fc-5684-44e2-9cef-79df7fed1847","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQmpdnl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar","artifactChecksum":"NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72e06bf6-5317-4a7a-9922-993e0a0c4b89","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:02:09.352Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:02:09.352Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:02:09.352Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:02:09.352Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:02:10.353Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:02:10.353Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:02:10.353Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:02:10.353Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:02:11.355Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:02:11.355Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:02:11.355Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:02:11.355Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:02:12.357Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:02:12.358Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:02:12.358Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:02:12.358Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:02:13.360Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:02:13.360Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:02:13.360Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:02:13.360Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:02:14.362Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:02:14.362Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:02:14.362Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:02:14.363Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:02:15.364Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:02:15.365Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:02:15.365Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:02:15.365Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:02:16.367Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "serviceName": "basic_onboard_QMpdnl",
  "serviceVersion": "1.0",
  "serviceUUID": "9d1b38d7-168e-4ef6-9355-095aef6c5a06",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13b7de5c-4a5c-495e-b4f1-19ef4a3dc875",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QMpdnl 0",
      "resourceCustomizationUUID": "9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12",
      "resourceName": "basic_onboard_QMpdnl",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "06bf5896-5e90-460d-b950-b0365c92c155",
      "resourceInvariantUUID": "0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qmpdnl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
          "artifactChecksum": "MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f65df3c5-c527-4045-8387-6c42535f8967",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
            "generatedFromUUID": "f65df3c5-c527-4045-8387-6c42535f8967"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQmpdnl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
      "artifactChecksum": "NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72e06bf6-5317-4a7a-9922-993e0a0c4b89"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:02:16.367Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:02:16.367Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d1b38d7-168e-4ef6-9355-095aef6c5a06 ASDC
2023-03-27T07:02:16.368Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7eff5bd9-031e-4ebb-a433-909c9555370d
ServiceName:basic_onboard_QMpdnl
ServiceVersion:1.0
ServiceUUID:9d1b38d7-168e-4ef6-9355-095aef6c5a06
ServiceInvariantUUID:13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQmpdnl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
ArtifactUUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89
ArtifactChecksum:NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QMpdnl 0
ResourceCustomizationUUID:9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12
ResourceInvariantUUID:0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b
ResourceName:basic_onboard_QMpdnl
ResourceType:VF
ResourceUUID:06bf5896-5e90-460d-b950-b0365c92c155
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qmpdnl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
ArtifactUUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e
ArtifactChecksum:MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI=
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f65df3c5-c527-4045-8387-6c42535f8967
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T07:02:16.368Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d1b38d7-168e-4ef6-9355-095aef6c5a06 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-27T07:02:16.414Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:02:16.414Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:02:16.414Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:02:16.414Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 72e06bf6-5317-4a7a-9922-993e0a0c4b89 from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T07:02:16.414Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:02:16.415Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T07:02:16.444Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T07:02:16.445Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4720e16a
2023-03-27T07:02:16.445Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:02:16.445Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T07:02:16.445Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardQmpdnl-csar.csar /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar 72e06bf6-5317-4a7a-9922-993e0a0c4b89 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:02:16.445Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar ASDC sendASDCNotification
2023-03-27T07:02:16.445Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(Specified artifact is  not found)
2023-03-27T07:02:16.445Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:02:16.446Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:02:16.446Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:02:16.446Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900536445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:02:17.447Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-BasicOnboardQmpdnl-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(UUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89)
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-27T07:02:17.468Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T07:02:17.468Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T07:02:17.473Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||basic_onboard_QMpdnl 0
2023-03-27T07:02:17.473Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
2023-03-27T07:02:17.473Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T07:02:17.473Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:02:17.474Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T07:02:17.490Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T07:02:17.490Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@701abc99
2023-03-27T07:02:17.491Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:02:17.491Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T07:02:17.491Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_qmpdnl0_modules.json /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:02:17.491Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json ASDC sendASDCNotification
2023-03-27T07:02:17.491Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(Specified artifact is  not found)
2023-03-27T07:02:17.491Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:02:17.491Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:02:17.491Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:02:17.492Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900537491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:02:18.492Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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_qmpdnl0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(UUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e)
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-27T07:02:18.493Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:02:18.515Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:02:18.519Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:02:18.519Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:02:48.520Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:02:48.547Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:02:48.551Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:02:48.551Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:03:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:03:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:03:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:03:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:03:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:03:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T07:03:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:03:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:03:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:03:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:03:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:03:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:03:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:03:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:03:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-27T07:03:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:03:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:03:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:03:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:03:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:03:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:03:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:03:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:03:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900536445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:03:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:03:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:03:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900537491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:03:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:03:18.551Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:03:18.577Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:03:18.581Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:03:18.582Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:03:48.582Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:03:48.604Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:03:48.608Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:03:48.609Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:04:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:04:18.609Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:04:18.632Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:04:18.636Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:04:18.636Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:04:48.636Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:04:48.653Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:04:48.656Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:04:48.656Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:05:08.218Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:05:18.657Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:05:18.678Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:05:18.684Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:05:18.684Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:05:48.685Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:05:48.707Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:05:48.712Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:05:48.712Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:06:08.219Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:06:18.712Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:06:18.734Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:06:18.738Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:06:18.739Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:06:29.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:06:29.169Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679900764291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:06:29.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:06:48.739Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:06:48.766Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:06:48.771Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:06:48.771Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:07:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:07:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:07:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679900761372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:07:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:07:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:07:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679900760493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:07:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:07:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:07:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679900780477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:07:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:07:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:07:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679900780218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:07:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:07:09.443Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:07:09.444Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Member SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-6cea0c36-3ece-47c0-946d-6549c5bcae09 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-27T07:07:09.444Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-27T07:07:09.445Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-27T07:07:12.005Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:07:15.016Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:07:18.025Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:07:18.772Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-27T07:07:18.772Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d 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-27T07:07:18.783Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7eff5bd9-031e-4ebb-a433-909c9555370d and serviceModelVersionId: 9d1b38d7-168e-4ef6-9355-095aef6c5a06
2023-03-27T07:07:18.783Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
2023-03-27T07:07:18.784Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0
2023-03-27T07:07:18.791Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:07:18.820Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?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-27T07:07:18.821Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|500||Invoke
2023-03-27T07:07:18.830Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T07:07:18.870Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-27T07:07:18.870Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0 has http status code:404 and response headers:{date=[Mon, 27 Mar 2023 07:07:19 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[35], x-aai-txid=[2-aai-resources-230327-07:07:19:091-92037], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:07:18.872Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","ERR.5.4.6114"]}}}

2023-03-27T07:07:18.876Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T07:07:18.877Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-27T07:07:18.877Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T07:07:18.877Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T07:07:18.884Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T07:07:18.884Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7eff5bd9-031e-4ebb-a433-909c9555370d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T07:07:18.885Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-27T07:07:18.885Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:07:18.885Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:07:18.885Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900838884,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
} 
 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-27T07:07:19.923Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T07:07:19.924Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3eceaf02-b44a-47b3-a2db-b8aa5c5845fe","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0c07833a-e216-4fdd-a97e-5a37fe9b5618","serviceDescription":"service","serviceInvariantUUID":"5119ae16-c0f3-443b-8436-075439e66ab3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"15157c1b-7520-4e59-8e7d-cd42033bc6f6","resourceInvariantUUID":"02dde935-56e9-46f6-a1ed-2017d18e3ddd","resourceCustomizationUUID":"3b212f49-7967-41e3-b0b3-f5c67a76083a","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":"NTc1NTIyNGEwM2JhY2U0ZTRlNGI3M2YzZmZkNWVkNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe2f0ff7-7184-41cc-b179-f887cb886039","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ab423d5-4df0-4c63-9a9b-f45fccd423f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:07:19.924Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:07:19.924Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:07:19.924Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:07:19.924Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:07:20.925Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:07:20.925Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:07:20.925Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:07:20.925Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:07:21.035Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:07:21.926Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0c07833a-e216-4fdd-a97e-5a37fe9b5618",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5119ae16-c0f3-443b-8436-075439e66ab3",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b212f49-7967-41e3-b0b3-f5c67a76083a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "15157c1b-7520-4e59-8e7d-cd42033bc6f6",
      "resourceInvariantUUID": "02dde935-56e9-46f6-a1ed-2017d18e3ddd",
      "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": "ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ab423d5-4df0-4c63-9a9b-f45fccd423f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:07:21.926Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:07:21.926Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c07833a-e216-4fdd-a97e-5a37fe9b5618 ASDC
2023-03-27T07:07:21.927Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0c07833a-e216-4fdd-a97e-5a37fe9b5618
ServiceInvariantUUID:5119ae16-c0f3-443b-8436-075439e66ab3
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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4
ArtifactChecksum:ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b212f49-7967-41e3-b0b3-f5c67a76083a
ResourceInvariantUUID:02dde935-56e9-46f6-a1ed-2017d18e3ddd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:15157c1b-7520-4e59-8e7d-cd42033bc6f6
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-27T07:07:21.927Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c07833a-e216-4fdd-a97e-5a37fe9b5618 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-27T07:07:21.964Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:07:21.964Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:07:21.964Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:07:21.964Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T07:07:21.965Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:07:21.965Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T07:07:21.994Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T07:07:21.994Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@21425cdc
2023-03-27T07:07:21.994Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:07:21.994Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-27T07:07:21.994Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:07:21.995Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T07:07:21.995Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T07:07:21.995Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:07:21.995Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:07:21.995Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:07:21.995Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900841994,
  "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-27T07:07:22.995Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4)
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-27T07:07:23.033Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists
2023-03-27T07:07:23.033Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T07:07:23.034Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists)
2023-03-27T07:07:23.034Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:07:23.034Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:07:23.034Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:07:23.034Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900843033,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:07:24.035Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T07:07:24.036Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists)
2023-03-27T07:07:24.036Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:07:24.037Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:07:24.037Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:07:24.037Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900844035,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:07:24.045Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:07:25.039Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:07:25.062Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:07:25.066Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:07:25.067Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:07:25.067Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:07:25.067Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:07:25.067Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:07:25.067Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:07:25.067Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:07:25.067Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:07:25.068Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T07:07:25.081Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:07:27.055Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:07:30.066Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:07:33.075Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:07:36.087Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:07:39.096Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:07:42.106Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:07:45.115Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:07:48.130Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:07:51.139Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:07:54.153Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:07:55.082Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe 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-27T07:07:55.091Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and serviceModelVersionId: 0c07833a-e216-4fdd-a97e-5a37fe9b5618
2023-03-27T07:07:55.092Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5119ae16-c0f3-443b-8436-075439e66ab3
2023-03-27T07:07:55.092Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0
2023-03-27T07:07:55.100Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:07:55.124Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?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-27T07:07:55.125Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||Invoke
2023-03-27T07:07:55.134Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:07:55.280Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||InvokeReturn
2023-03-27T07:07:55.281Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:07:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[573528], x-aai-txid=[2-aai-resources-230327-07:07:55:395-13523], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:07:55.281Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:07:55.281Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:07:55.281Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T07:07:55.288Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T07:07:55.289Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:07:55.289Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:07:55.289Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:07:55.289Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:07:55.289Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900875289,
  "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-27T07:07:56.312Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T07:07:56.312Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"84cc4c38-db2e-426f-addf-a3026542286e","serviceName":"Demo_pNF_rb5D6ZL4SqGkCBxcGhrs","serviceVersion":"1.0","serviceUUID":"c9f67a18-e256-41f3-acaa-b5dd971d4199","serviceDescription":"catalog service description","serviceInvariantUUID":"ca53e5c4-cf56-4a3f-8edb-e39644d5c271","resources":[{"resourceInstanceName":"pNF 25b011eb-83ed 0","resourceName":"pNF 25b011eb-83ed","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3e745e72-3afe-4a65-9bf7-e1d2abc228c2","resourceInvariantUUID":"ec183920-0093-457b-a5af-176c8a914105","resourceCustomizationUUID":"386f0dcb-2fab-4319-83de-b16580fda677","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml","artifactChecksum":"ZWYwMWZhMzVkZDIxOTM1MTRiYzhlMzZiNjE0YThiYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14428971-926d-4b7f-bf42-8fe6437ffedc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c4f0abef-5bdf-495f-8bef-a4a4529fd3a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"042cbbe6-301f-408c-a227-fbfcb56b89a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml","artifactChecksum":"OWM5NDBiYTI1MzhlZGZjMjVjMzZiZjdjYjMwYzMzNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"765c4017-e693-43c1-bd5b-3c6c3eb4d38a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d72abaf-1d51-4a4d-885d-1e05aa7aa3f6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f9dff5ea-6087-4927-bf44-11d67bdbff38","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactChecksum":"MTNhNzEyZjBhY2YzM2EyOTU5ZTQxNmZiOTg5YWI4NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7df4bf1-0ee5-4384-8502-775cbba6d31d","artifactVersion":"1"},{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactChecksum":"NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84d3aeeb-281a-4221-9c76-745438b20267","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:07:56.312Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:07:56.312Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:07:56.312Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:07:56.312Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:07:57.162Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:07:57.313Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:07:57.314Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:07:57.314Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:07:57.314Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:07:58.316Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:07:58.316Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:07:58.316Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:07:58.316Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:07:59.319Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:07:59.319Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:07:59.319Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:07:59.319Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:08:00.172Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:08:00.320Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:08:00.321Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:08:00.321Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:08:00.321Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:08:01.321Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:08:01.322Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:08:01.322Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:08:01.322Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:08:02.323Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:08:02.323Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:08:02.323Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:08:02.324Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:08:03.181Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:08:03.324Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:08:03.325Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:08:03.325Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:08:03.325Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:08:04.326Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "serviceName": "Demo_pNF_rb5D6ZL4SqGkCBxcGhrs",
  "serviceVersion": "1.0",
  "serviceUUID": "c9f67a18-e256-41f3-acaa-b5dd971d4199",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ca53e5c4-cf56-4a3f-8edb-e39644d5c271",
  "resources": [
    {
      "resourceInstanceName": "pNF 25b011eb-83ed 0",
      "resourceCustomizationUUID": "386f0dcb-2fab-4319-83de-b16580fda677",
      "resourceName": "pNF 25b011eb-83ed",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3e745e72-3afe-4a65-9bf7-e1d2abc228c2",
      "resourceInvariantUUID": "ec183920-0093-457b-a5af-176c8a914105",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactChecksum": "NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "84d3aeeb-281a-4221-9c76-745438b20267"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:08:04.326Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:08:04.326Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c9f67a18-e256-41f3-acaa-b5dd971d4199 ASDC
2023-03-27T07:08:04.326Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:84cc4c38-db2e-426f-addf-a3026542286e
ServiceName:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
ServiceVersion:1.0
ServiceUUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
ServiceInvariantUUID:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactUUID:84d3aeeb-281a-4221-9c76-745438b20267
ArtifactChecksum:NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 25b011eb-83ed 0
ResourceCustomizationUUID:386f0dcb-2fab-4319-83de-b16580fda677
ResourceInvariantUUID:ec183920-0093-457b-a5af-176c8a914105
ResourceName:pNF 25b011eb-83ed
ResourceType:PNF
ResourceUUID:3e745e72-3afe-4a65-9bf7-e1d2abc228c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:08:04.327Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9f67a18-e256-41f3-acaa-b5dd971d4199 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-27T07:08:04.360Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:08:04.361Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:08:04.361Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:08:04.361Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267 from URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:08:04.361Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:08:04.361Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:08:04.643Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T07:08:04.645Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar 84d3aeeb-281a-4221-9c76-745438b20267 88018
2023-03-27T07:08:04.645Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T07:08:04.645Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:08:04.645Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:08:04.646Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:08:04.646Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:08:04.646Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900884645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:08:05.647Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:08:05.648Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:08:05.648Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267, URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar to file: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:08:05.648Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:08:05.649Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:08:05.649Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:08:05.748Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2802587210400149278/Definitions/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml
2023-03-27T07:08:06.198Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:08:06.488Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T07:08:06.489Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T07:08:06.489Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:08:06.489Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T07:08:06.489Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:08:06.489Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:08:06.489Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:08:06.489Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:08:06.489Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:08:06.489Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 25b011eb-83ed 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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:08:06.489Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:08:06.489Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T07:08:06.489Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:08:06.489Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:08:06.490Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T07:08:06.490Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T07:08:06.490Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:08:06.490Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:08:06.490Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:08:06.490Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T07:08:06.490Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T07:08:06.490Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:08:06.490Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:08:06.490Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:08:06.490Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:08:06.490Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:08:06.491Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:08:06.491Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:08:06.491Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:08:06.491Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:08:06.491Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:08:06.491Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:08:06.491Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
Description:catalog service description
Model UUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
Model Version:NULL
Model InvariantUuid:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
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-27T07:08:06.525Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||ERROR|500||Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists
2023-03-27T07:08:06.525Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T07:08:06.525Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists)
2023-03-27T07:08:06.526Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:08:06.526Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:08:06.526Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:08:06.526Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900886525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:08:07.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T07:08:07.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists)
2023-03-27T07:08:07.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:08:07.528Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:08:07.528Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:08:07.528Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900887527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:08:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:08:08.231Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:08:08.231Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T07:08:08.238Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:08:08.238Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 20: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T07:08:08.253Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:08:08.253Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:08:08.254Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:08:08.258Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:08:08.258Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:08:08.259Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:08:08.259Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1017, 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-27T07:08:08.259Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:08:08.259Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:08:08.529Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:08:08.550Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:08:08.553Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:08:08.553Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:08:08.553Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:08:08.553Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:08:08.553Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:08:08.553Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:08:08.553Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:08:08.553Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:08:08.553Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T07:08:08.559Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:08:09.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.280Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679900784673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.281Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.281Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679900764291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.281Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.281Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679900761372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.281Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.281Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679900760493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.282Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.282Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679900780477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.282Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.282Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679900780218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.282Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679900784673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679900764291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679900761372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679900760493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679900780477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679900780218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679900784673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679900764291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679900780477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679900761372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679900780218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679900760493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679900784673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679900764291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679900761372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.287Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.287Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679900780218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.287Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.287Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679900780477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.287Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.288Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679900760493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.288Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.288Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679900784673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.288Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.288Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679900764291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.289Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.289Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679900780477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.289Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.289Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679900780218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.289Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.290Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679900761372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.290Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.290Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679900760493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.290Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.290Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679900784673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.291Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679900764291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.291Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679900780477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:08:09.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.291Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679900780218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.291Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679900761372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.292Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679900760493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.292Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679900784673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.292Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679900764291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.292Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679900780477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.292Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679900780218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.293Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679900761372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.293Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679900760493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.293Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679900784673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.293Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679900780477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.293Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679900764291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:08:09.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.294Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679900761372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:08:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.294Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679900780218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:08:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.294Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679900760493,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:08:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.294Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679900784673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:08:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.294Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679900799203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:08:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.294Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679900798292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:08:09.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.295Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679900799229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:08:09.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.295Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679900799043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:08:09.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.295Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679900800206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T07:08:09.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.295Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679900801208,
  "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-27T07:08:09.317Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c29cf5c-3049-4479-9d46-5403e725b90b
2023-03-27T07:08:09.318Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c29cf5c-3049-4479-9d46-5403e725b90b 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-27T07:08:09.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.330Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679900800854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T07:08:09.330Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.330Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679900801858,
  "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-27T07:08:09.337Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c29cf5c-3049-4479-9d46-5403e725b90b
2023-03-27T07:08:09.337Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c29cf5c-3049-4479-9d46-5403e725b90b 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-27T07:08:09.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.351Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679900802811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T07:08:09.351Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.351Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679900803813,
  "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-27T07:08:09.360Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9c29cf5c-3049-4479-9d46-5403e725b90b
2023-03-27T07:08:09.360Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c29cf5c-3049-4479-9d46-5403e725b90b 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-27T07:08:09.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.372Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900838884,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
}
2023-03-27T07:08:09.373Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.373Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.373Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.373Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:08:09.374Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.374Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900841994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:08:09.374Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.375Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900843033,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
}
2023-03-27T07:08:09.375Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.375Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900844035,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
}
2023-03-27T07:08:09.375Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.376Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900875289,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:08:09.376Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.376Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.376Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.377Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.377Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.377Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.377Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.377Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.378Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.378Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.378Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.379Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.379Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.379Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:08:09.379Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.380Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:08:09.380Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.380Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900884645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:08:09.380Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.380Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900886525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
}
2023-03-27T07:08:09.381Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:09.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:08:09.381Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900887527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
}
2023-03-27T07:08:09.381Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:08:38.560Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e 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-27T07:08:38.566Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84cc4c38-db2e-426f-addf-a3026542286e and serviceModelVersionId: c9f67a18-e256-41f3-acaa-b5dd971d4199
2023-03-27T07:08:38.567Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca53e5c4-cf56-4a3f-8edb-e39644d5c271
2023-03-27T07:08:38.567Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0
2023-03-27T07:08:38.574Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:08:38.600Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||Invoke
2023-03-27T07:08:38.601Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[84cc4c38-db2e-426f-addf-a3026542286e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[844cfbaa-ff23-4550-953c-33905e07d3ce], X-ECOMP-RequestID=[84cc4c38-db2e-426f-addf-a3026542286e], X-TransactionId=[], X-ONAP-RequestID=[84cc4c38-db2e-426f-addf-a3026542286e], Content-Type=[application/merge-patch+json]}
2023-03-27T07:08:38.607Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:08:38.742Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?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/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:08:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[606296], x-aai-txid=[2-aai-resources-230327-07:08:38:868-81414], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:08:38.743Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:08:38.744Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||InvokeReturn
2023-03-27T07:08:38.744Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:08:38.744Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T07:08:38.754Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T07:08:38.754Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84cc4c38-db2e-426f-addf-a3026542286e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:08:38.755Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:08:38.755Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:08:38.755Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:08:38.755Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900918754,
  "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-27T07:08:39.774Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T07:08:39.774Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"44440c6a-f1bd-4673-a6af-17a9e4d43911","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"66474687-4800-47ee-9519-ffdde7c80d58","serviceDescription":"service","serviceInvariantUUID":"06e3a032-8f72-4119-9e71-ce6588ba35ba","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a44f77ef-1d28-41e6-9f3e-b645ebc6d2db","resourceInvariantUUID":"83ae637d-0f3e-4be2-928f-2678c9531c1d","resourceCustomizationUUID":"f44634b1-d505-4227-ae5f-6b34b4b2e20c","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":"ZGVjODNkMzc4NmE3OGRjNWJlN2VjN2UwZThjNWVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6436e61f-ee28-423e-aa93-6f9a6b99dc61","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":"NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5194932-b487-47ad-a26e-ae346b8404ad","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":"26286f3d-fc00-47f6-a2d9-b8ba865afff7","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":"32d20314-45a7-4681-b948-6c1f1a813927","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":"49d5da0e-af6a-4340-87b3-1cebc927e26d","artifactVersion":"2","generatedFromUUID":"26286f3d-fc00-47f6-a2d9-b8ba865afff7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjA5YTBhMjY2MTA0MjY1ZDRiZDdjNDlhN2QyOGE4YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5a8020-e861-4d62-903b-69810912298f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25a1eb11-f825-424a-a2ea-fab104107979","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:08:39.774Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:08:39.774Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:08:39.774Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:08:39.775Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:08:40.776Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:08:40.776Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:08:40.776Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:08:40.776Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:08:41.777Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:08:41.777Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:08:41.777Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:08:41.778Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:08:42.779Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:08:42.779Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:08:42.779Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:08:42.779Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:08:43.780Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:08:43.780Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:08:43.780Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:08:43.780Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:08:44.781Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:08:44.782Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:08:44.782Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:08:44.782Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:08:45.783Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:08:45.783Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:08:45.783Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:08:45.783Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:08:46.784Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "66474687-4800-47ee-9519-ffdde7c80d58",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06e3a032-8f72-4119-9e71-ce6588ba35ba",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f44634b1-d505-4227-ae5f-6b34b4b2e20c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a44f77ef-1d28-41e6-9f3e-b645ebc6d2db",
      "resourceInvariantUUID": "83ae637d-0f3e-4be2-928f-2678c9531c1d",
      "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": "NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e5194932-b487-47ad-a26e-ae346b8404ad",
          "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": "26286f3d-fc00-47f6-a2d9-b8ba865afff7",
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
            "generatedFromUUID": "26286f3d-fc00-47f6-a2d9-b8ba865afff7"
          },
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "25a1eb11-f825-424a-a2ea-fab104107979"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:08:46.785Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:08:46.785Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66474687-4800-47ee-9519-ffdde7c80d58 ASDC
2023-03-27T07:08:46.785Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:44440c6a-f1bd-4673-a6af-17a9e4d43911
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:66474687-4800-47ee-9519-ffdde7c80d58
ServiceInvariantUUID:06e3a032-8f72-4119-9e71-ce6588ba35ba
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:25a1eb11-f825-424a-a2ea-fab104107979
ArtifactChecksum:MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f44634b1-d505-4227-ae5f-6b34b4b2e20c
ResourceInvariantUUID:83ae637d-0f3e-4be2-928f-2678c9531c1d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a44f77ef-1d28-41e6-9f3e-b645ebc6d2db
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:e5194932-b487-47ad-a26e-ae346b8404ad
ArtifactChecksum:NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA=
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:26286f3d-fc00-47f6-a2d9-b8ba865afff7
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T07:08:46.785Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66474687-4800-47ee-9519-ffdde7c80d58 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-27T07:08:46.821Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:08:46.822Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:08:46.822Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:08:46.823Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 25a1eb11-f825-424a-a2ea-fab104107979 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T07:08:46.823Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:08:46.823Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T07:08:46.851Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T07:08:46.851Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@33d841fd
2023-03-27T07:08:46.851Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:08:46.852Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-27T07:08:46.852Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 25a1eb11-f825-424a-a2ea-fab104107979 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:08:46.852Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T07:08:46.852Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T07:08:46.852Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:08:46.852Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:08:46.852Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:08:46.852Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900926852,
  "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-27T07:08:47.853Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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:25a1eb11-f825-424a-a2ea-fab104107979)
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-27T07:08:47.896Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists
2023-03-27T07:08:47.896Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T07:08:47.896Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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: 25a1eb11-f825-424a-a2ea-fab104107979 already exists)
2023-03-27T07:08:47.896Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:08:47.897Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:08:47.897Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:08:47.897Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900927896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:08:48.898Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T07:08:48.898Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists)
2023-03-27T07:08:48.898Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:08:48.898Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:08:48.898Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:08:48.898Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900928897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:08:49.899Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:08:49.915Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:08:49.918Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:08:49.918Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:08:49.918Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:08:49.918Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:08:49.919Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:08:49.919Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:08:49.919Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:08:49.919Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:08:49.919Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T07:08:49.926Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:09:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:09:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:09:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900918754,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:09:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:09:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:09:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:09:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:09:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:09:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T07:09:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:09:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:09:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:09:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:09:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:09:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:09:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:09:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:09:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-27T07:09:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:09:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:09:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:09:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:09:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:09:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:09:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:09:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:09:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900926852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:09:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:09:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:09:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900927896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
}
2023-03-27T07:09:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:09:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:09:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900928897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
}
2023-03-27T07:09:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:09:19.927Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 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-27T07:09:19.936Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 and serviceModelVersionId: 66474687-4800-47ee-9519-ffdde7c80d58
2023-03-27T07:09:19.936Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06e3a032-8f72-4119-9e71-ce6588ba35ba
2023-03-27T07:09:19.937Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0
2023-03-27T07:09:19.944Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:09:19.968Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||Invoke
2023-03-27T07:09:19.968Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[46066ad9-4f95-445b-a2fd-6fc2b17a7686], X-ECOMP-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], X-TransactionId=[], X-ONAP-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], Content-Type=[application/merge-patch+json]}
2023-03-27T07:09:19.977Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:09:20.111Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?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/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:09:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[622680], x-aai-txid=[2-aai-resources-230327-07:09:20:239-5765], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:09:20.111Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:09:20.112Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||InvokeReturn
2023-03-27T07:09:20.112Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:09:20.112Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T07:09:20.126Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T07:09:20.126Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44440c6a-f1bd-4673-a6af-17a9e4d43911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:09:20.141Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:09:20.141Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:09:20.141Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:09:20.142Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900960141,
  "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-27T07:09:21.176Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T07:09:21.177Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fb069806-7103-42ce-8df3-e480daf71898","serviceName":"Demo_pNF_D3HhjAtcfiYdMHCOjLF8","serviceVersion":"1.0","serviceUUID":"36a9b3c7-8008-4b34-8be0-93b823fb96bc","serviceDescription":"catalog service description","serviceInvariantUUID":"b2abb50e-ff02-4005-870a-ca1443dfa3d5","resources":[{"resourceInstanceName":"pNF 9a79bd24-07f4 0","resourceName":"pNF 9a79bd24-07f4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6df265a8-d850-4669-a844-4a1656086477","resourceInvariantUUID":"92fc1e25-d0aa-4c89-855c-bfcc23086aaa","resourceCustomizationUUID":"bf26122f-f23a-4041-934f-2adf99a4ef14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml","artifactChecksum":"OTFhZGNlNzRkNzkyOGZkYTM5ZjM5MGYzMzNlYTQ4OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c427823f-0372-4b6d-96ed-08b469563eb3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b8b9f5-ffd7-49bf-a2dd-ecb33158cccc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51f957eb-6964-4847-ab99-ad0bba10add7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml","artifactChecksum":"NWYyNWU4MjJkOWIyZTQ3ZTFhMjZiMjEzYmRhZDRlYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"506426ca-f753-4cd5-be4f-5ed16bad5108","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88412ef9-0769-424b-b764-5a360f475862","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0dfd5cf0-bcd7-457f-b3e4-334243d77a6f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml","artifactChecksum":"OTBjZjIzYTlhMGZjNWUyOTA5M2U3YWFkZjI4MjQ3OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2b48d5f-7f53-4253-887f-e971bf6eaccb","artifactVersion":"1"},{"artifactName":"service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar","artifactChecksum":"NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9748f029-6a0a-48f7-834c-243ebb08ef44","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:09:21.177Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:09:21.177Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:09:21.177Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:09:21.177Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:09:22.178Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:09:22.179Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:09:22.179Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:09:22.179Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:09:23.180Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:09:23.180Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:09:23.180Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:09:23.180Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:09:24.181Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:09:24.181Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:09:24.181Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:09:24.181Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:09:25.182Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:09:25.182Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:09:25.183Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:09:25.183Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:09:26.183Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:09:26.183Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:09:26.183Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:09:26.184Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:09:27.184Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:09:27.185Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:09:27.185Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:09:27.185Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:09:28.186Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:09:28.186Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:09:28.186Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:09:28.187Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:09:29.187Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "serviceName": "Demo_pNF_D3HhjAtcfiYdMHCOjLF8",
  "serviceVersion": "1.0",
  "serviceUUID": "36a9b3c7-8008-4b34-8be0-93b823fb96bc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b2abb50e-ff02-4005-870a-ca1443dfa3d5",
  "resources": [
    {
      "resourceInstanceName": "pNF 9a79bd24-07f4 0",
      "resourceCustomizationUUID": "bf26122f-f23a-4041-934f-2adf99a4ef14",
      "resourceName": "pNF 9a79bd24-07f4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6df265a8-d850-4669-a844-4a1656086477",
      "resourceInvariantUUID": "92fc1e25-d0aa-4c89-855c-bfcc23086aaa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
      "artifactChecksum": "NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9748f029-6a0a-48f7-834c-243ebb08ef44"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:09:29.188Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:09:29.188Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 36a9b3c7-8008-4b34-8be0-93b823fb96bc ASDC
2023-03-27T07:09:29.188Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fb069806-7103-42ce-8df3-e480daf71898
ServiceName:Demo_pNF_D3HhjAtcfiYdMHCOjLF8
ServiceVersion:1.0
ServiceUUID:36a9b3c7-8008-4b34-8be0-93b823fb96bc
ServiceInvariantUUID:b2abb50e-ff02-4005-870a-ca1443dfa3d5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
ArtifactUUID:9748f029-6a0a-48f7-834c-243ebb08ef44
ArtifactChecksum:NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9a79bd24-07f4 0
ResourceCustomizationUUID:bf26122f-f23a-4041-934f-2adf99a4ef14
ResourceInvariantUUID:92fc1e25-d0aa-4c89-855c-bfcc23086aaa
ResourceName:pNF 9a79bd24-07f4
ResourceType:PNF
ResourceUUID:6df265a8-d850-4669-a844-4a1656086477
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:09:29.188Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36a9b3c7-8008-4b34-8be0-93b823fb96bc 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-27T07:09:29.239Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:09:29.240Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:09:29.240Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:09:29.240Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 from URL: /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:09:29.240Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:09:29.240Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:09:29.666Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T07:09:29.671Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar 9748f029-6a0a-48f7-834c-243ebb08ef44 88009
2023-03-27T07:09:29.671Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T07:09:29.671Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:09:29.671Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:09:29.672Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:09:29.672Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:09:29.672Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900969671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:09:30.673Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:09:30.674Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:09:30.674Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44, URL: /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar to file: /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:09:30.674Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:09:30.675Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:09:30.675Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:09:30.764Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7886606475308120061/Definitions/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml
2023-03-27T07:09:31.437Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T07:09:31.437Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T07:09:31.438Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:09:31.438Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T07:09:31.438Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:09:31.438Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9a79bd24-07f4 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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:09:31.438Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:09:31.438Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:09:31.438Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:09:31.438Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:09:31.438Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:09:31.438Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T07:09:31.438Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:09:31.438Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:09:31.438Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Node template pNF 9a79bd24-07f4 0 is matching search criteria
2023-03-27T07:09:31.438Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T07:09:31.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 9a79bd24-07f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:09:31.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:09:31.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:09:31.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Node template pNF 9a79bd24-07f4 0 is matching search criteria
2023-03-27T07:09:31.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T07:09:31.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 9a79bd24-07f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:09:31.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:09:31.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:09:31.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:09:31.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:09:31.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:09:31.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:09:31.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:09:31.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:09:31.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:09:31.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:09:31.440Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_D3HhjAtcfiYdMHCOjLF8
Description:catalog service description
Model UUID:36a9b3c7-8008-4b34-8be0-93b823fb96bc
Model Version:NULL
Model InvariantUuid:b2abb50e-ff02-4005-870a-ca1443dfa3d5
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-27T07:09:31.484Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||ERROR|500||Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists
2023-03-27T07:09:31.484Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T07:09:31.484Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar(Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists)
2023-03-27T07:09:31.484Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:09:31.485Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:09:31.485Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:09:31.485Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900971484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:09:32.486Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T07:09:32.487Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar(Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists)
2023-03-27T07:09:32.487Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:09:32.487Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:09:32.487Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:09:32.487Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900972486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:09:33.488Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb069806-7103-42ce-8df3-e480daf71898
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:09:33.513Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb069806-7103-42ce-8df3-e480daf71898
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:09:33.519Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:09:33.519Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:09:33.519Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:09:33.519Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:09:33.519Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:09:33.520Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:09:33.520Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:09:33.520Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:09:33.520Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-27T07:09:33.537Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:10:03.538Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb069806-7103-42ce-8df3-e480daf71898 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-27T07:10:03.551Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb069806-7103-42ce-8df3-e480daf71898 and serviceModelVersionId: 36a9b3c7-8008-4b34-8be0-93b823fb96bc
2023-03-27T07:10:03.552Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2abb50e-ff02-4005-870a-ca1443dfa3d5
2023-03-27T07:10:03.552Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0
2023-03-27T07:10:03.559Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:10:03.588Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|INFO|500||Invoke
2023-03-27T07:10:03.589Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb069806-7103-42ce-8df3-e480daf71898], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9d8c23ac-892e-44f9-ab13-992d8df5f29f], X-ECOMP-RequestID=[fb069806-7103-42ce-8df3-e480daf71898], X-TransactionId=[], X-ONAP-RequestID=[fb069806-7103-42ce-8df3-e480daf71898], Content-Type=[application/merge-patch+json]}
2023-03-27T07:10:03.597Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:10:03.739Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?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/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:10:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[667736], x-aai-txid=[2-aai-resources-230327-07:10:03:858-34229], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:10:03.739Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:10:03.740Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|INFO|500||InvokeReturn
2023-03-27T07:10:03.740Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:10:03.740Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-27T07:10:03.754Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-27T07:10:03.754Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb069806-7103-42ce-8df3-e480daf71898 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:10:03.755Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:10:03.755Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:03.755Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:03.755Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901003754,
  "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-27T07:10:04.794Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T07:10:04.795Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a2623c34-c0a0-4673-8207-8bd402f0c55d","serviceName":"Demo_pNF_pBWRKQCWjqybRW6LYJID","serviceVersion":"1.0","serviceUUID":"494a7660-038a-4dba-be02-5b8a38ae6125","serviceDescription":"catalog service description","serviceInvariantUUID":"08360dba-7899-40cc-8930-c944abd051b0","resources":[{"resourceInstanceName":"pNF 035dda5d-e50d 0","resourceName":"pNF 035dda5d-e50d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ed4aaad3-22fb-4764-94bc-f857208b0501","resourceInvariantUUID":"e221df97-9f93-43d2-9975-1d33e713ee60","resourceCustomizationUUID":"64b8380e-2a69-4388-8d46-f034c2b96427","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml","artifactChecksum":"MTM1NDdmYmNiOWE0NWE4ZDljOTM4ZGRjMTNhNWUzMjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f6bca62-6723-4e06-8c8d-c3a3946991ce","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8354b947-405f-49f0-ac3c-cb12691e1cb1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a859e1f9-ded7-4fa2-b6ef-804a46a5655b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml","artifactChecksum":"OGEwZjFiNDRhNzc3Y2NiNGZlNTQxMzY2NTdhNWI5ZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c39e810b-fb05-4f1a-9be4-d1e4236ff5e3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5eb8a855-3db7-496f-be6e-baa7bfdfd687","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a8cdab2d-31f5-494b-ba3b-818e6c518abd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml","artifactChecksum":"NDgyYzdiN2Y4YjM1NTIzM2M1YTljZmIzZjgwMmJlYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e099cc82-e0a6-401a-9011-e3b86b4ac2d6","artifactVersion":"1"},{"artifactName":"service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar","artifactChecksum":"OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95090021-a94f-4d6c-99a3-75e3f0de68ed","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:10:04.795Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:10:04.795Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:04.795Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:04.795Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:10:05.796Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:10:05.796Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:05.796Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:05.796Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:10:06.797Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:10:06.798Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:06.798Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:06.798Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:10:07.799Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:10:07.800Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:07.800Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:07.800Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:10:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:10:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:10:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900960141,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:10:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:10:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:10:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:10:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:10:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:10:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:10:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:10:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:10:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:10:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:10:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:10:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900969671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900971484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists"
}
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900972486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists"
}
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901003754,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:10:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:10:08.801Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:10:08.802Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:08.802Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:08.802Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:10:09.803Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:10:09.803Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:09.803Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:09.803Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:10:10.804Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:10:10.805Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:10.805Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:10.805Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:10:11.806Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:10:11.806Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:11.806Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:11.806Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:10:12.807Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "serviceName": "Demo_pNF_pBWRKQCWjqybRW6LYJID",
  "serviceVersion": "1.0",
  "serviceUUID": "494a7660-038a-4dba-be02-5b8a38ae6125",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "08360dba-7899-40cc-8930-c944abd051b0",
  "resources": [
    {
      "resourceInstanceName": "pNF 035dda5d-e50d 0",
      "resourceCustomizationUUID": "64b8380e-2a69-4388-8d46-f034c2b96427",
      "resourceName": "pNF 035dda5d-e50d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ed4aaad3-22fb-4764-94bc-f857208b0501",
      "resourceInvariantUUID": "e221df97-9f93-43d2-9975-1d33e713ee60",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
      "artifactChecksum": "OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "95090021-a94f-4d6c-99a3-75e3f0de68ed"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:10:12.807Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:10:12.808Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 494a7660-038a-4dba-be02-5b8a38ae6125 ASDC
2023-03-27T07:10:12.808Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a2623c34-c0a0-4673-8207-8bd402f0c55d
ServiceName:Demo_pNF_pBWRKQCWjqybRW6LYJID
ServiceVersion:1.0
ServiceUUID:494a7660-038a-4dba-be02-5b8a38ae6125
ServiceInvariantUUID:08360dba-7899-40cc-8930-c944abd051b0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
ArtifactUUID:95090021-a94f-4d6c-99a3-75e3f0de68ed
ArtifactChecksum:OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 035dda5d-e50d 0
ResourceCustomizationUUID:64b8380e-2a69-4388-8d46-f034c2b96427
ResourceInvariantUUID:e221df97-9f93-43d2-9975-1d33e713ee60
ResourceName:pNF 035dda5d-e50d
ResourceType:PNF
ResourceUUID:ed4aaad3-22fb-4764-94bc-f857208b0501
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:10:12.808Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 494a7660-038a-4dba-be02-5b8a38ae6125 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-27T07:10:12.864Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:10:12.865Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:10:12.865Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:10:12.865Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed from URL: /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:10:12.865Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:10:12.865Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:10:13.168Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T07:10:13.172Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar 95090021-a94f-4d6c-99a3-75e3f0de68ed 88023
2023-03-27T07:10:13.172Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar ASDC sendASDCNotification
2023-03-27T07:10:13.172Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:10:13.172Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:10:13.172Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:13.173Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:13.173Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901013172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:10:14.173Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:10:14.174Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:10:14.174Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed, URL: /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar to file: /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:10:14.175Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:10:14.175Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:10:14.175Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:10:14.338Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7931986370966620029/Definitions/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml
2023-03-27T07:10:14.934Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T07:10:14.934Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T07:10:14.934Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:10:14.934Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T07:10:14.934Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 035dda5d-e50d 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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:10:14.934Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:10:14.935Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:10:14.935Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:10:14.935Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:10:14.935Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:10:14.935Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:10:14.935Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T07:10:14.935Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:10:14.935Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:10:14.935Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Node template pNF 035dda5d-e50d 0 is matching search criteria
2023-03-27T07:10:14.935Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T07:10:14.936Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 035dda5d-e50d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:10:14.936Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:10:14.936Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:10:14.936Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Node template pNF 035dda5d-e50d 0 is matching search criteria
2023-03-27T07:10:14.936Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T07:10:14.936Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 035dda5d-e50d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:10:14.936Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:10:14.936Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:10:14.936Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:10:14.936Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:10:14.936Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:10:14.936Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:10:14.936Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:10:14.937Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:10:14.937Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:10:14.937Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:10:14.937Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_pBWRKQCWjqybRW6LYJID
Description:catalog service description
Model UUID:494a7660-038a-4dba-be02-5b8a38ae6125
Model Version:NULL
Model InvariantUuid:08360dba-7899-40cc-8930-c944abd051b0
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-27T07:10:14.984Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||ERROR|500||Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists
2023-03-27T07:10:14.984Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar ASDC sendASDCNotification
2023-03-27T07:10:14.985Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar(Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists)
2023-03-27T07:10:14.985Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:10:14.985Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:14.985Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:14.985Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901014984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:10:15.986Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar ASDC sendASDCNotification
2023-03-27T07:10:15.986Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar(Resource with UUID: ed4aaad3-22fb-4764-94bc-f857208b0501 already exists)
2023-03-27T07:10:15.987Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:10:15.987Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:15.987Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:15.987Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901015986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ed4aaad3-22fb-4764-94bc-f857208b0501 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:10:16.988Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:10:17.018Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:10:17.023Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:10:17.023Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:10:17.023Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:10:17.023Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:10:17.023Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:10:17.023Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:10:17.023Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:10:17.023Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:10:17.023Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-27T07:10:17.041Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:10:47.042Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d 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-27T07:10:47.049Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2623c34-c0a0-4673-8207-8bd402f0c55d and serviceModelVersionId: 494a7660-038a-4dba-be02-5b8a38ae6125
2023-03-27T07:10:47.050Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08360dba-7899-40cc-8930-c944abd051b0
2023-03-27T07:10:47.051Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0
2023-03-27T07:10:47.058Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:10:47.086Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|INFO|500||Invoke
2023-03-27T07:10:47.086Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2623c34-c0a0-4673-8207-8bd402f0c55d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bedbcafe-e98b-45f7-ab7f-f30562c0426d], X-ECOMP-RequestID=[a2623c34-c0a0-4673-8207-8bd402f0c55d], X-TransactionId=[], X-ONAP-RequestID=[a2623c34-c0a0-4673-8207-8bd402f0c55d], Content-Type=[application/merge-patch+json]}
2023-03-27T07:10:47.097Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:10:47.252Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?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/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:10:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[675928], x-aai-txid=[2-aai-resources-230327-07:10:47:359-26831], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:10:47.253Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:10:47.253Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|INFO|500||InvokeReturn
2023-03-27T07:10:47.254Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:10:47.254Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-27T07:10:47.267Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-27T07:10:47.268Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2623c34-c0a0-4673-8207-8bd402f0c55d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:10:47.268Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:10:47.268Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:47.268Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:47.268Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901047268,
  "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-27T07:10:48.299Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T07:10:48.299Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"b6ef30bd-e7e6-4686-b045-d92b84d9994d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"5db69c29-4878-4857-8549-92154e5017b7","serviceDescription":"service","serviceInvariantUUID":"d2498e70-a483-4840-b460-685f99ad0bec","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3587282d-54f5-4da1-a73a-6c11a04ca6df","resourceInvariantUUID":"4d4a3ff3-baca-4b13-b544-1c263d228a3b","resourceCustomizationUUID":"2a4e1c33-baec-43e9-b687-aaa514c5ba47","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":"ZGEwODEyYWUzM2ZkYjQyNmQ0OTlmOTg3MjFkODA0NWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4d9f86f-2f6d-4d1c-aa84-aaab87f6ea74","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":"ZmFmNzg3ODlhY2U5MTc1NjllNzEyMjA3M2JlYmJkMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be4c3235-7b24-4df1-bf81-abddf0329a92","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":"04609c7c-3567-423f-ac96-f4ee063bb596","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":"6231e6fe-6f4a-41bb-b227-c7d13584fe58","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":"285bac2c-e238-4f61-b44b-eb34ca4be99f","artifactVersion":"2","generatedFromUUID":"5c082ebc-8459-439e-a420-579528122ac7"},{"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":"83d6e0dd-0186-4320-8e37-293b672c2f7b","artifactVersion":"2","generatedFromUUID":"04609c7c-3567-423f-ac96-f4ee063bb596"},{"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":"5c082ebc-8459-439e-a420-579528122ac7","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":"878c65b5-c6e3-4dfc-ab86-d26626205125","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":"ZDgyOWM5ZTQ3YjU1YWJkNTU3NTIwNmYwYzBkODU4NjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76e7cd29-c150-497e-a2c7-d8dce79ec30f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Nzk4ZjIyYzE1ZTNmZTdjYWU3YTJhOWYxYTBkYmQyYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a5166728-b94b-4029-8d2f-31af64d00cd9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:10:48.300Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:10:48.300Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:48.300Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:48.300Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:10:49.300Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:10:49.301Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:49.301Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:49.301Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:10:50.302Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:10:50.303Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:50.303Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:50.303Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:10:51.304Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:10:51.304Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:51.304Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:51.304Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:10:52.305Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:10:52.305Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:52.305Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:52.305Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:10:53.306Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:10:53.307Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:53.307Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:53.307Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:10:54.308Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:10:54.308Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:54.308Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:54.308Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:10:55.309Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:10:55.309Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:55.309Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:55.309Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:10:56.310Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:10:56.310Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:56.310Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:56.311Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:10:57.311Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:10:57.312Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:57.312Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:57.312Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:10:58.313Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5db69c29-4878-4857-8549-92154e5017b7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d2498e70-a483-4840-b460-685f99ad0bec",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "2a4e1c33-baec-43e9-b687-aaa514c5ba47",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3587282d-54f5-4da1-a73a-6c11a04ca6df",
      "resourceInvariantUUID": "4d4a3ff3-baca-4b13-b544-1c263d228a3b",
      "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": "ZmFmNzg3ODlhY2U5MTc1NjllNzEyMjA3M2JlYmJkMTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "be4c3235-7b24-4df1-bf81-abddf0329a92",
          "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": "04609c7c-3567-423f-ac96-f4ee063bb596",
          "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": "83d6e0dd-0186-4320-8e37-293b672c2f7b",
            "generatedFromUUID": "04609c7c-3567-423f-ac96-f4ee063bb596"
          },
          "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": "285bac2c-e238-4f61-b44b-eb34ca4be99f",
          "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": "83d6e0dd-0186-4320-8e37-293b672c2f7b",
          "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": "5c082ebc-8459-439e-a420-579528122ac7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Nzk4ZjIyYzE1ZTNmZTdjYWU3YTJhOWYxYTBkYmQyYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a5166728-b94b-4029-8d2f-31af64d00cd9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:10:58.314Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:10:58.314Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5db69c29-4878-4857-8549-92154e5017b7 ASDC
2023-03-27T07:10:58.314Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b6ef30bd-e7e6-4686-b045-d92b84d9994d
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:5db69c29-4878-4857-8549-92154e5017b7
ServiceInvariantUUID:d2498e70-a483-4840-b460-685f99ad0bec
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:a5166728-b94b-4029-8d2f-31af64d00cd9
ArtifactChecksum:Nzk4ZjIyYzE1ZTNmZTdjYWU3YTJhOWYxYTBkYmQyYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:2a4e1c33-baec-43e9-b687-aaa514c5ba47
ResourceInvariantUUID:4d4a3ff3-baca-4b13-b544-1c263d228a3b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:3587282d-54f5-4da1-a73a-6c11a04ca6df
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:be4c3235-7b24-4df1-bf81-abddf0329a92
ArtifactChecksum:ZmFmNzg3ODlhY2U5MTc1NjllNzEyMjA3M2JlYmJkMTg=
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:04609c7c-3567-423f-ac96-f4ee063bb596
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:83d6e0dd-0186-4320-8e37-293b672c2f7b
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:285bac2c-e238-4f61-b44b-eb34ca4be99f
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:83d6e0dd-0186-4320-8e37-293b672c2f7b
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:5c082ebc-8459-439e-a420-579528122ac7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T07:10:58.314Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5db69c29-4878-4857-8549-92154e5017b7 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-27T07:10:58.367Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:10:58.367Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:10:58.367Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:10:58.367Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-27T07:10:58.368Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:10:58.368Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-27T07:10:58.704Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T07:10:58.711Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a5166728-b94b-4029-8d2f-31af64d00cd9 163278
2023-03-27T07:10:58.711Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:10:58.712Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:10:58.712Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:10:58.712Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:10:58.712Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:10:58.712Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901058711,
  "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-27T07:10:59.713Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:10:59.714Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:10:59.715Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a5166728-b94b-4029-8d2f-31af64d00cd9, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:10:59.715Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-27T07:10:59.716Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:10:59.716Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:10:59.818Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14724141589952880488/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-27T07:11:00.790Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T07:11:00.791Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T07:11:00.791Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:11:00.791Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-27T07:11:00.791Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:11:00.791Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:11:00.791Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:11:00.791Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:11:00.791Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T07:11:00.792Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:11:00.792Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:11:00.792Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:11:00.792Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T07:11:00.792Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:11:00.792Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:11:00.792Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:11:00.793Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:11:00.793Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T07:11:00.793Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:11:00.793Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:11:00.793Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:11:00.793Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:11:00.793Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-27T07:11:00.793Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-27T07:11:00.794Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-27T07:11:00.794Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-27T07:11:00.794Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:11:00.794Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-27T07:11:00.794Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:11:00.794Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:11:00.794Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T07:11:00.795Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:11:00.795Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:11:00.795Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T07:11:00.795Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:11:00.795Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:11:00.795Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T07:11:00.795Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:11:00.796Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:11:00.796Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T07:11:00.796Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:11:00.796Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-27T07:11:00.796Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-27T07:11:00.796Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c68f858a-0ebd-479d-ba88-b3ca6d316cbd
2023-03-27T07:11:00.796Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:11:00.796Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:11:00.796Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:11:00.796Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:11:00.797Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:11:00.797Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:11:00.798Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:11:00.798Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:11:00.798Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:5db69c29-4878-4857-8549-92154e5017b7
Model Version:NULL
Model InvariantUuid:d2498e70-a483-4840-b460-685f99ad0bec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:33e445aa-9903-4a5e-b3d3-8cd63cb65a8a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4d4a3ff3-baca-4b13-b544-1c263d228a3b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2a4e1c33-baec-43e9-b687-aaa514c5ba47
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:629bd09c-14f7-478b-95cc-9ce5ea60f27b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:bd592aef-aa44-493a-b333-753982b10931
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:f5110d65-cd6e-44b6-8948-f321f1bf1c03
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e83320a1-3011-45e9-a4e5-027894534661
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c68f858a-0ebd-479d-ba88-b3ca6d316cbd
ModelInvariantUuid:7c546e16-938c-4f5f-9ee4-ac2f2313dc09
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:dd2b4992-f375-4565-aa32-b219deed4c8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:9c4d9637-7d2f-47c0-bcfa-542a3dfe8b8c
ModelInvariantUuid:92fc1ae5-92f8-4bad-affa-bde363f0a981
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a059bed1-2b84-4497-b82a-59715d1d3a73
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-27T07:11:00.830Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||ERROR|500||Csar with UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 already exists
2023-03-27T07:11:00.830Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:11:00.830Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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: a5166728-b94b-4029-8d2f-31af64d00cd9 already exists)
2023-03-27T07:11:00.830Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:11:00.830Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:11:00.831Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:11:00.831Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901060830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:11:01.832Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:11:01.832Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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: 3587282d-54f5-4da1-a73a-6c11a04ca6df already exists)
2023-03-27T07:11:01.832Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:11:01.832Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:11:01.833Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:11:01.833Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901061832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3587282d-54f5-4da1-a73a-6c11a04ca6df already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:11:02.833Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:11:02.856Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:11:02.860Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:11:02.860Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:11:02.860Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:11:02.860Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:11:02.860Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:11:02.860Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:11:02.860Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:11:02.860Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:11:02.860Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:11:02.873Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:11:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:11:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:11:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901013172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901014984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists"
}
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901015986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ed4aaad3-22fb-4764-94bc-f857208b0501 already exists"
}
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901047268,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901058711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901060830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 already exists"
}
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901061832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3587282d-54f5-4da1-a73a-6c11a04ca6df already exists"
}
2023-03-27T07:11:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:11:32.873Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d 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-27T07:11:32.883Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d and serviceModelVersionId: 5db69c29-4878-4857-8549-92154e5017b7
2023-03-27T07:11:32.883Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2498e70-a483-4840-b460-685f99ad0bec
2023-03-27T07:11:32.884Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0
2023-03-27T07:11:32.891Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:11:32.913Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?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-27T07:11:32.914Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|INFO|500||Invoke
2023-03-27T07:11:32.921Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:11:33.071Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|INFO|500||InvokeReturn
2023-03-27T07:11:33.072Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:11:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[200808], x-aai-txid=[0-aai-resources-230327-07:11:33:184-67345], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:11:33.072Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:11:33.073Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:11:33.073Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:11:33.084Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:11:33.084Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b6ef30bd-e7e6-4686-b045-d92b84d9994d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:11:33.085Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:11:33.085Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:11:33.085Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:11:33.086Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901093084,
  "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-27T07:11:34.119Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T07:11:34.120Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"e3417ef5-3b41-4758-ae5f-7ba4d01c0af0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0922484c-c6e0-4495-9019-dbfb0b0a235e","serviceDescription":"service","serviceInvariantUUID":"fc8e86ba-2a91-4747-8a35-c3886f28bacb","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22e67af8-2d8d-4a40-afbf-f5aff5f92dfc","resourceInvariantUUID":"a8fb0cf7-a7ef-4816-a1fc-02cdbf7d0dc2","resourceCustomizationUUID":"a5c545a2-577a-4ce9-9290-5757df5641cc","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":"MTk2MWY5MWRhNjZhMTI4OGUzYzBjYzE3NDVkNDRmMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d762d588-a610-4429-a313-58a23a43386f","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":"NTQ3MGU5NjhlNDQ0NzE5OWZjYTdmZDk3OTIzMTAzYzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"521bf78b-8c69-42dd-b2fa-da978faf3a98","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":"2d284b6d-0190-44f2-b19e-a97bbcfacb71","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":"6d049835-8c05-4e82-b5b0-fb1544509d6a","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":"d7e4c399-f5d3-4e8b-b09e-434533da9442","artifactVersion":"2","generatedFromUUID":"2d284b6d-0190-44f2-b19e-a97bbcfacb71"},{"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":"MTQ0NzJiN2Q1NjI4YjJmYTFlMTU4MGJhNTZiYWUyNTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d6bedadd-0e88-494c-89ba-f65e5bb7859c","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":"ZTJlYTFiOWNkMGRiNTJjZDkzMzU3OWQ2MTg2Y2ViZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf195fad-fd0d-4bac-881e-0a44cb25998f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OGMxZDdmNzIyNjc2MWI3ZDc5NTNjZjUwNTYwNDlmYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:11:34.120Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:11:34.121Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:11:34.121Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:11:34.122Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:11:35.124Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:11:35.124Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:11:35.125Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:11:35.125Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:11:36.126Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:11:36.126Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:11:36.126Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:11:36.126Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:11:37.127Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:11:37.128Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:11:37.128Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:11:37.128Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:11:38.129Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:11:38.129Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:11:38.129Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:11:38.129Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:11:39.130Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:11:39.131Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:11:39.131Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:11:39.131Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:11:40.132Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:11:40.132Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:11:40.133Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:11:40.133Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:11:41.134Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:11:41.135Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:11:41.135Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:11:41.135Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:11:42.136Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0922484c-c6e0-4495-9019-dbfb0b0a235e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fc8e86ba-2a91-4747-8a35-c3886f28bacb",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "a5c545a2-577a-4ce9-9290-5757df5641cc",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "22e67af8-2d8d-4a40-afbf-f5aff5f92dfc",
      "resourceInvariantUUID": "a8fb0cf7-a7ef-4816-a1fc-02cdbf7d0dc2",
      "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": "NTQ3MGU5NjhlNDQ0NzE5OWZjYTdmZDk3OTIzMTAzYzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "521bf78b-8c69-42dd-b2fa-da978faf3a98",
          "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": "2d284b6d-0190-44f2-b19e-a97bbcfacb71",
          "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": "d7e4c399-f5d3-4e8b-b09e-434533da9442",
            "generatedFromUUID": "2d284b6d-0190-44f2-b19e-a97bbcfacb71"
          },
          "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": "d7e4c399-f5d3-4e8b-b09e-434533da9442",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OGMxZDdmNzIyNjc2MWI3ZDc5NTNjZjUwNTYwNDlmYzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:11:42.136Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:11:42.136Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0922484c-c6e0-4495-9019-dbfb0b0a235e ASDC
2023-03-27T07:11:42.136Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0922484c-c6e0-4495-9019-dbfb0b0a235e
ServiceInvariantUUID:fc8e86ba-2a91-4747-8a35-c3886f28bacb
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:73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34
ArtifactChecksum:OGMxZDdmNzIyNjc2MWI3ZDc5NTNjZjUwNTYwNDlmYzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:a5c545a2-577a-4ce9-9290-5757df5641cc
ResourceInvariantUUID:a8fb0cf7-a7ef-4816-a1fc-02cdbf7d0dc2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:22e67af8-2d8d-4a40-afbf-f5aff5f92dfc
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:521bf78b-8c69-42dd-b2fa-da978faf3a98
ArtifactChecksum:NTQ3MGU5NjhlNDQ0NzE5OWZjYTdmZDk3OTIzMTAzYzU=
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:2d284b6d-0190-44f2-b19e-a97bbcfacb71
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:d7e4c399-f5d3-4e8b-b09e-434533da9442
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:d7e4c399-f5d3-4e8b-b09e-434533da9442
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T07:11:42.136Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0922484c-c6e0-4495-9019-dbfb0b0a235e 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-27T07:11:42.176Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:11:42.176Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:11:42.176Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:11:42.177Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-27T07:11:42.177Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:11:42.177Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-27T07:11:42.199Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T07:11:42.199Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@f01e4de
2023-03-27T07:11:42.199Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:11:42.200Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-27T07:11:42.200Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:11:42.200Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T07:11:42.200Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T07:11:42.200Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:11:42.200Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:11:42.200Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:11:42.201Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901102200,
  "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-27T07:11:43.201Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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:73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34)
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-27T07:11:43.247Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||ERROR|500||Csar with UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 already exists
2023-03-27T07:11:43.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T07:11:43.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 already exists)
2023-03-27T07:11:43.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:11:43.248Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:11:43.249Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:11:43.249Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901103248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:11:44.250Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T07:11:44.250Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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: 22e67af8-2d8d-4a40-afbf-f5aff5f92dfc already exists)
2023-03-27T07:11:44.251Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:11:44.251Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:11:44.251Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:11:44.251Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901104250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22e67af8-2d8d-4a40-afbf-f5aff5f92dfc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:11:45.252Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:11:45.275Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:11:45.279Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:11:45.279Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:11:45.279Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:11:45.279Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:11:45.279Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:11:45.279Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:11:45.279Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:11:45.280Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:11:45.280Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T07:11:45.292Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:12:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:12:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:12:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901093084,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:12:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:12:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:12:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:12:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:12:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:12:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T07:12:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:12:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:12:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:12:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:12:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:12:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:12:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:12:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:12:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-27T07:12:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:12:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:12:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:12:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:12:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:12:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:12:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:12:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:12:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:12:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:12:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:12:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901102200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:12:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:12:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:12:08.229Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901103248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 already exists"
}
2023-03-27T07:12:08.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:12:08.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:12:08.229Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901104250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22e67af8-2d8d-4a40-afbf-f5aff5f92dfc already exists"
}
2023-03-27T07:12:08.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:12:15.292Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 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-27T07:12:15.301Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 and serviceModelVersionId: 0922484c-c6e0-4495-9019-dbfb0b0a235e
2023-03-27T07:12:15.301Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc8e86ba-2a91-4747-8a35-c3886f28bacb
2023-03-27T07:12:15.302Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0
2023-03-27T07:12:15.308Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:12:15.327Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?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-27T07:12:15.327Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|INFO|500||Invoke
2023-03-27T07:12:15.338Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:12:15.474Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|INFO|500||InvokeReturn
2023-03-27T07:12:15.475Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:12:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[249928], x-aai-txid=[0-aai-resources-230327-07:12:15:601-71169], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:12:15.475Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:12:15.475Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:12:15.475Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T07:12:15.484Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T07:12:15.484Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:12:15.484Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:12:15.484Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:12:15.484Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:12:15.484Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901135484,
  "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-27T07:12:16.517Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T07:12:16.517Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4ea60221-fafe-4146-a40a-1e53a7609760","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6ad39928-cef3-4501-b97b-1f279fe0b99e","serviceDescription":"service","serviceInvariantUUID":"97d6924d-25ed-4c3f-a80f-5f86c649040a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3631eeb1-3027-4b6e-af5c-33622d466c18","resourceInvariantUUID":"19b2af55-44ab-4db0-8b71-a3a12d7dd8bf","resourceCustomizationUUID":"638e2869-cd11-45f5-a35e-88e90047411e","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":"YzQ4MGEyZDhiMDBiZDUzZDFlZGE5NzMyYjdmNTFiMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"109aabf0-5283-4868-996f-2b53a1022d81","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":"d7e9a587-452e-4a6a-8322-1de213042c96","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":"456e8757-02b8-49af-abe9-a4f4128666ca","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":"OTU1NjBjNWIwMzk3MGJiZWZmNTQ3MGEwNDhlMzIzOWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"72c1ea79-83fe-42f7-9991-80f107d0855b","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":"599188de-94f7-4849-a30f-911760d9ade3","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":"dd5de4bf-89be-448c-a5c6-b605048525b0","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":"177ca76d-90ad-4b0c-9b69-86a2a9ee2bfd","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":"Njg2YTAxMmM5Mjg3YmYxODI2YTZlZmEzYTZjNmE2NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bad55088-56bf-41e0-9221-4ccb364a1b0c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDEyNGFjYTY4MTYyYTQ3MmU4MWQxYWY4OWZkOWI2NmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74678de5-c1da-4671-8db9-3fbf93c6ebd2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:12:16.518Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:12:16.518Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:12:16.518Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:12:16.518Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:12:17.519Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:12:17.520Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:12:17.520Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:12:17.520Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:12:18.521Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:12:18.521Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:12:18.521Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:12:18.521Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:12:19.522Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:12:19.523Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:12:19.523Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:12:19.523Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:12:20.524Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:12:20.524Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:12:20.524Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:12:20.524Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:12:21.525Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:12:21.525Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:12:21.525Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:12:21.525Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:12:22.526Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:12:22.526Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:12:22.526Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:12:22.527Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:12:23.528Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:12:23.528Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:12:23.528Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:12:23.529Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "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-27T07:12:24.530Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:12:24.530Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:12:24.530Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:12:24.530Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:12:25.531Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6ad39928-cef3-4501-b97b-1f279fe0b99e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "97d6924d-25ed-4c3f-a80f-5f86c649040a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "638e2869-cd11-45f5-a35e-88e90047411e",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3631eeb1-3027-4b6e-af5c-33622d466c18",
      "resourceInvariantUUID": "19b2af55-44ab-4db0-8b71-a3a12d7dd8bf",
      "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": "ZDEyNGFjYTY4MTYyYTQ3MmU4MWQxYWY4OWZkOWI2NmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "74678de5-c1da-4671-8db9-3fbf93c6ebd2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:12:25.531Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:12:25.531Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ad39928-cef3-4501-b97b-1f279fe0b99e ASDC
2023-03-27T07:12:25.532Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4ea60221-fafe-4146-a40a-1e53a7609760
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6ad39928-cef3-4501-b97b-1f279fe0b99e
ServiceInvariantUUID:97d6924d-25ed-4c3f-a80f-5f86c649040a
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:74678de5-c1da-4671-8db9-3fbf93c6ebd2
ArtifactChecksum:ZDEyNGFjYTY4MTYyYTQ3MmU4MWQxYWY4OWZkOWI2NmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:638e2869-cd11-45f5-a35e-88e90047411e
ResourceInvariantUUID:19b2af55-44ab-4db0-8b71-a3a12d7dd8bf
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:3631eeb1-3027-4b6e-af5c-33622d466c18
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:12:25.532Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ad39928-cef3-4501-b97b-1f279fe0b99e 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-27T07:12:25.585Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:12:25.586Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:12:25.586Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:12:25.586Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T07:12:25.586Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:12:25.586Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T07:12:25.898Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T07:12:25.903Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 74678de5-c1da-4671-8db9-3fbf93c6ebd2 111093
2023-03-27T07:12:25.903Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:12:25.903Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:12:25.903Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:12:25.904Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:12:25.904Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:12:25.904Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901145903,
  "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-27T07:12:26.904Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:12:26.905Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:12:26.905Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 74678de5-c1da-4671-8db9-3fbf93c6ebd2, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-27T07:12:26.906Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-03-27T07:12:26.906Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-27T07:12:26.906Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-27T07:12:26.995Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7836601306684310141/Definitions/service-TestPnfMacro-template.yml
2023-03-27T07:12:27.604Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T07:12:27.605Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T07:12:27.605Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-27T07:12:27.605Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T07:12:27.605Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:12:27.605Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:12:27.605Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:12:27.605Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:12:27.605Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:12:27.605Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:12:27.605Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:12:27.605Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T07:12:27.605Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:12:27.605Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:12:27.605Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-27T07:12:27.606Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T07:12:27.606Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:12:27.606Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:12:27.606Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:12:27.606Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-27T07:12:27.606Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T07:12:27.606Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:12:27.606Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:12:27.606Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:12:27.606Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:12:27.606Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:12:27.606Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:12:27.606Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:12:27.606Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:12:27.606Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:12:27.606Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:12:27.607Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:12:27.607Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:3ca56329-1add-4b75-aa1d-2a4aae1bcde4
Model Version:NULL
Model InvariantUuid:e9db35f9-616b-4cba-8085-897d0adf623d
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-27T07:12:27.618Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3631eeb1-3027-4b6e-af5c-33622d466c18
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T07:12:27.622Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||test-pnf 0
2023-03-27T07:12:27.622Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3631eeb1-3027-4b6e-af5c-33622d466c18
2023-03-27T07:12:27.622Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 6ad39928-cef3-4501-b97b-1f279fe0b99e
2023-03-27T07:12:27.622Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6ad39928-cef3-4501-b97b-1f279fe0b99e
2023-03-27T07:12:27.622Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 3631eeb1-3027-4b6e-af5c-33622d466c18 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-27T07:12:27.632Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46845d4, org.onap.sdc.toscaparser.api.parameters.Input@655c6c54, org.onap.sdc.toscaparser.api.parameters.Input@732a815e, org.onap.sdc.toscaparser.api.parameters.Input@29fb425c, org.onap.sdc.toscaparser.api.parameters.Input@6f7be452]
2023-03-27T07:12:27.632Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:12:27.632Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:12:27.633Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 3ca56329-1add-4b75-aa1d-2a4aae1bcde4: test-pnf
2023-03-27T07:12:27.633Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Processing PNF resource: 3631eeb1-3027-4b6e-af5c-33622d466c18
2023-03-27T07:12:27.633Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:12:27.633Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:12:27.633Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||WARN|500||Resource customization UUID: 96560140-aa0c-4563-86ef-942bc2960a2d is NOT the same as notified resource customizationUUID: 638e2869-cd11-45f5-a35e-88e90047411e
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-27T07:12:27.684Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 3631eeb1-3027-4b6e-af5c-33622d466c18 0 ASDC deployResourceStructure
2023-03-27T07:12:27.685Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:12:27.685Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:12:27.685Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-27T07:12:27.685Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:12:27.685Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:12:27.685Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901147685,
  "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-27T07:12:28.686Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ea60221-fafe-4146-a40a-1e53a7609760
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:12:28.712Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ea60221-fafe-4146-a40a-1e53a7609760
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:12:28.718Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:12:28.719Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:12:28.719Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:12:28.719Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:12:28.719Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:12:28.719Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:12:28.719Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:12:28.719Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:12:28.720Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:12:28.736Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:12:58.737Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ea60221-fafe-4146-a40a-1e53a7609760 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-27T07:12:58.746Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ea60221-fafe-4146-a40a-1e53a7609760 and serviceModelVersionId: 6ad39928-cef3-4501-b97b-1f279fe0b99e
2023-03-27T07:12:58.746Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97d6924d-25ed-4c3f-a80f-5f86c649040a
2023-03-27T07:12:58.747Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0
2023-03-27T07:12:58.754Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:12:58.784Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|INFO|500||Invoke
2023-03-27T07:12:58.785Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4ea60221-fafe-4146-a40a-1e53a7609760], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dc0a3058-99bc-4061-a9f6-cf3b016da577], X-ECOMP-RequestID=[4ea60221-fafe-4146-a40a-1e53a7609760], X-TransactionId=[], X-ONAP-RequestID=[4ea60221-fafe-4146-a40a-1e53a7609760], Content-Type=[application/merge-patch+json]}
2023-03-27T07:12:58.793Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:12:58.964Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?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/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:12:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[166], vertex-id=[258120], x-aai-txid=[2-aai-resources-230327-07:12:59:056-93551], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:12:58.964Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:12:58.965Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|INFO|500||InvokeReturn
2023-03-27T07:12:58.965Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:12:58.965Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:12:58.973Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:12:58.974Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ea60221-fafe-4146-a40a-1e53a7609760 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:12:58.974Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:12:58.974Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:12:58.974Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:12:58.974Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901178974,
  "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-27T07:13:00.000Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T07:13:00.000Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-27T07:13:00.001Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Node 0 disconnected.
2023-03-27T07:13:00.001Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Node 1 disconnected.
2023-03-27T07:13:00.002Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:13:00.002Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:13:00.002Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:13:00.002Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T07:13:00.008Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-bb261cf1-a9a2-4c28-a22d-414360cc0a45
2023-03-27T07:13:00.008Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:13:00.009Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:13:00.009Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T07:13:00.334Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:13:03.343Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:13:06.352Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:13:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:13:08.235Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:13:08.236Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T07:13:08.241Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:13:08.241Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-bb261cf1-a9a2-4c28-a22d-414360cc0a45', protocol='range'}
2023-03-27T07:13:08.247Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:13:08.247Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:13:08.247Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:13:08.247Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:13:08.247Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:13:08.248Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:13:08.248Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 21: {SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-bb261cf1-a9a2-4c28-a22d-414360cc0a45=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-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T07:13:08.265Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-bb261cf1-a9a2-4c28-a22d-414360cc0a45', protocol='range'}
2023-03-27T07:13:08.266Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:13:08.266Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:13:08.266Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:13:08.267Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:13:08.267Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:13:08.270Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:13:08.271Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:13:08.271Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:13:08.271Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:13:08.271Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:13:08.271Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:13:08.273Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:13:08.274Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:13:08.274Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:13:08.274Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1155, 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-27T07:13:08.274Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:13:08.274Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:13:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:13:09.293Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901135484,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:13:09.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:13:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:13:09.293Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:13:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:13:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:13:09.294Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:13:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:13:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:13:09.294Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:13:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:13:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:13:09.294Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:13:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:13:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:13:09.295Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:13:09.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:13:09.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:13:09.295Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:13:09.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:13:09.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:13:09.295Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:13:09.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:13:09.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:13:09.295Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:13:09.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:13:09.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:13:09.296Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679900475683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:13:09.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:13:09.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:13:09.296Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901145903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:13:09.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:13:09.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:13:09.296Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901147685,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T07:13:09.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:13:09.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:13:09.296Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901178974,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:13:09.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:13:09.373Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T07:13:09.374Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7eff5bd9-031e-4ebb-a433-909c9555370d","serviceName":"basic_onboard_QMpdnl","serviceVersion":"1.0","serviceUUID":"9d1b38d7-168e-4ef6-9355-095aef6c5a06","serviceDescription":"service","serviceInvariantUUID":"13b7de5c-4a5c-495e-b4f1-19ef4a3dc875","resources":[{"resourceInstanceName":"basic_onboard_QMpdnl 0","resourceName":"basic_onboard_QMpdnl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06bf5896-5e90-460d-b950-b0365c92c155","resourceInvariantUUID":"0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b","resourceCustomizationUUID":"9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml","artifactChecksum":"OWI4YTk5NTZmN2JiYmJiYjY4ZjBkNGJmYTg1Mjk4ZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d5361a7-c516-4f0a-86c3-1d0c64c0fe68","artifactVersion":"1"},{"artifactName":"basic_onboard_qmpdnl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json","artifactChecksum":"MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f65df3c5-c527-4045-8387-6c42535f8967","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e469475-09a0-4e48-96e4-ebd00e02b877","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2806961-ef8e-4a93-a449-365db9ac15f5","artifactVersion":"2","generatedFromUUID":"f65df3c5-c527-4045-8387-6c42535f8967"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQmpdnl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml","artifactChecksum":"YjcwYjk3ZDBiYzY0ZjJmYmQxZjA4MjU5NzBiMmU3NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"165396fc-5684-44e2-9cef-79df7fed1847","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQmpdnl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar","artifactChecksum":"NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72e06bf6-5317-4a7a-9922-993e0a0c4b89","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:13:09.375Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:13:09.375Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:13:09.375Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:13:09.375Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:13:10.376Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:13:10.376Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:13:10.376Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:13:10.376Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:13:11.377Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:13:11.377Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:13:11.377Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:13:11.377Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:13:12.378Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:13:12.378Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:13:12.379Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:13:12.379Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:13:13.379Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:13:13.380Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:13:13.380Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:13:13.380Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:13:14.381Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:13:14.381Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:13:14.381Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:13:14.382Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:13:15.382Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:13:15.383Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:13:15.383Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:13:15.383Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:13:16.384Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "serviceName": "basic_onboard_QMpdnl",
  "serviceVersion": "1.0",
  "serviceUUID": "9d1b38d7-168e-4ef6-9355-095aef6c5a06",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13b7de5c-4a5c-495e-b4f1-19ef4a3dc875",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QMpdnl 0",
      "resourceCustomizationUUID": "9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12",
      "resourceName": "basic_onboard_QMpdnl",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "06bf5896-5e90-460d-b950-b0365c92c155",
      "resourceInvariantUUID": "0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qmpdnl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
          "artifactChecksum": "MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f65df3c5-c527-4045-8387-6c42535f8967",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
            "generatedFromUUID": "f65df3c5-c527-4045-8387-6c42535f8967"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQmpdnl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
      "artifactChecksum": "NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72e06bf6-5317-4a7a-9922-993e0a0c4b89"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:13:16.384Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:13:16.384Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d1b38d7-168e-4ef6-9355-095aef6c5a06 ASDC
2023-03-27T07:13:16.384Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7eff5bd9-031e-4ebb-a433-909c9555370d
ServiceName:basic_onboard_QMpdnl
ServiceVersion:1.0
ServiceUUID:9d1b38d7-168e-4ef6-9355-095aef6c5a06
ServiceInvariantUUID:13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQmpdnl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
ArtifactUUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89
ArtifactChecksum:NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QMpdnl 0
ResourceCustomizationUUID:9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12
ResourceInvariantUUID:0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b
ResourceName:basic_onboard_QMpdnl
ResourceType:VF
ResourceUUID:06bf5896-5e90-460d-b950-b0365c92c155
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qmpdnl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
ArtifactUUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e
ArtifactChecksum:MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI=
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f65df3c5-c527-4045-8387-6c42535f8967
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T07:13:16.384Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d1b38d7-168e-4ef6-9355-095aef6c5a06 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-27T07:13:16.428Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:13:16.429Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:13:16.429Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:13:16.429Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 72e06bf6-5317-4a7a-9922-993e0a0c4b89 from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T07:13:16.429Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:13:16.429Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T07:13:16.464Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T07:13:16.464Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@224e5e4a
2023-03-27T07:13:16.464Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:13:16.464Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T07:13:16.464Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardQmpdnl-csar.csar /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar 72e06bf6-5317-4a7a-9922-993e0a0c4b89 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:13:16.464Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar ASDC sendASDCNotification
2023-03-27T07:13:16.464Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(Specified artifact is  not found)
2023-03-27T07:13:16.465Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:13:16.465Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:13:16.465Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:13:16.465Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901196464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:13:17.466Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-BasicOnboardQmpdnl-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(UUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89)
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-27T07:13:17.482Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T07:13:17.482Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T07:13:17.486Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||basic_onboard_QMpdnl 0
2023-03-27T07:13:17.486Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
2023-03-27T07:13:17.486Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T07:13:17.486Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:13:17.487Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T07:13:17.504Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T07:13:17.504Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@58669a03
2023-03-27T07:13:17.504Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:13:17.504Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T07:13:17.504Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_qmpdnl0_modules.json /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:13:17.505Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json ASDC sendASDCNotification
2023-03-27T07:13:17.505Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(Specified artifact is  not found)
2023-03-27T07:13:17.505Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:13:17.505Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:13:17.505Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:13:17.505Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901197505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:13:18.506Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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_qmpdnl0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(UUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e)
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-27T07:13:18.507Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:13:18.532Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:13:18.536Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:13:18.536Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:13:48.537Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:13:48.562Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:13:48.567Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:13:48.567Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:14:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:14:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:14:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:14:08.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:14:18.568Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:14:18.594Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:14:18.598Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:14:18.598Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:14:48.598Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:14:48.620Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:14:48.625Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:14:48.625Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:15:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:15:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:15:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T07:15:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:15:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:15:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:15:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:15:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:15:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:15:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:15:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:15:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-27T07:15:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:15:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:15:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:15:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:15:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:15:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:15:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:15:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:15:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901196464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:15:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:15:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:15:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901197505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:15:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:15:18.625Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:15:18.656Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:15:18.666Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:15:18.667Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:15:48.667Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:15:48.687Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:15:48.691Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:15:48.692Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:16:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:16:18.692Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:16:18.715Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:16:18.720Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:16:18.720Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:16:48.721Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:16:48.747Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:16:48.752Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:16:48.753Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:17:08.218Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:17:18.753Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:17:18.786Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:17:18.791Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:17:18.791Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:17:48.792Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:17:48.813Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:17:48.817Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:17:48.817Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:18:08.219Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:18:09.450Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:18:09.451Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Member SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-bb261cf1-a9a2-4c28-a22d-414360cc0a45 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-27T07:18:09.451Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-27T07:18:09.451Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-27T07:18:11.876Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:18:11.889Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:18:11.889Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T07:18:11.894Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:18:11.895Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 22: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T07:18:11.909Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:18:11.909Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:18:11.909Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:18:11.913Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:18:11.913Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:18:11.913Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:18:11.913Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1177, 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-27T07:18:11.913Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:18:11.913Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:18:18.817Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-27T07:18:18.818Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d 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-27T07:18:18.830Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7eff5bd9-031e-4ebb-a433-909c9555370d and serviceModelVersionId: 9d1b38d7-168e-4ef6-9355-095aef6c5a06
2023-03-27T07:18:18.830Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
2023-03-27T07:18:18.831Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0
2023-03-27T07:18:18.837Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:18:18.856Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?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-27T07:18:18.856Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|500||Invoke
2023-03-27T07:18:18.866Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T07:18:18.905Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-27T07:18:18.906Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0 has http status code:404 and response headers:{date=[Mon, 27 Mar 2023 07:18:19 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[36], x-aai-txid=[0-aai-resources-230327-07:18:19:130-93017], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:18:18.906Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","ERR.5.4.6114"]}}}

2023-03-27T07:18:18.909Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T07:18:18.909Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-27T07:18:18.909Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T07:18:18.909Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T07:18:18.918Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||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-27T07:18:18.918Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7eff5bd9-031e-4ebb-a433-909c9555370d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T07:18:18.918Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-27T07:18:18.918Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:18:18.918Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:18:18.918Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901498918,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:18:18.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:18:18.943Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901498918,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
}
2023-03-27T07:18:18.944Z||pool-2-thread-3|||||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-27T07:18:19.947Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T07:18:19.947Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3eceaf02-b44a-47b3-a2db-b8aa5c5845fe","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0c07833a-e216-4fdd-a97e-5a37fe9b5618","serviceDescription":"service","serviceInvariantUUID":"5119ae16-c0f3-443b-8436-075439e66ab3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"15157c1b-7520-4e59-8e7d-cd42033bc6f6","resourceInvariantUUID":"02dde935-56e9-46f6-a1ed-2017d18e3ddd","resourceCustomizationUUID":"3b212f49-7967-41e3-b0b3-f5c67a76083a","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":"NTc1NTIyNGEwM2JhY2U0ZTRlNGI3M2YzZmZkNWVkNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe2f0ff7-7184-41cc-b179-f887cb886039","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ab423d5-4df0-4c63-9a9b-f45fccd423f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:18:19.948Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:18:19.948Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:18:19.948Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:18:19.948Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:18:20.949Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:18:20.949Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:18:20.950Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:18:20.950Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:18:21.951Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0c07833a-e216-4fdd-a97e-5a37fe9b5618",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5119ae16-c0f3-443b-8436-075439e66ab3",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b212f49-7967-41e3-b0b3-f5c67a76083a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "15157c1b-7520-4e59-8e7d-cd42033bc6f6",
      "resourceInvariantUUID": "02dde935-56e9-46f6-a1ed-2017d18e3ddd",
      "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": "ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ab423d5-4df0-4c63-9a9b-f45fccd423f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:18:21.951Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:18:21.952Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c07833a-e216-4fdd-a97e-5a37fe9b5618 ASDC
2023-03-27T07:18:21.952Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0c07833a-e216-4fdd-a97e-5a37fe9b5618
ServiceInvariantUUID:5119ae16-c0f3-443b-8436-075439e66ab3
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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4
ArtifactChecksum:ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b212f49-7967-41e3-b0b3-f5c67a76083a
ResourceInvariantUUID:02dde935-56e9-46f6-a1ed-2017d18e3ddd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:15157c1b-7520-4e59-8e7d-cd42033bc6f6
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-27T07:18:21.952Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c07833a-e216-4fdd-a97e-5a37fe9b5618 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-27T07:18:21.996Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:18:21.997Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:18:21.997Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:18:21.997Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T07:18:21.997Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:18:21.997Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T07:18:22.039Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T07:18:22.039Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@387fb3da
2023-03-27T07:18:22.040Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:18:22.040Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-27T07:18:22.040Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:18:22.040Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T07:18:22.040Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T07:18:22.040Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:18:22.040Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:18:22.040Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:18:22.040Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901502040,
  "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-27T07:18:23.041Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4)
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-27T07:18:23.083Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists
2023-03-27T07:18:23.083Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T07:18:23.083Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists)
2023-03-27T07:18:23.084Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:18:23.084Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:18:23.084Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:18:23.084Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901503083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:18:24.085Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T07:18:24.085Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists)
2023-03-27T07:18:24.085Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:18:24.085Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:18:24.085Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:18:24.085Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901504085,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:18:25.087Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:18:25.114Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:18:25.129Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:18:25.129Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:18:25.130Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:18:25.130Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:18:25.130Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:18:25.130Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:18:25.130Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:18:25.130Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:18:25.130Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T07:18:25.146Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:18:55.146Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe 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-27T07:18:55.161Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and serviceModelVersionId: 0c07833a-e216-4fdd-a97e-5a37fe9b5618
2023-03-27T07:18:55.161Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5119ae16-c0f3-443b-8436-075439e66ab3
2023-03-27T07:18:55.162Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0
2023-03-27T07:18:55.168Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:18:55.188Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?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-27T07:18:55.188Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||Invoke
2023-03-27T07:18:55.195Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:18:55.350Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||InvokeReturn
2023-03-27T07:18:55.350Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:18:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[573528], x-aai-txid=[1-aai-resources-230327-07:18:55:459-94605], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:18:55.351Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:18:55.351Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:18:55.351Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T07:18:55.361Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||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-27T07:18:55.361Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:18:55.361Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:18:55.362Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:18:55.362Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:18:55.362Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901535361,
  "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-27T07:18:56.385Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T07:18:56.385Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"84cc4c38-db2e-426f-addf-a3026542286e","serviceName":"Demo_pNF_rb5D6ZL4SqGkCBxcGhrs","serviceVersion":"1.0","serviceUUID":"c9f67a18-e256-41f3-acaa-b5dd971d4199","serviceDescription":"catalog service description","serviceInvariantUUID":"ca53e5c4-cf56-4a3f-8edb-e39644d5c271","resources":[{"resourceInstanceName":"pNF 25b011eb-83ed 0","resourceName":"pNF 25b011eb-83ed","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3e745e72-3afe-4a65-9bf7-e1d2abc228c2","resourceInvariantUUID":"ec183920-0093-457b-a5af-176c8a914105","resourceCustomizationUUID":"386f0dcb-2fab-4319-83de-b16580fda677","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml","artifactChecksum":"ZWYwMWZhMzVkZDIxOTM1MTRiYzhlMzZiNjE0YThiYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14428971-926d-4b7f-bf42-8fe6437ffedc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c4f0abef-5bdf-495f-8bef-a4a4529fd3a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"042cbbe6-301f-408c-a227-fbfcb56b89a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml","artifactChecksum":"OWM5NDBiYTI1MzhlZGZjMjVjMzZiZjdjYjMwYzMzNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"765c4017-e693-43c1-bd5b-3c6c3eb4d38a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d72abaf-1d51-4a4d-885d-1e05aa7aa3f6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f9dff5ea-6087-4927-bf44-11d67bdbff38","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactChecksum":"MTNhNzEyZjBhY2YzM2EyOTU5ZTQxNmZiOTg5YWI4NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7df4bf1-0ee5-4384-8502-775cbba6d31d","artifactVersion":"1"},{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactChecksum":"NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84d3aeeb-281a-4221-9c76-745438b20267","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:18:56.386Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:18:56.386Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:18:56.386Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:18:56.386Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:18:57.387Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:18:57.387Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:18:57.387Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:18:57.387Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:18:58.388Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:18:58.389Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:18:58.389Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:18:58.389Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:18:59.390Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:18:59.390Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:18:59.390Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:18:59.391Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:19:00.392Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:19:00.392Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:19:00.392Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:19:00.392Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:19:01.394Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:19:01.394Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:19:01.394Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:19:01.394Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:19:02.396Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:19:02.396Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:19:02.396Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:19:02.396Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:19:03.398Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:19:03.399Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:19:03.399Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:19:03.399Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:19:04.401Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "serviceName": "Demo_pNF_rb5D6ZL4SqGkCBxcGhrs",
  "serviceVersion": "1.0",
  "serviceUUID": "c9f67a18-e256-41f3-acaa-b5dd971d4199",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ca53e5c4-cf56-4a3f-8edb-e39644d5c271",
  "resources": [
    {
      "resourceInstanceName": "pNF 25b011eb-83ed 0",
      "resourceCustomizationUUID": "386f0dcb-2fab-4319-83de-b16580fda677",
      "resourceName": "pNF 25b011eb-83ed",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3e745e72-3afe-4a65-9bf7-e1d2abc228c2",
      "resourceInvariantUUID": "ec183920-0093-457b-a5af-176c8a914105",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactChecksum": "NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "84d3aeeb-281a-4221-9c76-745438b20267"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:19:04.401Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:19:04.401Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c9f67a18-e256-41f3-acaa-b5dd971d4199 ASDC
2023-03-27T07:19:04.401Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:84cc4c38-db2e-426f-addf-a3026542286e
ServiceName:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
ServiceVersion:1.0
ServiceUUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
ServiceInvariantUUID:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactUUID:84d3aeeb-281a-4221-9c76-745438b20267
ArtifactChecksum:NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 25b011eb-83ed 0
ResourceCustomizationUUID:386f0dcb-2fab-4319-83de-b16580fda677
ResourceInvariantUUID:ec183920-0093-457b-a5af-176c8a914105
ResourceName:pNF 25b011eb-83ed
ResourceType:PNF
ResourceUUID:3e745e72-3afe-4a65-9bf7-e1d2abc228c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:19:04.401Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9f67a18-e256-41f3-acaa-b5dd971d4199 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-27T07:19:04.443Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:19:04.444Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:19:04.444Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:19:04.444Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267 from URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:19:04.444Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:19:04.444Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:19:04.733Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T07:19:04.736Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar 84d3aeeb-281a-4221-9c76-745438b20267 88018
2023-03-27T07:19:04.736Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T07:19:04.737Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:19:04.737Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:19:04.737Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:19:04.737Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:19:04.737Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901544736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:19:05.739Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:19:05.740Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:19:05.740Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267, URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar to file: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:19:05.740Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:19:05.741Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:19:05.741Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:19:05.836Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP285018539244081566/Definitions/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml
2023-03-27T07:19:06.525Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T07:19:06.526Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T07:19:06.526Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:19:06.526Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T07:19:06.526Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:19:06.526Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:19:06.526Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:19:06.526Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:19:06.526Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:19:06.526Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 25b011eb-83ed 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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:19:06.526Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:19:06.526Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T07:19:06.526Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:19:06.526Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:19:06.526Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T07:19:06.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T07:19:06.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:19:06.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:19:06.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:19:06.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T07:19:06.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T07:19:06.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:19:06.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:19:06.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:19:06.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:19:06.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:19:06.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:19:06.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:19:06.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:19:06.527Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:19:06.528Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:19:06.528Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:19:06.528Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
Description:catalog service description
Model UUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
Model Version:NULL
Model InvariantUuid:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
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-27T07:19:06.563Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||ERROR|500||Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists
2023-03-27T07:19:06.564Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T07:19:06.564Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists)
2023-03-27T07:19:06.564Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:19:06.564Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:19:06.564Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:19:06.564Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901546564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:19:07.565Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T07:19:07.565Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists)
2023-03-27T07:19:07.565Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:19:07.566Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:19:07.566Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:19:07.566Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901547565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:19:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:19:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:19:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:19:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:19:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:19:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:19:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:19:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:19:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901502040,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:19:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:19:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:19:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901503083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
}
2023-03-27T07:19:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:19:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:19:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901504085,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
}
2023-03-27T07:19:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:19:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:19:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901535361,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:19:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:19:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:19:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:19:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:19:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:19:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:19:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:19:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:19:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:19:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:19:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:19:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:19:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:19:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:19:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:19:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:19:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:19:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:19:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:19:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:19:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:19:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:19:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:19:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:19:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:19:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:19:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901544736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:19:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:19:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:19:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901546564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
}
2023-03-27T07:19:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:19:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:19:08.229Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901547565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
}
2023-03-27T07:19:08.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:19:08.567Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:19:08.593Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:19:08.598Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:19:08.598Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:19:08.599Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:19:08.599Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:19:08.599Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:19:08.599Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:19:08.599Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:19:08.599Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:19:08.599Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T07:19:08.614Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:19:38.614Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e 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-27T07:19:38.627Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84cc4c38-db2e-426f-addf-a3026542286e and serviceModelVersionId: c9f67a18-e256-41f3-acaa-b5dd971d4199
2023-03-27T07:19:38.627Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca53e5c4-cf56-4a3f-8edb-e39644d5c271
2023-03-27T07:19:38.628Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0
2023-03-27T07:19:38.635Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:19:38.654Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?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-27T07:19:38.655Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||Invoke
2023-03-27T07:19:38.661Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:19:38.789Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||InvokeReturn
2023-03-27T07:19:38.789Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:19:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[606296], x-aai-txid=[0-aai-resources-230327-07:19:38:926-95123], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:19:38.790Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:19:38.790Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:19:38.790Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T07:19:38.799Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||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-27T07:19:38.800Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84cc4c38-db2e-426f-addf-a3026542286e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:19:38.800Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:19:38.800Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:19:38.800Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:19:38.800Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901578800,
  "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-27T07:19:39.830Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T07:19:39.830Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"44440c6a-f1bd-4673-a6af-17a9e4d43911","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"66474687-4800-47ee-9519-ffdde7c80d58","serviceDescription":"service","serviceInvariantUUID":"06e3a032-8f72-4119-9e71-ce6588ba35ba","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a44f77ef-1d28-41e6-9f3e-b645ebc6d2db","resourceInvariantUUID":"83ae637d-0f3e-4be2-928f-2678c9531c1d","resourceCustomizationUUID":"f44634b1-d505-4227-ae5f-6b34b4b2e20c","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":"ZGVjODNkMzc4NmE3OGRjNWJlN2VjN2UwZThjNWVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6436e61f-ee28-423e-aa93-6f9a6b99dc61","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":"NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5194932-b487-47ad-a26e-ae346b8404ad","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":"26286f3d-fc00-47f6-a2d9-b8ba865afff7","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":"32d20314-45a7-4681-b948-6c1f1a813927","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":"49d5da0e-af6a-4340-87b3-1cebc927e26d","artifactVersion":"2","generatedFromUUID":"26286f3d-fc00-47f6-a2d9-b8ba865afff7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjA5YTBhMjY2MTA0MjY1ZDRiZDdjNDlhN2QyOGE4YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5a8020-e861-4d62-903b-69810912298f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25a1eb11-f825-424a-a2ea-fab104107979","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:19:39.831Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:19:39.831Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:19:39.831Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:19:39.831Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:19:40.832Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:19:40.832Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:19:40.832Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:19:40.832Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:19:41.833Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:19:41.834Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:19:41.834Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:19:41.834Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:19:42.836Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:19:42.836Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:19:42.836Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:19:42.836Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:19:43.838Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:19:43.838Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:19:43.839Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:19:43.839Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:19:44.840Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:19:44.841Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:19:44.841Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:19:44.841Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:19:45.843Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:19:45.843Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:19:45.843Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:19:45.843Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:19:46.845Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "66474687-4800-47ee-9519-ffdde7c80d58",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06e3a032-8f72-4119-9e71-ce6588ba35ba",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f44634b1-d505-4227-ae5f-6b34b4b2e20c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a44f77ef-1d28-41e6-9f3e-b645ebc6d2db",
      "resourceInvariantUUID": "83ae637d-0f3e-4be2-928f-2678c9531c1d",
      "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": "NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e5194932-b487-47ad-a26e-ae346b8404ad",
          "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": "26286f3d-fc00-47f6-a2d9-b8ba865afff7",
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
            "generatedFromUUID": "26286f3d-fc00-47f6-a2d9-b8ba865afff7"
          },
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "25a1eb11-f825-424a-a2ea-fab104107979"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:19:46.845Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:19:46.846Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66474687-4800-47ee-9519-ffdde7c80d58 ASDC
2023-03-27T07:19:46.846Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:44440c6a-f1bd-4673-a6af-17a9e4d43911
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:66474687-4800-47ee-9519-ffdde7c80d58
ServiceInvariantUUID:06e3a032-8f72-4119-9e71-ce6588ba35ba
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:25a1eb11-f825-424a-a2ea-fab104107979
ArtifactChecksum:MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f44634b1-d505-4227-ae5f-6b34b4b2e20c
ResourceInvariantUUID:83ae637d-0f3e-4be2-928f-2678c9531c1d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a44f77ef-1d28-41e6-9f3e-b645ebc6d2db
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:e5194932-b487-47ad-a26e-ae346b8404ad
ArtifactChecksum:NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA=
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:26286f3d-fc00-47f6-a2d9-b8ba865afff7
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T07:19:46.846Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66474687-4800-47ee-9519-ffdde7c80d58 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-27T07:19:46.886Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:19:46.886Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:19:46.887Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:19:46.887Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 25a1eb11-f825-424a-a2ea-fab104107979 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T07:19:46.887Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:19:46.887Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T07:19:46.906Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T07:19:46.906Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@266691c6
2023-03-27T07:19:46.906Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:19:46.907Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-27T07:19:46.907Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 25a1eb11-f825-424a-a2ea-fab104107979 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:19:46.907Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T07:19:46.907Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T07:19:46.907Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:19:46.907Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:19:46.907Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:19:46.907Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901586907,
  "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-27T07:19:47.909Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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:25a1eb11-f825-424a-a2ea-fab104107979)
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-27T07:19:47.947Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||ERROR|500||Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists
2023-03-27T07:19:47.947Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T07:19:47.947Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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: 25a1eb11-f825-424a-a2ea-fab104107979 already exists)
2023-03-27T07:19:47.948Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:19:47.948Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:19:47.948Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:19:47.949Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901587947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:19:48.950Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T07:19:48.950Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists)
2023-03-27T07:19:48.950Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:19:48.951Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:19:48.951Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:19:48.951Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901588950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:19:49.952Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:19:49.977Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:19:49.982Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:19:49.982Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:19:49.982Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:19:49.982Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:19:49.983Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:19:49.983Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:19:49.983Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:19:49.983Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:19:49.983Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T07:19:49.996Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:20:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:20:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:20:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901578800,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:20:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:20:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:20:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:20:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:20:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:20:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T07:20:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:20:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:20:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:20:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:20:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:20:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:20:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:20:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:20:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-27T07:20:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:20:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:20:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:20:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:20:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:20:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:20:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:20:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:20:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901586907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:20:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:20:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:20:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901587947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
}
2023-03-27T07:20:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:20:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:20:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901588950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
}
2023-03-27T07:20:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:20:19.996Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 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-27T07:20:20.009Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 and serviceModelVersionId: 66474687-4800-47ee-9519-ffdde7c80d58
2023-03-27T07:20:20.010Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06e3a032-8f72-4119-9e71-ce6588ba35ba
2023-03-27T07:20:20.011Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0
2023-03-27T07:20:20.018Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:20:20.035Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||Invoke
2023-03-27T07:20:20.036Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[03d4d66d-1137-4a2c-a2e3-2fbbc2165f7e], X-ECOMP-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], X-TransactionId=[], X-ONAP-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], Content-Type=[application/merge-patch+json]}
2023-03-27T07:20:20.045Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:20:20.174Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?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/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:20:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[622680], x-aai-txid=[2-aai-resources-230327-07:20:20:309-52155], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:20:20.175Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:20:20.175Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||InvokeReturn
2023-03-27T07:20:20.176Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:20:20.176Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T07:20:20.185Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||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-27T07:20:20.186Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44440c6a-f1bd-4673-a6af-17a9e4d43911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:20:20.186Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:20:20.186Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:20:20.186Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:20:20.186Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901620186,
  "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-27T07:20:21.218Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T07:20:21.219Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fb069806-7103-42ce-8df3-e480daf71898","serviceName":"Demo_pNF_D3HhjAtcfiYdMHCOjLF8","serviceVersion":"1.0","serviceUUID":"36a9b3c7-8008-4b34-8be0-93b823fb96bc","serviceDescription":"catalog service description","serviceInvariantUUID":"b2abb50e-ff02-4005-870a-ca1443dfa3d5","resources":[{"resourceInstanceName":"pNF 9a79bd24-07f4 0","resourceName":"pNF 9a79bd24-07f4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6df265a8-d850-4669-a844-4a1656086477","resourceInvariantUUID":"92fc1e25-d0aa-4c89-855c-bfcc23086aaa","resourceCustomizationUUID":"bf26122f-f23a-4041-934f-2adf99a4ef14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml","artifactChecksum":"OTFhZGNlNzRkNzkyOGZkYTM5ZjM5MGYzMzNlYTQ4OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c427823f-0372-4b6d-96ed-08b469563eb3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b8b9f5-ffd7-49bf-a2dd-ecb33158cccc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51f957eb-6964-4847-ab99-ad0bba10add7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml","artifactChecksum":"NWYyNWU4MjJkOWIyZTQ3ZTFhMjZiMjEzYmRhZDRlYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"506426ca-f753-4cd5-be4f-5ed16bad5108","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88412ef9-0769-424b-b764-5a360f475862","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0dfd5cf0-bcd7-457f-b3e4-334243d77a6f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml","artifactChecksum":"OTBjZjIzYTlhMGZjNWUyOTA5M2U3YWFkZjI4MjQ3OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2b48d5f-7f53-4253-887f-e971bf6eaccb","artifactVersion":"1"},{"artifactName":"service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar","artifactChecksum":"NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9748f029-6a0a-48f7-834c-243ebb08ef44","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:20:21.219Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:20:21.219Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:20:21.219Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:20:21.219Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:20:22.220Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:20:22.221Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:20:22.221Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:20:22.221Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:20:23.222Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:20:23.222Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:20:23.222Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:20:23.223Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:20:24.223Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:20:24.224Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:20:24.224Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:20:24.224Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:20:25.225Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:20:25.225Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:20:25.225Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:20:25.225Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:20:26.226Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:20:26.227Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:20:26.227Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:20:26.227Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:20:27.228Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:20:27.228Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:20:27.228Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:20:27.228Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:20:28.229Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:20:28.229Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:20:28.229Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:20:28.230Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:20:29.230Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "serviceName": "Demo_pNF_D3HhjAtcfiYdMHCOjLF8",
  "serviceVersion": "1.0",
  "serviceUUID": "36a9b3c7-8008-4b34-8be0-93b823fb96bc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b2abb50e-ff02-4005-870a-ca1443dfa3d5",
  "resources": [
    {
      "resourceInstanceName": "pNF 9a79bd24-07f4 0",
      "resourceCustomizationUUID": "bf26122f-f23a-4041-934f-2adf99a4ef14",
      "resourceName": "pNF 9a79bd24-07f4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6df265a8-d850-4669-a844-4a1656086477",
      "resourceInvariantUUID": "92fc1e25-d0aa-4c89-855c-bfcc23086aaa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
      "artifactChecksum": "NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9748f029-6a0a-48f7-834c-243ebb08ef44"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:20:29.231Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:20:29.231Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 36a9b3c7-8008-4b34-8be0-93b823fb96bc ASDC
2023-03-27T07:20:29.232Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fb069806-7103-42ce-8df3-e480daf71898
ServiceName:Demo_pNF_D3HhjAtcfiYdMHCOjLF8
ServiceVersion:1.0
ServiceUUID:36a9b3c7-8008-4b34-8be0-93b823fb96bc
ServiceInvariantUUID:b2abb50e-ff02-4005-870a-ca1443dfa3d5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
ArtifactUUID:9748f029-6a0a-48f7-834c-243ebb08ef44
ArtifactChecksum:NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9a79bd24-07f4 0
ResourceCustomizationUUID:bf26122f-f23a-4041-934f-2adf99a4ef14
ResourceInvariantUUID:92fc1e25-d0aa-4c89-855c-bfcc23086aaa
ResourceName:pNF 9a79bd24-07f4
ResourceType:PNF
ResourceUUID:6df265a8-d850-4669-a844-4a1656086477
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:20:29.232Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36a9b3c7-8008-4b34-8be0-93b823fb96bc 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-27T07:20:29.276Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:20:29.277Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:20:29.277Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:20:29.277Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 from URL: /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:20:29.277Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:20:29.277Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:20:29.585Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T07:20:29.586Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar 9748f029-6a0a-48f7-834c-243ebb08ef44 88009
2023-03-27T07:20:29.587Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T07:20:29.587Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:20:29.587Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:20:29.588Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:20:29.588Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:20:29.588Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901629587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:20:30.589Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:20:30.590Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:20:30.590Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44, URL: /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar to file: /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:20:30.590Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:20:30.591Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:20:30.591Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:20:30.694Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1985027077490903934/Definitions/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml
2023-03-27T07:20:31.362Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T07:20:31.362Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T07:20:31.362Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:20:31.362Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T07:20:31.362Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:20:31.362Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9a79bd24-07f4 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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:20:31.362Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:20:31.362Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:20:31.362Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:20:31.362Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:20:31.362Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:20:31.363Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T07:20:31.363Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:20:31.363Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:20:31.363Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Node template pNF 9a79bd24-07f4 0 is matching search criteria
2023-03-27T07:20:31.363Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T07:20:31.363Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 9a79bd24-07f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:20:31.363Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:20:31.363Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:20:31.363Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Node template pNF 9a79bd24-07f4 0 is matching search criteria
2023-03-27T07:20:31.364Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T07:20:31.364Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 9a79bd24-07f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:20:31.364Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:20:31.364Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:20:31.364Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:20:31.364Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:20:31.364Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:20:31.364Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:20:31.364Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:20:31.364Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:20:31.364Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:20:31.364Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:20:31.364Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_D3HhjAtcfiYdMHCOjLF8
Description:catalog service description
Model UUID:36a9b3c7-8008-4b34-8be0-93b823fb96bc
Model Version:NULL
Model InvariantUuid:b2abb50e-ff02-4005-870a-ca1443dfa3d5
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-27T07:20:31.395Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||ERROR|500||Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists
2023-03-27T07:20:31.396Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T07:20:31.396Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar(Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists)
2023-03-27T07:20:31.396Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:20:31.396Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:20:31.396Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:20:31.396Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901631396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:20:32.397Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T07:20:32.397Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar(Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists)
2023-03-27T07:20:32.398Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:20:32.398Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:20:32.398Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:20:32.398Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901632397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:20:33.400Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb069806-7103-42ce-8df3-e480daf71898
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:20:33.421Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb069806-7103-42ce-8df3-e480daf71898
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:20:33.425Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:20:33.425Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:20:33.425Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:20:33.426Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:20:33.426Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:20:33.426Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:20:33.426Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:20:33.426Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:20:33.426Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-27T07:20:33.438Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:21:03.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb069806-7103-42ce-8df3-e480daf71898 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-27T07:21:03.447Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb069806-7103-42ce-8df3-e480daf71898 and serviceModelVersionId: 36a9b3c7-8008-4b34-8be0-93b823fb96bc
2023-03-27T07:21:03.448Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2abb50e-ff02-4005-870a-ca1443dfa3d5
2023-03-27T07:21:03.448Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0
2023-03-27T07:21:03.455Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:21:03.469Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|INFO|500||Invoke
2023-03-27T07:21:03.469Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb069806-7103-42ce-8df3-e480daf71898], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[507f2b41-2ab7-4050-bced-2b0318597601], X-ECOMP-RequestID=[fb069806-7103-42ce-8df3-e480daf71898], X-TransactionId=[], X-ONAP-RequestID=[fb069806-7103-42ce-8df3-e480daf71898], Content-Type=[application/merge-patch+json]}
2023-03-27T07:21:03.478Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:21:03.630Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?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/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:21:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[667736], x-aai-txid=[1-aai-resources-230327-07:21:03:744-22345], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:21:03.630Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:21:03.631Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|INFO|500||InvokeReturn
2023-03-27T07:21:03.631Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:21:03.631Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-27T07:21:03.639Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||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-27T07:21:03.639Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb069806-7103-42ce-8df3-e480daf71898 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:21:03.639Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:21:03.639Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:03.639Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:03.639Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901663639,
  "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-27T07:21:04.667Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T07:21:04.667Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a2623c34-c0a0-4673-8207-8bd402f0c55d","serviceName":"Demo_pNF_pBWRKQCWjqybRW6LYJID","serviceVersion":"1.0","serviceUUID":"494a7660-038a-4dba-be02-5b8a38ae6125","serviceDescription":"catalog service description","serviceInvariantUUID":"08360dba-7899-40cc-8930-c944abd051b0","resources":[{"resourceInstanceName":"pNF 035dda5d-e50d 0","resourceName":"pNF 035dda5d-e50d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ed4aaad3-22fb-4764-94bc-f857208b0501","resourceInvariantUUID":"e221df97-9f93-43d2-9975-1d33e713ee60","resourceCustomizationUUID":"64b8380e-2a69-4388-8d46-f034c2b96427","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml","artifactChecksum":"MTM1NDdmYmNiOWE0NWE4ZDljOTM4ZGRjMTNhNWUzMjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f6bca62-6723-4e06-8c8d-c3a3946991ce","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8354b947-405f-49f0-ac3c-cb12691e1cb1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a859e1f9-ded7-4fa2-b6ef-804a46a5655b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml","artifactChecksum":"OGEwZjFiNDRhNzc3Y2NiNGZlNTQxMzY2NTdhNWI5ZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c39e810b-fb05-4f1a-9be4-d1e4236ff5e3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5eb8a855-3db7-496f-be6e-baa7bfdfd687","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a8cdab2d-31f5-494b-ba3b-818e6c518abd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml","artifactChecksum":"NDgyYzdiN2Y4YjM1NTIzM2M1YTljZmIzZjgwMmJlYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e099cc82-e0a6-401a-9011-e3b86b4ac2d6","artifactVersion":"1"},{"artifactName":"service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar","artifactChecksum":"OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95090021-a94f-4d6c-99a3-75e3f0de68ed","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:21:04.668Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:21:04.668Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:04.668Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:04.668Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:21:05.669Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:21:05.669Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:05.670Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:05.670Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:21:06.671Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:21:06.671Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:06.671Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:06.671Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:21:07.672Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:21:07.672Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:07.673Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:07.673Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:21:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:21:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:21:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901620186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:21:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:21:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:21:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:21:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:21:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:21:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:21:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:21:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:21:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:21:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:21:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:21:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:21:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:21:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:21:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:21:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:21:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:21:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:21:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:21:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:21:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:21:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:21:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:21:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:21:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:21:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:21:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901629587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:21:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:21:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:21:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901631396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists"
}
2023-03-27T07:21:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:21:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:21:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901632397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists"
}
2023-03-27T07:21:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:21:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:21:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901663639,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:21:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:21:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:21:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:21:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:21:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:21:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:21:08.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:21:08.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:21:08.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:21:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:21:08.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:21:08.228Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:21:08.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:21:08.673Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:21:08.674Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:08.674Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:08.674Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:21:09.675Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:21:09.675Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:09.675Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:09.675Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:21:10.676Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:21:10.676Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:10.676Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:10.677Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:21:11.677Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:21:11.678Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:11.678Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:11.678Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:21:12.678Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "serviceName": "Demo_pNF_pBWRKQCWjqybRW6LYJID",
  "serviceVersion": "1.0",
  "serviceUUID": "494a7660-038a-4dba-be02-5b8a38ae6125",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "08360dba-7899-40cc-8930-c944abd051b0",
  "resources": [
    {
      "resourceInstanceName": "pNF 035dda5d-e50d 0",
      "resourceCustomizationUUID": "64b8380e-2a69-4388-8d46-f034c2b96427",
      "resourceName": "pNF 035dda5d-e50d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ed4aaad3-22fb-4764-94bc-f857208b0501",
      "resourceInvariantUUID": "e221df97-9f93-43d2-9975-1d33e713ee60",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
      "artifactChecksum": "OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "95090021-a94f-4d6c-99a3-75e3f0de68ed"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:21:12.679Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:21:12.679Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 494a7660-038a-4dba-be02-5b8a38ae6125 ASDC
2023-03-27T07:21:12.679Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a2623c34-c0a0-4673-8207-8bd402f0c55d
ServiceName:Demo_pNF_pBWRKQCWjqybRW6LYJID
ServiceVersion:1.0
ServiceUUID:494a7660-038a-4dba-be02-5b8a38ae6125
ServiceInvariantUUID:08360dba-7899-40cc-8930-c944abd051b0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
ArtifactUUID:95090021-a94f-4d6c-99a3-75e3f0de68ed
ArtifactChecksum:OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 035dda5d-e50d 0
ResourceCustomizationUUID:64b8380e-2a69-4388-8d46-f034c2b96427
ResourceInvariantUUID:e221df97-9f93-43d2-9975-1d33e713ee60
ResourceName:pNF 035dda5d-e50d
ResourceType:PNF
ResourceUUID:ed4aaad3-22fb-4764-94bc-f857208b0501
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:21:12.679Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 494a7660-038a-4dba-be02-5b8a38ae6125 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-27T07:21:12.719Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:21:12.720Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:21:12.720Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:21:12.720Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed from URL: /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:21:12.720Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:21:12.720Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:21:13.027Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T07:21:13.031Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar 95090021-a94f-4d6c-99a3-75e3f0de68ed 88023
2023-03-27T07:21:13.031Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar ASDC sendASDCNotification
2023-03-27T07:21:13.032Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:21:13.032Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:21:13.032Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:13.032Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:13.032Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901673031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:21:14.033Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:21:14.033Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:21:14.033Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed, URL: /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar to file: /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:21:14.034Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:21:14.034Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:21:14.034Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:21:14.114Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9540825354984260330/Definitions/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml
2023-03-27T07:21:14.803Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T07:21:14.804Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T07:21:14.804Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:21:14.804Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T07:21:14.804Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 035dda5d-e50d 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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:21:14.805Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:21:14.805Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:21:14.805Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:21:14.805Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:21:14.805Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:21:14.805Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:21:14.805Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T07:21:14.805Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:21:14.805Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:21:14.805Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Node template pNF 035dda5d-e50d 0 is matching search criteria
2023-03-27T07:21:14.805Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T07:21:14.805Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 035dda5d-e50d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:21:14.806Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:21:14.806Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:21:14.806Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Node template pNF 035dda5d-e50d 0 is matching search criteria
2023-03-27T07:21:14.806Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T07:21:14.806Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 035dda5d-e50d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:21:14.806Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:21:14.806Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:21:14.806Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:21:14.806Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:21:14.806Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:21:14.806Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:21:14.806Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:21:14.806Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:21:14.806Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:21:14.806Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:21:14.806Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_pBWRKQCWjqybRW6LYJID
Description:catalog service description
Model UUID:494a7660-038a-4dba-be02-5b8a38ae6125
Model Version:NULL
Model InvariantUuid:08360dba-7899-40cc-8930-c944abd051b0
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-27T07:21:14.850Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||ERROR|500||Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists
2023-03-27T07:21:14.851Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar ASDC sendASDCNotification
2023-03-27T07:21:14.851Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar(Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists)
2023-03-27T07:21:14.851Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:21:14.851Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:14.851Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:14.851Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901674851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:21:15.853Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar ASDC sendASDCNotification
2023-03-27T07:21:15.853Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar(Resource with UUID: ed4aaad3-22fb-4764-94bc-f857208b0501 already exists)
2023-03-27T07:21:15.853Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:21:15.853Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:15.854Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:15.854Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901675853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ed4aaad3-22fb-4764-94bc-f857208b0501 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:21:16.855Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:21:16.876Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:21:16.879Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:21:16.879Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:21:16.879Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:21:16.880Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:21:16.880Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:21:16.880Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:21:16.880Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:21:16.880Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:21:16.880Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-27T07:21:16.892Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:21:46.892Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d 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-27T07:21:46.902Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2623c34-c0a0-4673-8207-8bd402f0c55d and serviceModelVersionId: 494a7660-038a-4dba-be02-5b8a38ae6125
2023-03-27T07:21:46.902Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08360dba-7899-40cc-8930-c944abd051b0
2023-03-27T07:21:46.903Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0
2023-03-27T07:21:46.908Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:21:46.927Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|INFO|500||Invoke
2023-03-27T07:21:46.927Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2623c34-c0a0-4673-8207-8bd402f0c55d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[23db3a03-7ea3-45fb-a59d-4ceee3b58f2d], X-ECOMP-RequestID=[a2623c34-c0a0-4673-8207-8bd402f0c55d], X-TransactionId=[], X-ONAP-RequestID=[a2623c34-c0a0-4673-8207-8bd402f0c55d], Content-Type=[application/merge-patch+json]}
2023-03-27T07:21:46.938Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:21:47.085Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?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/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:21:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[675928], x-aai-txid=[1-aai-resources-230327-07:21:47:202-93833], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:21:47.086Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:21:47.087Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|INFO|500||InvokeReturn
2023-03-27T07:21:47.087Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:21:47.087Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-27T07:21:47.097Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||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-27T07:21:47.098Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2623c34-c0a0-4673-8207-8bd402f0c55d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:21:47.098Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:21:47.098Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:47.098Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:47.098Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901707098,
  "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-27T07:21:48.128Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T07:21:48.128Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"b6ef30bd-e7e6-4686-b045-d92b84d9994d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"5db69c29-4878-4857-8549-92154e5017b7","serviceDescription":"service","serviceInvariantUUID":"d2498e70-a483-4840-b460-685f99ad0bec","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3587282d-54f5-4da1-a73a-6c11a04ca6df","resourceInvariantUUID":"4d4a3ff3-baca-4b13-b544-1c263d228a3b","resourceCustomizationUUID":"2a4e1c33-baec-43e9-b687-aaa514c5ba47","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":"ZGEwODEyYWUzM2ZkYjQyNmQ0OTlmOTg3MjFkODA0NWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4d9f86f-2f6d-4d1c-aa84-aaab87f6ea74","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":"ZmFmNzg3ODlhY2U5MTc1NjllNzEyMjA3M2JlYmJkMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be4c3235-7b24-4df1-bf81-abddf0329a92","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":"04609c7c-3567-423f-ac96-f4ee063bb596","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":"6231e6fe-6f4a-41bb-b227-c7d13584fe58","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":"285bac2c-e238-4f61-b44b-eb34ca4be99f","artifactVersion":"2","generatedFromUUID":"5c082ebc-8459-439e-a420-579528122ac7"},{"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":"83d6e0dd-0186-4320-8e37-293b672c2f7b","artifactVersion":"2","generatedFromUUID":"04609c7c-3567-423f-ac96-f4ee063bb596"},{"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":"5c082ebc-8459-439e-a420-579528122ac7","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":"878c65b5-c6e3-4dfc-ab86-d26626205125","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":"ZDgyOWM5ZTQ3YjU1YWJkNTU3NTIwNmYwYzBkODU4NjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76e7cd29-c150-497e-a2c7-d8dce79ec30f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Nzk4ZjIyYzE1ZTNmZTdjYWU3YTJhOWYxYTBkYmQyYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a5166728-b94b-4029-8d2f-31af64d00cd9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:21:48.128Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:21:48.128Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:48.129Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:48.129Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:21:49.129Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:21:49.130Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:49.130Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:49.130Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:21:50.131Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:21:50.131Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:50.132Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:50.132Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:21:51.133Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:21:51.134Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:51.134Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:51.134Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:21:52.136Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:21:52.136Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:52.136Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:52.136Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:21:53.138Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:21:53.138Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:53.138Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:53.139Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:21:54.140Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:21:54.140Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:54.141Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:54.141Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:21:55.141Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:21:55.142Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:55.142Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:55.142Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:21:56.143Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:21:56.144Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:56.144Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:56.144Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:21:57.146Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:21:57.146Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:57.146Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:57.146Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:21:58.148Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5db69c29-4878-4857-8549-92154e5017b7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d2498e70-a483-4840-b460-685f99ad0bec",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "2a4e1c33-baec-43e9-b687-aaa514c5ba47",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3587282d-54f5-4da1-a73a-6c11a04ca6df",
      "resourceInvariantUUID": "4d4a3ff3-baca-4b13-b544-1c263d228a3b",
      "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": "ZmFmNzg3ODlhY2U5MTc1NjllNzEyMjA3M2JlYmJkMTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "be4c3235-7b24-4df1-bf81-abddf0329a92",
          "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": "04609c7c-3567-423f-ac96-f4ee063bb596",
          "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": "83d6e0dd-0186-4320-8e37-293b672c2f7b",
            "generatedFromUUID": "04609c7c-3567-423f-ac96-f4ee063bb596"
          },
          "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": "285bac2c-e238-4f61-b44b-eb34ca4be99f",
          "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": "83d6e0dd-0186-4320-8e37-293b672c2f7b",
          "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": "5c082ebc-8459-439e-a420-579528122ac7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Nzk4ZjIyYzE1ZTNmZTdjYWU3YTJhOWYxYTBkYmQyYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a5166728-b94b-4029-8d2f-31af64d00cd9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:21:58.149Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:21:58.149Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5db69c29-4878-4857-8549-92154e5017b7 ASDC
2023-03-27T07:21:58.149Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b6ef30bd-e7e6-4686-b045-d92b84d9994d
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:5db69c29-4878-4857-8549-92154e5017b7
ServiceInvariantUUID:d2498e70-a483-4840-b460-685f99ad0bec
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:a5166728-b94b-4029-8d2f-31af64d00cd9
ArtifactChecksum:Nzk4ZjIyYzE1ZTNmZTdjYWU3YTJhOWYxYTBkYmQyYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:2a4e1c33-baec-43e9-b687-aaa514c5ba47
ResourceInvariantUUID:4d4a3ff3-baca-4b13-b544-1c263d228a3b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:3587282d-54f5-4da1-a73a-6c11a04ca6df
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:be4c3235-7b24-4df1-bf81-abddf0329a92
ArtifactChecksum:ZmFmNzg3ODlhY2U5MTc1NjllNzEyMjA3M2JlYmJkMTg=
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:04609c7c-3567-423f-ac96-f4ee063bb596
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:83d6e0dd-0186-4320-8e37-293b672c2f7b
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:285bac2c-e238-4f61-b44b-eb34ca4be99f
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:83d6e0dd-0186-4320-8e37-293b672c2f7b
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:5c082ebc-8459-439e-a420-579528122ac7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T07:21:58.149Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5db69c29-4878-4857-8549-92154e5017b7 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-27T07:21:58.194Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:21:58.195Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:21:58.195Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:21:58.195Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-27T07:21:58.195Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:21:58.195Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-27T07:21:58.526Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-27T07:21:58.532Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a5166728-b94b-4029-8d2f-31af64d00cd9 163278
2023-03-27T07:21:58.532Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:21:58.532Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:21:58.532Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:21:58.532Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:21:58.532Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:21:58.532Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901718532,
  "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-27T07:21:59.533Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:21:59.534Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:21:59.534Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a5166728-b94b-4029-8d2f-31af64d00cd9, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:21:59.534Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-27T07:21:59.535Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:21:59.535Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:21:59.632Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11437713412198809325/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-27T07:22:00.516Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T07:22:00.516Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T07:22:00.516Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:22:00.517Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-27T07:22:00.517Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:22:00.517Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:22:00.517Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:22:00.517Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:22:00.517Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-27T07:22:00.517Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:22:00.517Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:22:00.517Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:22:00.517Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T07:22:00.517Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:22:00.517Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:22:00.517Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:22:00.517Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:22:00.517Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-27T07:22:00.517Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:22:00.517Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:22:00.517Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:22:00.517Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:22:00.518Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-27T07:22:00.518Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-27T07:22:00.518Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-27T07:22:00.518Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-27T07:22:00.518Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:22:00.518Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-27T07:22:00.518Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:22:00.518Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:22:00.518Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T07:22:00.518Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:22:00.518Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:22:00.518Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T07:22:00.518Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:22:00.518Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:22:00.518Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T07:22:00.519Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:22:00.519Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:22:00.519Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T07:22:00.519Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:22:00.519Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-27T07:22:00.519Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-27T07:22:00.519Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c68f858a-0ebd-479d-ba88-b3ca6d316cbd
2023-03-27T07:22:00.519Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:22:00.519Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:22:00.519Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:22:00.519Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:22:00.519Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:22:00.519Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:22:00.519Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:22:00.519Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:22:00.519Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:5db69c29-4878-4857-8549-92154e5017b7
Model Version:NULL
Model InvariantUuid:d2498e70-a483-4840-b460-685f99ad0bec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:33e445aa-9903-4a5e-b3d3-8cd63cb65a8a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4d4a3ff3-baca-4b13-b544-1c263d228a3b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2a4e1c33-baec-43e9-b687-aaa514c5ba47
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:629bd09c-14f7-478b-95cc-9ce5ea60f27b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:bd592aef-aa44-493a-b333-753982b10931
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:f5110d65-cd6e-44b6-8948-f321f1bf1c03
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e83320a1-3011-45e9-a4e5-027894534661
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c68f858a-0ebd-479d-ba88-b3ca6d316cbd
ModelInvariantUuid:7c546e16-938c-4f5f-9ee4-ac2f2313dc09
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:dd2b4992-f375-4565-aa32-b219deed4c8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:9c4d9637-7d2f-47c0-bcfa-542a3dfe8b8c
ModelInvariantUuid:92fc1ae5-92f8-4bad-affa-bde363f0a981
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a059bed1-2b84-4497-b82a-59715d1d3a73
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-27T07:22:00.552Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||ERROR|500||Csar with UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 already exists
2023-03-27T07:22:00.553Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:22:00.553Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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: a5166728-b94b-4029-8d2f-31af64d00cd9 already exists)
2023-03-27T07:22:00.553Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:22:00.553Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:22:00.553Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:22:00.553Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901720552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:22:01.554Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:22:01.555Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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: 3587282d-54f5-4da1-a73a-6c11a04ca6df already exists)
2023-03-27T07:22:01.555Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:22:01.555Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:22:01.555Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:22:01.555Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901721554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3587282d-54f5-4da1-a73a-6c11a04ca6df already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:22:02.556Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:22:02.582Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:22:02.587Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:22:02.587Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:22:02.587Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:22:02.587Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:22:02.587Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:22:02.587Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:22:02.587Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:22:02.587Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:22:02.588Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:22:02.601Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:22:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:22:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:22:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:22:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:22:32.602Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d 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-27T07:22:32.614Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d and serviceModelVersionId: 5db69c29-4878-4857-8549-92154e5017b7
2023-03-27T07:22:32.615Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2498e70-a483-4840-b460-685f99ad0bec
2023-03-27T07:22:32.616Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0
2023-03-27T07:22:32.626Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:22:32.639Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|INFO|500||Invoke
2023-03-27T07:22:32.639Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b6ef30bd-e7e6-4686-b045-d92b84d9994d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d05ba0e2-f09c-498b-b807-3038274922ae], X-ECOMP-RequestID=[b6ef30bd-e7e6-4686-b045-d92b84d9994d], X-TransactionId=[], X-ONAP-RequestID=[b6ef30bd-e7e6-4686-b045-d92b84d9994d], Content-Type=[application/merge-patch+json]}
2023-03-27T07:22:32.647Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:22:32.779Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?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/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:22:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[200808], x-aai-txid=[2-aai-resources-230327-07:22:32:913-28827], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:22:32.779Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:22:32.780Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|INFO|500||InvokeReturn
2023-03-27T07:22:32.780Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:22:32.781Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:22:32.788Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||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-27T07:22:32.789Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b6ef30bd-e7e6-4686-b045-d92b84d9994d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:22:32.789Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:22:32.789Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:22:32.789Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:22:32.789Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901752789,
  "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-27T07:22:33.818Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T07:22:33.818Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"e3417ef5-3b41-4758-ae5f-7ba4d01c0af0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0922484c-c6e0-4495-9019-dbfb0b0a235e","serviceDescription":"service","serviceInvariantUUID":"fc8e86ba-2a91-4747-8a35-c3886f28bacb","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22e67af8-2d8d-4a40-afbf-f5aff5f92dfc","resourceInvariantUUID":"a8fb0cf7-a7ef-4816-a1fc-02cdbf7d0dc2","resourceCustomizationUUID":"a5c545a2-577a-4ce9-9290-5757df5641cc","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":"MTk2MWY5MWRhNjZhMTI4OGUzYzBjYzE3NDVkNDRmMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d762d588-a610-4429-a313-58a23a43386f","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":"NTQ3MGU5NjhlNDQ0NzE5OWZjYTdmZDk3OTIzMTAzYzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"521bf78b-8c69-42dd-b2fa-da978faf3a98","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":"2d284b6d-0190-44f2-b19e-a97bbcfacb71","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":"6d049835-8c05-4e82-b5b0-fb1544509d6a","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":"d7e4c399-f5d3-4e8b-b09e-434533da9442","artifactVersion":"2","generatedFromUUID":"2d284b6d-0190-44f2-b19e-a97bbcfacb71"},{"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":"MTQ0NzJiN2Q1NjI4YjJmYTFlMTU4MGJhNTZiYWUyNTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d6bedadd-0e88-494c-89ba-f65e5bb7859c","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":"ZTJlYTFiOWNkMGRiNTJjZDkzMzU3OWQ2MTg2Y2ViZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf195fad-fd0d-4bac-881e-0a44cb25998f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OGMxZDdmNzIyNjc2MWI3ZDc5NTNjZjUwNTYwNDlmYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:22:33.819Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:22:33.819Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:22:33.819Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:22:33.819Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:22:34.820Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:22:34.820Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:22:34.821Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:22:34.821Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:22:35.821Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:22:35.822Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:22:35.822Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:22:35.822Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:22:36.823Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:22:36.823Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:22:36.824Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:22:36.824Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:22:37.825Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:22:37.825Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:22:37.825Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:22:37.826Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:22:38.826Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:22:38.827Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:22:38.827Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:22:38.827Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:22:39.828Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:22:39.828Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:22:39.829Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:22:39.829Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:22:40.829Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:22:40.830Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:22:40.830Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:22:40.830Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:22:41.831Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0922484c-c6e0-4495-9019-dbfb0b0a235e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fc8e86ba-2a91-4747-8a35-c3886f28bacb",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "a5c545a2-577a-4ce9-9290-5757df5641cc",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "22e67af8-2d8d-4a40-afbf-f5aff5f92dfc",
      "resourceInvariantUUID": "a8fb0cf7-a7ef-4816-a1fc-02cdbf7d0dc2",
      "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": "NTQ3MGU5NjhlNDQ0NzE5OWZjYTdmZDk3OTIzMTAzYzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "521bf78b-8c69-42dd-b2fa-da978faf3a98",
          "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": "2d284b6d-0190-44f2-b19e-a97bbcfacb71",
          "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": "d7e4c399-f5d3-4e8b-b09e-434533da9442",
            "generatedFromUUID": "2d284b6d-0190-44f2-b19e-a97bbcfacb71"
          },
          "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": "d7e4c399-f5d3-4e8b-b09e-434533da9442",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OGMxZDdmNzIyNjc2MWI3ZDc5NTNjZjUwNTYwNDlmYzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:22:41.832Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:22:41.832Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0922484c-c6e0-4495-9019-dbfb0b0a235e ASDC
2023-03-27T07:22:41.832Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0922484c-c6e0-4495-9019-dbfb0b0a235e
ServiceInvariantUUID:fc8e86ba-2a91-4747-8a35-c3886f28bacb
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:73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34
ArtifactChecksum:OGMxZDdmNzIyNjc2MWI3ZDc5NTNjZjUwNTYwNDlmYzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:a5c545a2-577a-4ce9-9290-5757df5641cc
ResourceInvariantUUID:a8fb0cf7-a7ef-4816-a1fc-02cdbf7d0dc2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:22e67af8-2d8d-4a40-afbf-f5aff5f92dfc
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:521bf78b-8c69-42dd-b2fa-da978faf3a98
ArtifactChecksum:NTQ3MGU5NjhlNDQ0NzE5OWZjYTdmZDk3OTIzMTAzYzU=
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:2d284b6d-0190-44f2-b19e-a97bbcfacb71
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:d7e4c399-f5d3-4e8b-b09e-434533da9442
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:d7e4c399-f5d3-4e8b-b09e-434533da9442
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T07:22:41.832Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0922484c-c6e0-4495-9019-dbfb0b0a235e 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-27T07:22:41.883Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:22:41.884Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:22:41.884Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:22:41.884Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-27T07:22:41.884Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:22:41.885Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-27T07:22:41.908Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T07:22:41.908Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1d36280d
2023-03-27T07:22:41.908Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:22:41.909Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-27T07:22:41.909Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:22:41.909Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T07:22:41.909Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T07:22:41.910Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:22:41.910Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:22:41.910Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:22:41.910Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901761909,
  "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-27T07:22:42.911Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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:73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34)
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-27T07:22:42.954Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||ERROR|500||Csar with UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 already exists
2023-03-27T07:22:42.954Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T07:22:42.954Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 already exists)
2023-03-27T07:22:42.954Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:22:42.955Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:22:42.955Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:22:42.955Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901762954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:22:43.956Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T07:22:43.956Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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: 22e67af8-2d8d-4a40-afbf-f5aff5f92dfc already exists)
2023-03-27T07:22:43.956Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:22:43.956Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:22:43.957Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:22:43.957Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901763956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22e67af8-2d8d-4a40-afbf-f5aff5f92dfc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:22:44.957Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:22:44.979Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:22:44.982Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:22:44.982Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:22:44.982Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:22:44.982Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:22:44.982Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:22:44.982Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:22:44.982Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:22:44.982Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:22:44.983Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T07:22:44.995Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:23:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:23:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:23:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:23:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:23:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:23:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:23:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:23:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:23:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:23:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:23:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:23:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901673031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:23:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:23:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:23:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901674851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists"
}
2023-03-27T07:23:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:23:08.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:23:08.221Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901675853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ed4aaad3-22fb-4764-94bc-f857208b0501 already exists"
}
2023-03-27T07:23:08.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:23:08.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:23:08.221Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901707098,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:23:08.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:23:08.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:23:08.221Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:23:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:23:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:23:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T07:23:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:23:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:23:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:23:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:23:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:23:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:23:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:23:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:23:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-27T07:23:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:23:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:23:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-27T07:23:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:23:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:23:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-27T07:23:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:23:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:23:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:23:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:23:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:23:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:23:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:23:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:23:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:23:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:23:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:23:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901718532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:23:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:23:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:23:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901720552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 already exists"
}
2023-03-27T07:23:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:23:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:23:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901721554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3587282d-54f5-4da1-a73a-6c11a04ca6df already exists"
}
2023-03-27T07:23:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:23:14.995Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 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-27T07:23:15.003Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 and serviceModelVersionId: 0922484c-c6e0-4495-9019-dbfb0b0a235e
2023-03-27T07:23:15.003Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc8e86ba-2a91-4747-8a35-c3886f28bacb
2023-03-27T07:23:15.004Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0
2023-03-27T07:23:15.009Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:23:15.029Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|INFO|500||Invoke
2023-03-27T07:23:15.030Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e3417ef5-3b41-4758-ae5f-7ba4d01c0af0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[484c27fb-d580-4421-8e60-04f83d28ba05], X-ECOMP-RequestID=[e3417ef5-3b41-4758-ae5f-7ba4d01c0af0], X-TransactionId=[], X-ONAP-RequestID=[e3417ef5-3b41-4758-ae5f-7ba4d01c0af0], Content-Type=[application/merge-patch+json]}
2023-03-27T07:23:15.041Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:23:15.184Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?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/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:23:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[249928], x-aai-txid=[2-aai-resources-230327-07:23:15:305-51317], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:23:15.185Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:23:15.185Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|INFO|500||InvokeReturn
2023-03-27T07:23:15.186Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:23:15.186Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T07:23:15.195Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||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-27T07:23:15.196Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:23:15.196Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:23:15.196Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:23:15.196Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:23:15.196Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901795196,
  "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-27T07:23:16.225Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T07:23:16.225Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4ea60221-fafe-4146-a40a-1e53a7609760","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6ad39928-cef3-4501-b97b-1f279fe0b99e","serviceDescription":"service","serviceInvariantUUID":"97d6924d-25ed-4c3f-a80f-5f86c649040a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3631eeb1-3027-4b6e-af5c-33622d466c18","resourceInvariantUUID":"19b2af55-44ab-4db0-8b71-a3a12d7dd8bf","resourceCustomizationUUID":"638e2869-cd11-45f5-a35e-88e90047411e","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":"YzQ4MGEyZDhiMDBiZDUzZDFlZGE5NzMyYjdmNTFiMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"109aabf0-5283-4868-996f-2b53a1022d81","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":"d7e9a587-452e-4a6a-8322-1de213042c96","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":"456e8757-02b8-49af-abe9-a4f4128666ca","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":"OTU1NjBjNWIwMzk3MGJiZWZmNTQ3MGEwNDhlMzIzOWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"72c1ea79-83fe-42f7-9991-80f107d0855b","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":"599188de-94f7-4849-a30f-911760d9ade3","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":"dd5de4bf-89be-448c-a5c6-b605048525b0","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":"177ca76d-90ad-4b0c-9b69-86a2a9ee2bfd","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":"Njg2YTAxMmM5Mjg3YmYxODI2YTZlZmEzYTZjNmE2NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bad55088-56bf-41e0-9221-4ccb364a1b0c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDEyNGFjYTY4MTYyYTQ3MmU4MWQxYWY4OWZkOWI2NmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74678de5-c1da-4671-8db9-3fbf93c6ebd2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:23:16.226Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:23:16.226Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:23:16.226Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:23:16.226Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:23:17.227Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:23:17.227Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:23:17.228Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:23:17.228Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:23:18.229Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:23:18.229Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:23:18.229Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:23:18.229Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:23:19.230Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:23:19.231Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:23:19.231Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:23:19.231Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:23:20.233Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:23:20.233Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:23:20.233Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:23:20.234Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:23:21.235Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:23:21.236Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:23:21.236Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:23:21.236Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:23:22.237Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:23:22.237Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:23:22.237Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:23:22.237Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:23:23.238Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:23:23.239Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:23:23.239Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:23:23.239Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:23:24.240Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:23:24.240Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:23:24.240Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:23:24.240Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:23:25.241Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6ad39928-cef3-4501-b97b-1f279fe0b99e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "97d6924d-25ed-4c3f-a80f-5f86c649040a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "638e2869-cd11-45f5-a35e-88e90047411e",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3631eeb1-3027-4b6e-af5c-33622d466c18",
      "resourceInvariantUUID": "19b2af55-44ab-4db0-8b71-a3a12d7dd8bf",
      "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": "ZDEyNGFjYTY4MTYyYTQ3MmU4MWQxYWY4OWZkOWI2NmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "74678de5-c1da-4671-8db9-3fbf93c6ebd2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:23:25.242Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:23:25.242Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ad39928-cef3-4501-b97b-1f279fe0b99e ASDC
2023-03-27T07:23:25.242Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4ea60221-fafe-4146-a40a-1e53a7609760
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6ad39928-cef3-4501-b97b-1f279fe0b99e
ServiceInvariantUUID:97d6924d-25ed-4c3f-a80f-5f86c649040a
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:74678de5-c1da-4671-8db9-3fbf93c6ebd2
ArtifactChecksum:ZDEyNGFjYTY4MTYyYTQ3MmU4MWQxYWY4OWZkOWI2NmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:638e2869-cd11-45f5-a35e-88e90047411e
ResourceInvariantUUID:19b2af55-44ab-4db0-8b71-a3a12d7dd8bf
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:3631eeb1-3027-4b6e-af5c-33622d466c18
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:23:25.242Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ad39928-cef3-4501-b97b-1f279fe0b99e 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-27T07:23:25.293Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:23:25.294Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:23:25.294Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:23:25.294Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T07:23:25.295Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:23:25.295Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T07:23:25.317Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T07:23:25.318Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4494e06a
2023-03-27T07:23:25.318Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:23:25.318Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-27T07:23:25.318Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 74678de5-c1da-4671-8db9-3fbf93c6ebd2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:23:25.319Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:23:25.319Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:23:25.319Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:23:25.319Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:23:25.320Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:23:25.320Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901805319,
  "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-27T07:23:26.321Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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:74678de5-c1da-4671-8db9-3fbf93c6ebd2)
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-27T07:23:26.362Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||ERROR|500||Csar with UUID: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 already exists
2023-03-27T07:23:26.363Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:23:26.363Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 already exists)
2023-03-27T07:23:26.363Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:23:26.363Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:23:26.363Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:23:26.364Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901806362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:23:27.365Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:23:27.365Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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: 3631eeb1-3027-4b6e-af5c-33622d466c18 already exists)
2023-03-27T07:23:27.365Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:23:27.366Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:23:27.366Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:23:27.366Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901807365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3631eeb1-3027-4b6e-af5c-33622d466c18 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:23:28.367Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ea60221-fafe-4146-a40a-1e53a7609760
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:23:28.397Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ea60221-fafe-4146-a40a-1e53a7609760
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:23:28.401Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:23:28.401Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:23:28.401Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:23:28.401Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:23:28.401Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:23:28.401Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:23:28.401Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:23:28.401Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:23:28.401Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:23:28.410Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:23:58.411Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ea60221-fafe-4146-a40a-1e53a7609760 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-27T07:23:58.422Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ea60221-fafe-4146-a40a-1e53a7609760 and serviceModelVersionId: 6ad39928-cef3-4501-b97b-1f279fe0b99e
2023-03-27T07:23:58.423Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97d6924d-25ed-4c3f-a80f-5f86c649040a
2023-03-27T07:23:58.423Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0
2023-03-27T07:23:58.430Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:23:58.449Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?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-27T07:23:58.450Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|INFO|500||Invoke
2023-03-27T07:23:58.457Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:23:58.584Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|INFO|500||InvokeReturn
2023-03-27T07:23:58.585Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:23:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[258120], x-aai-txid=[1-aai-resources-230327-07:23:58:724-28911], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:23:58.586Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:23:58.586Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:23:58.586Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:23:58.594Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||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-27T07:23:58.595Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ea60221-fafe-4146-a40a-1e53a7609760 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:23:58.595Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:23:58.595Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:23:58.596Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:23:58.596Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901838595,
  "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-27T07:23:59.624Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-27T07:23:59.624Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"9c29cf5c-3049-4479-9d46-5403e725b90b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3ca56329-1add-4b75-aa1d-2a4aae1bcde4","serviceDescription":"service","serviceInvariantUUID":"e9db35f9-616b-4cba-8085-897d0adf623d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c35d429d-72dc-46e5-8970-8f705035d60b","resourceInvariantUUID":"5be33205-b013-44c3-a012-2f24b5da1417","resourceCustomizationUUID":"96560140-aa0c-4563-86ef-942bc2960a2d","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":"Yjg1MzhmZDJmZGMwY2FiZDdlOGNjYzFiYWRkZTRkMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e628c0bd-761f-46bd-adbb-a0856a8df924","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":"d9c1a2fb-cc6e-443e-a40a-c0abf2107ad0","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":"b1c4f50b-23cf-4322-b4af-f6bee042e3b2","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":"MTIwMzZlMGQ5MDFjOTdhMzM5NmIyMGY4ZGJlZjliOWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1f912547-3437-492c-9288-107b9324f5e3","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":"36809441-0ffd-4e21-acab-38e022185f17","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":"b97f0a47-5b67-4823-b290-785f11c4a342","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":"abc559d2-ff3e-4bd4-8ec7-ff967efe0ed0","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":"ZjBjZjExYmRjYmNkYTQ3NjA3MWRmNTdlZTYwNjRlYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7ef63c3a-ae88-42ac-9b5b-0472522095ea","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Nzk5MWZjMWRkYTNiMjQzZWRlYzIzMmIxMzAxNzA4YzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f8d7198-1ede-4a0e-9591-5558696cb6a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:23:59.625Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:23:59.625Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:23:59.625Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:23:59.625Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:24:00.626Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:24:00.627Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:24:00.627Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:24:00.627Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:24:01.628Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:24:01.628Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:24:01.629Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:24:01.629Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:24:02.630Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:24:02.631Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:24:02.631Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:24:02.631Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:24:03.632Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:24:03.633Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:24:03.633Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:24:03.633Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:24:04.634Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:24:04.634Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:24:04.635Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:24:04.635Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:24:05.635Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:24:05.636Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:24:05.636Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:24:05.636Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:24:06.637Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:24:06.638Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:24:06.638Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:24:06.638Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "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-27T07:24:07.639Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:24:07.639Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:24:07.639Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:24:07.640Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:24:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:24:08.217Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:24:08.231Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:24:08.232Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T07:24:08.237Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:24:08.238Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 23: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T07:24:08.255Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:24:08.256Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:24:08.256Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:24:08.261Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:24:08.261Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:24:08.261Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:24:08.262Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1244, 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-27T07:24:08.262Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:24:08.262Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:24:08.640Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3ca56329-1add-4b75-aa1d-2a4aae1bcde4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e9db35f9-616b-4cba-8085-897d0adf623d",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "96560140-aa0c-4563-86ef-942bc2960a2d",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c35d429d-72dc-46e5-8970-8f705035d60b",
      "resourceInvariantUUID": "5be33205-b013-44c3-a012-2f24b5da1417",
      "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": "Nzk5MWZjMWRkYTNiMjQzZWRlYzIzMmIxMzAxNzA4YzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3f8d7198-1ede-4a0e-9591-5558696cb6a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:24:08.641Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:24:08.641Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3ca56329-1add-4b75-aa1d-2a4aae1bcde4 ASDC
2023-03-27T07:24:08.641Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:9c29cf5c-3049-4479-9d46-5403e725b90b
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3ca56329-1add-4b75-aa1d-2a4aae1bcde4
ServiceInvariantUUID:e9db35f9-616b-4cba-8085-897d0adf623d
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:3f8d7198-1ede-4a0e-9591-5558696cb6a0
ArtifactChecksum:Nzk5MWZjMWRkYTNiMjQzZWRlYzIzMmIxMzAxNzA4YzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:96560140-aa0c-4563-86ef-942bc2960a2d
ResourceInvariantUUID:5be33205-b013-44c3-a012-2f24b5da1417
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c35d429d-72dc-46e5-8970-8f705035d60b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:24:08.641Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ca56329-1add-4b75-aa1d-2a4aae1bcde4 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-27T07:24:08.688Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:24:08.689Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:24:08.689Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-27T07:24:08.689Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3f8d7198-1ede-4a0e-9591-5558696cb6a0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T07:24:08.689Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-27T07:24:08.689Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T07:24:08.708Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-27T07:24:08.708Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7405312
2023-03-27T07:24:08.708Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:24:08.709Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-27T07:24:08.709Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3f8d7198-1ede-4a0e-9591-5558696cb6a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:24:08.709Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||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-27T07:24:08.709Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||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-27T07:24:08.709Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:24:08.709Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:24:08.709Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:24:08.709Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901848709,
  "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-27T07:24:09.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901752789,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:24:09.278Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.279Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:24:09.279Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.279Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T07:24:09.280Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.280Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:24:09.281Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.281Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:24:09.281Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.282Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-27T07:24:09.282Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.282Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:24:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:24:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:24:09.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901761909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:24:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901762954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 already exists"
}
2023-03-27T07:24:09.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901763956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22e67af8-2d8d-4a40-afbf-f5aff5f92dfc already exists"
}
2023-03-27T07:24:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901795196,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:24:09.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:24:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:24:09.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.287Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:24:09.287Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.287Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:24:09.287Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.288Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:24:09.288Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.288Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:24:09.288Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.289Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:24:09.289Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.289Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:24:09.289Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.290Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:24:09.290Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.290Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901805319,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:24:09.290Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.291Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901806362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 already exists"
}
2023-03-27T07:24:09.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.291Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901807365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3631eeb1-3027-4b6e-af5c-33622d466c18 already exists"
}
2023-03-27T07:24:09.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.291Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901838595,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:24:09.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.292Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:24:09.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.292Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:24:09.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.293Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:24:09.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.293Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:24:09.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.293Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:24:09.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.294Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:24:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.294Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:24:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.294Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:24:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.295Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901180000,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:24:09.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:24:09.295Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901848709,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:24:09.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:24:09.711Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||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:3f8d7198-1ede-4a0e-9591-5558696cb6a0)
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-27T07:24:09.721Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||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-27T07:24:09.721Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: c35d429d-72dc-46e5-8970-8f705035d60b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T07:24:09.731Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||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-27T07:24:09.756Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 c35d429d-72dc-46e5-8970-8f705035d60b test-pnf
2023-03-27T07:24:09.756Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 3ca56329-1add-4b75-aa1d-2a4aae1bcde4
2023-03-27T07:24:09.756Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 3ca56329-1add-4b75-aa1d-2a4aae1bcde4
2023-03-27T07:24:09.756Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c35d429d-72dc-46e5-8970-8f705035d60b 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-27T07:24:09.760Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||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$$562f1e70.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-27T07:24:09.778Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||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$$562f1e70.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-27T07:24:09.780Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf c35d429d-72dc-46e5-8970-8f705035d60b 0 ASDC deployResourceStructure
2023-03-27T07:24:09.780Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||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$$562f1e70.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-27T07:24:09.780Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||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-27T07:24:09.781Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||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-27T07:24:09.781Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:24:09.781Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:24:09.781Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:24:09.781Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901849780,
  "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-27T07:24:10.782Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c29cf5c-3049-4479-9d46-5403e725b90b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:24:10.802Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c29cf5c-3049-4479-9d46-5403e725b90b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:24:10.807Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:24:10.807Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:24:10.807Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:24:10.807Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:24:10.807Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:24:10.807Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:24:10.808Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:24:10.808Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-27T07:24:10.808Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||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-27T07:24:10.821Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:24:40.821Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c29cf5c-3049-4479-9d46-5403e725b90b 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-27T07:24:40.828Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c29cf5c-3049-4479-9d46-5403e725b90b and serviceModelVersionId: 3ca56329-1add-4b75-aa1d-2a4aae1bcde4
2023-03-27T07:24:40.829Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9db35f9-616b-4cba-8085-897d0adf623d
2023-03-27T07:24:40.829Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0
2023-03-27T07:24:40.832Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:24:40.845Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?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-27T07:24:40.846Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0|INFO|500||Invoke
2023-03-27T07:24:40.853Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T07:24:40.980Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0|INFO|500||InvokeReturn
2023-03-27T07:24:40.981Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:24:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[123], vertex-id=[221248], x-aai-txid=[0-aai-resources-230327-07:24:41:118-54061], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:24:40.981Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:24:40.981Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:24:40.981Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||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-27T07:24:40.990Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||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-27T07:24:40.991Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c29cf5c-3049-4479-9d46-5403e725b90b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-27T07:24:40.991Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:24:40.992Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:24:40.992Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:24:40.992Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901880991,
  "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-27T07:24:42.025Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T07:24:42.025Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-27T07:24:42.027Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Node 0 disconnected.
2023-03-27T07:24:42.027Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Cancelled in-flight METADATA request with correlation id 130311 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-27T07:24:42.027Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Node 1 disconnected.
2023-03-27T07:24:42.027Z||pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:24:42.028Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:24:42.028Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:24:42.028Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T07:24:42.032Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-db15c36a-8219-44ab-b617-ea7081f65185
2023-03-27T07:24:42.033Z||pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:24:42.033Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:24:42.033Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T07:24:44.477Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:24:47.486Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:24:50.496Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:24:53.506Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:24:56.516Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:24:59.526Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:25:02.536Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:25:05.546Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:25:08.217Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:25:08.234Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:25:08.235Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T07:25:08.240Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully joined group with generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-db15c36a-8219-44ab-b617-ea7081f65185', protocol='range'}
2023-03-27T07:25:08.240Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:25:08.245Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:25:08.245Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:25:08.245Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:25:08.245Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:25:08.246Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:25:08.246Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:25:08.246Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 24: {SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-db15c36a-8219-44ab-b617-ea7081f65185=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-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T07:25:08.260Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:25:08.260Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully synced group in generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-db15c36a-8219-44ab-b617-ea7081f65185', protocol='range'}
2023-03-27T07:25:08.261Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:25:08.261Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:25:08.261Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:25:08.261Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:25:08.264Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:25:08.264Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:25:08.264Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:25:08.264Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:25:08.264Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:25:08.265Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:25:08.265Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:25:08.265Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:25:08.265Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:25:08.265Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1280, 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-27T07:25:08.265Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:25:08.265Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:25:08.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:25:08.858Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"7eff5bd9-031e-4ebb-a433-909c9555370d","serviceName":"basic_onboard_QMpdnl","serviceVersion":"1.0","serviceUUID":"9d1b38d7-168e-4ef6-9355-095aef6c5a06","serviceDescription":"service","serviceInvariantUUID":"13b7de5c-4a5c-495e-b4f1-19ef4a3dc875","resources":[{"resourceInstanceName":"basic_onboard_QMpdnl 0","resourceName":"basic_onboard_QMpdnl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06bf5896-5e90-460d-b950-b0365c92c155","resourceInvariantUUID":"0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b","resourceCustomizationUUID":"9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml","artifactChecksum":"OWI4YTk5NTZmN2JiYmJiYjY4ZjBkNGJmYTg1Mjk4ZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d5361a7-c516-4f0a-86c3-1d0c64c0fe68","artifactVersion":"1"},{"artifactName":"basic_onboard_qmpdnl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json","artifactChecksum":"MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f65df3c5-c527-4045-8387-6c42535f8967","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e469475-09a0-4e48-96e4-ebd00e02b877","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2806961-ef8e-4a93-a449-365db9ac15f5","artifactVersion":"2","generatedFromUUID":"f65df3c5-c527-4045-8387-6c42535f8967"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQmpdnl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml","artifactChecksum":"YjcwYjk3ZDBiYzY0ZjJmYmQxZjA4MjU5NzBiMmU3NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"165396fc-5684-44e2-9cef-79df7fed1847","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQmpdnl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar","artifactChecksum":"NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72e06bf6-5317-4a7a-9922-993e0a0c4b89","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:25:08.860Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:25:08.860Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:25:08.860Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:25:08.861Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:25:09.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.286Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901849780,
  "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-27T07:25:09.286Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.286Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901880991,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-27T07:25:09.286Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.287Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679901879313,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.287Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.287Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679901878437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.287Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.287Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679901878425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.287Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.287Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679901882238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.287Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.288Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679901890219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.288Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.288Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679901894673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.288Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.288Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679901879313,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.288Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.289Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679901882238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.289Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.289Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679901890219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.289Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.289Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679901878425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.289Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.290Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679901878437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.290Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679901894673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.290Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679901879313,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.290Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679901882238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.291Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679901890219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.291Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679901878425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.291Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679901878437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.292Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679901894673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.292Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.292Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679901879313,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.292Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.292Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679901882238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.292Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.292Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679901890219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.292Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.293Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679901878425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.293Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.293Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679901878437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.293Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.293Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679901894673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.293Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.293Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679901879313,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.293Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.293Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679901882238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.293Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.294Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679901878437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.294Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679901878425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.294Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679901890219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.295Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679901894673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.295Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679901879313,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.295Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679901882238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.295Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679901878437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.296Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679901878425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.296Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.296Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679901890219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.296Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.296Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679901894673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.296Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.297Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679901879313,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.297Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.297Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679901882238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.297Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.297Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679901878437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:25:09.297Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.297Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679901878425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.297Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.297Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679901890219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.297Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.297Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679901894673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.297Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.297Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679901879313,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.297Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.298Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679901878437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.298Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.298Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679901882238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.298Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.298Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679901878425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.298Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.298Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679901890219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.298Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679901894673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679901879313,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679901878437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679901882238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679901878425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679901890219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679901894673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679901907420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.300Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679901906509,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:25:09.300Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.300Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679901907449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:25:09.300Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.300Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679901907305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:25:09.300Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.301Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679901908422,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T07:25:09.301Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.301Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679901909424,
  "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-27T07:25:09.338Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4773ba05-a5da-429d-9849-0a6685732bc6
2023-03-27T07:25:09.339Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4773ba05-a5da-429d-9849-0a6685732bc6 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-27T07:25:09.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.359Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:25:09.359Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:25:09.359Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679901909041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T07:25:09.359Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:25:09.861Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:25:09.862Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:25:09.862Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:25:09.862Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:25:10.863Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:25:10.863Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:25:10.864Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:25:10.864Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:25:11.865Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:25:11.865Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:25:11.866Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:25:11.866Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:25:12.866Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:25:12.867Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:25:12.867Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:25:12.867Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:25:13.868Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:25:13.868Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:25:13.868Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:25:13.868Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:25:14.869Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:25:14.869Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:25:14.870Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:25:14.870Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:25:15.871Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "serviceName": "basic_onboard_QMpdnl",
  "serviceVersion": "1.0",
  "serviceUUID": "9d1b38d7-168e-4ef6-9355-095aef6c5a06",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13b7de5c-4a5c-495e-b4f1-19ef4a3dc875",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QMpdnl 0",
      "resourceCustomizationUUID": "9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12",
      "resourceName": "basic_onboard_QMpdnl",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "06bf5896-5e90-460d-b950-b0365c92c155",
      "resourceInvariantUUID": "0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qmpdnl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
          "artifactChecksum": "MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f65df3c5-c527-4045-8387-6c42535f8967",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
            "generatedFromUUID": "f65df3c5-c527-4045-8387-6c42535f8967"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQmpdnl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
      "artifactChecksum": "NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72e06bf6-5317-4a7a-9922-993e0a0c4b89"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:25:15.872Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:25:15.872Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d1b38d7-168e-4ef6-9355-095aef6c5a06 ASDC
2023-03-27T07:25:15.872Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:7eff5bd9-031e-4ebb-a433-909c9555370d
ServiceName:basic_onboard_QMpdnl
ServiceVersion:1.0
ServiceUUID:9d1b38d7-168e-4ef6-9355-095aef6c5a06
ServiceInvariantUUID:13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQmpdnl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
ArtifactUUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89
ArtifactChecksum:NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QMpdnl 0
ResourceCustomizationUUID:9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12
ResourceInvariantUUID:0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b
ResourceName:basic_onboard_QMpdnl
ResourceType:VF
ResourceUUID:06bf5896-5e90-460d-b950-b0365c92c155
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qmpdnl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
ArtifactUUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e
ArtifactChecksum:MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI=
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f65df3c5-c527-4045-8387-6c42535f8967
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T07:25:15.872Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d1b38d7-168e-4ef6-9355-095aef6c5a06 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-27T07:25:15.921Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:25:15.922Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:25:15.922Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:25:15.922Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 72e06bf6-5317-4a7a-9922-993e0a0c4b89 from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T07:25:15.922Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:25:15.923Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T07:25:15.947Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-27T07:25:15.948Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@770b0179
2023-03-27T07:25:15.948Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:25:15.948Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T07:25:15.948Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardQmpdnl-csar.csar /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar 72e06bf6-5317-4a7a-9922-993e0a0c4b89 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:25:15.948Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar ASDC sendASDCNotification
2023-03-27T07:25:15.948Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(Specified artifact is  not found)
2023-03-27T07:25:15.949Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:25:15.949Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:25:15.949Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:25:15.949Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901915948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:25:16.951Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||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-BasicOnboardQmpdnl-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(UUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89)
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-27T07:25:16.965Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||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-27T07:25:16.966Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T07:25:16.971Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||basic_onboard_QMpdnl 0
2023-03-27T07:25:16.971Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
2023-03-27T07:25:16.971Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T07:25:16.971Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:25:16.972Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T07:25:16.990Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-27T07:25:16.990Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7c8833ef
2023-03-27T07:25:16.990Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:25:16.990Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T07:25:16.991Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_qmpdnl0_modules.json /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:25:16.991Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json ASDC sendASDCNotification
2023-03-27T07:25:16.991Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(Specified artifact is  not found)
2023-03-27T07:25:16.991Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:25:16.991Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:25:16.992Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:25:16.992Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901916991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:25:17.994Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||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_qmpdnl0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(UUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e)
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-27T07:25:17.994Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:25:18.020Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:25:18.025Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:25:18.025Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:25:48.026Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:25:48.048Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:25:48.053Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:25:48.053Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:26:08.217Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:26:08.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:26:08.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T07:26:08.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:26:08.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:26:08.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679901910044,
  "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-27T07:26:08.246Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4773ba05-a5da-429d-9849-0a6685732bc6
2023-03-27T07:26:08.246Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4773ba05-a5da-429d-9849-0a6685732bc6 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-27T07:26:08.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:26:08.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679901910986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-27T07:26:08.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:26:08.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:26:08.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:26:08.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:26:08.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:26:08.269Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "aai-model-loader",
  "timestamp": 1679901911989,
  "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-27T07:26:08.283Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4773ba05-a5da-429d-9849-0a6685732bc6
2023-03-27T07:26:08.283Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4773ba05-a5da-429d-9849-0a6685732bc6 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-27T07:26:08.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:26:08.303Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:26:08.303Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:26:08.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:26:08.303Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-27T07:26:08.303Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:26:08.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:26:08.303Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:26:08.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:26:08.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:26:08.304Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:26:08.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:26:08.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:26:08.304Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901915948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:26:08.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:26:08.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-27T07:26:08.304Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901916991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:26:08.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:26:18.054Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:26:18.080Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:26:18.086Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:26:18.086Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:26:48.086Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:26:48.107Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:26:48.113Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:26:48.113Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:27:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:27:18.113Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:27:18.138Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:27:18.143Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:27:18.143Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:27:48.143Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:27:48.165Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:27:48.169Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:27:48.169Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:28:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:28:18.169Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:28:18.194Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:28:18.199Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:28:18.200Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:28:48.200Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:28:48.220Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:28:48.224Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:28:48.224Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:29:08.219Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:29:18.224Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:29:18.251Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:29:18.255Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:29:18.255Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:29:48.256Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:29:48.281Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:29:48.285Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:29:48.285Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:30:08.220Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:30:08.865Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:30:08.866Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Member SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-db15c36a-8219-44ab-b617-ea7081f65185 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-27T07:30:08.866Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-27T07:30:08.866Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-27T07:30:11.697Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:30:11.713Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:30:11.713Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T07:30:11.719Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:30:11.720Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 25: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T07:30:11.736Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:30:11.737Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:30:11.737Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:30:11.742Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:30:11.743Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:30:11.743Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:30:11.743Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1355, 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-27T07:30:11.743Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:30:11.743Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:30:18.286Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-27T07:30:18.286Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d 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-27T07:30:18.300Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7eff5bd9-031e-4ebb-a433-909c9555370d and serviceModelVersionId: 9d1b38d7-168e-4ef6-9355-095aef6c5a06
2023-03-27T07:30:18.300Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
2023-03-27T07:30:18.301Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0
2023-03-27T07:30:18.309Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:30:18.350Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?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-27T07:30:18.353Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|500||Invoke
2023-03-27T07:30:18.371Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T07:30:18.407Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-27T07:30:18.408Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0 has http status code:404 and response headers:{date=[Mon, 27 Mar 2023 07:30:18 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[31], x-aai-txid=[0-aai-resources-230327-07:30:18:640-9261], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:30:18.409Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","ERR.5.4.6114"]}}}

2023-03-27T07:30:18.411Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T07:30:18.412Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-27T07:30:18.412Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T07:30:18.412Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T07:30:18.418Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:30:18.418Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7eff5bd9-031e-4ebb-a433-909c9555370d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T07:30:18.418Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-27T07:30:18.418Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:30:18.418Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:30:18.418Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902218418,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:30:18.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:30:18.439Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902218418,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
}
2023-03-27T07:30:18.439Z||pool-2-thread-1|||||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-27T07:30:19.449Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:30:19.450Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"3eceaf02-b44a-47b3-a2db-b8aa5c5845fe","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0c07833a-e216-4fdd-a97e-5a37fe9b5618","serviceDescription":"service","serviceInvariantUUID":"5119ae16-c0f3-443b-8436-075439e66ab3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"15157c1b-7520-4e59-8e7d-cd42033bc6f6","resourceInvariantUUID":"02dde935-56e9-46f6-a1ed-2017d18e3ddd","resourceCustomizationUUID":"3b212f49-7967-41e3-b0b3-f5c67a76083a","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":"NTc1NTIyNGEwM2JhY2U0ZTRlNGI3M2YzZmZkNWVkNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe2f0ff7-7184-41cc-b179-f887cb886039","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ab423d5-4df0-4c63-9a9b-f45fccd423f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:30:19.450Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:30:19.450Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:30:19.450Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:30:19.450Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:30:20.451Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:30:20.451Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:30:20.451Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:30:20.451Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:30:21.452Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0c07833a-e216-4fdd-a97e-5a37fe9b5618",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5119ae16-c0f3-443b-8436-075439e66ab3",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b212f49-7967-41e3-b0b3-f5c67a76083a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "15157c1b-7520-4e59-8e7d-cd42033bc6f6",
      "resourceInvariantUUID": "02dde935-56e9-46f6-a1ed-2017d18e3ddd",
      "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": "ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ab423d5-4df0-4c63-9a9b-f45fccd423f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:30:21.452Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:30:21.452Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c07833a-e216-4fdd-a97e-5a37fe9b5618 ASDC
2023-03-27T07:30:21.453Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0c07833a-e216-4fdd-a97e-5a37fe9b5618
ServiceInvariantUUID:5119ae16-c0f3-443b-8436-075439e66ab3
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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4
ArtifactChecksum:ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b212f49-7967-41e3-b0b3-f5c67a76083a
ResourceInvariantUUID:02dde935-56e9-46f6-a1ed-2017d18e3ddd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:15157c1b-7520-4e59-8e7d-cd42033bc6f6
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-27T07:30:21.453Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c07833a-e216-4fdd-a97e-5a37fe9b5618 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-27T07:30:21.500Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:30:21.501Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:30:21.501Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:30:21.501Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T07:30:21.501Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:30:21.501Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T07:30:21.531Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-27T07:30:21.532Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6ad772e3
2023-03-27T07:30:21.532Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:30:21.532Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-27T07:30:21.532Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:30:21.532Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||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-27T07:30:21.532Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||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-27T07:30:21.533Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:30:21.533Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:30:21.533Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:30:21.533Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902221532,
  "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-27T07:30:22.534Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4)
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-27T07:30:22.581Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||ERROR|500||Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists
2023-03-27T07:30:22.581Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||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-27T07:30:22.581Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||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: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists)
2023-03-27T07:30:22.581Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:30:22.581Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:30:22.582Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:30:22.582Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902222581,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:30:23.583Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||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-27T07:30:23.583Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||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: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists)
2023-03-27T07:30:23.584Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:30:23.584Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:30:23.584Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:30:23.584Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902223583,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:30:24.586Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:30:24.606Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:30:24.610Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:30:24.611Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:30:24.611Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:30:24.611Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:30:24.611Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:30:24.611Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:30:24.611Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:30:24.611Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:30:24.611Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:30:24.623Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:30:54.624Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe 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-27T07:30:54.633Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and serviceModelVersionId: 0c07833a-e216-4fdd-a97e-5a37fe9b5618
2023-03-27T07:30:54.633Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5119ae16-c0f3-443b-8436-075439e66ab3
2023-03-27T07:30:54.633Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0
2023-03-27T07:30:54.641Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:30:54.667Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||Invoke
2023-03-27T07:30:54.668Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3eceaf02-b44a-47b3-a2db-b8aa5c5845fe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[965e37cb-5b1c-45e3-9665-3a4ae6a7e30a], X-ECOMP-RequestID=[3eceaf02-b44a-47b3-a2db-b8aa5c5845fe], X-TransactionId=[], X-ONAP-RequestID=[3eceaf02-b44a-47b3-a2db-b8aa5c5845fe], Content-Type=[application/merge-patch+json]}
2023-03-27T07:30:54.679Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:30:54.799Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?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/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:30:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[116], vertex-id=[573528], x-aai-txid=[0-aai-resources-230327-07:30:54:947-27119], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:30:54.800Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:30:54.800Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||InvokeReturn
2023-03-27T07:30:54.801Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:30:54.801Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:30:54.809Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:30:54.809Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:30:54.810Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:30:54.810Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:30:54.810Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:30:54.810Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902254810,
  "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-27T07:30:55.839Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:30:55.840Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"84cc4c38-db2e-426f-addf-a3026542286e","serviceName":"Demo_pNF_rb5D6ZL4SqGkCBxcGhrs","serviceVersion":"1.0","serviceUUID":"c9f67a18-e256-41f3-acaa-b5dd971d4199","serviceDescription":"catalog service description","serviceInvariantUUID":"ca53e5c4-cf56-4a3f-8edb-e39644d5c271","resources":[{"resourceInstanceName":"pNF 25b011eb-83ed 0","resourceName":"pNF 25b011eb-83ed","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3e745e72-3afe-4a65-9bf7-e1d2abc228c2","resourceInvariantUUID":"ec183920-0093-457b-a5af-176c8a914105","resourceCustomizationUUID":"386f0dcb-2fab-4319-83de-b16580fda677","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml","artifactChecksum":"ZWYwMWZhMzVkZDIxOTM1MTRiYzhlMzZiNjE0YThiYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14428971-926d-4b7f-bf42-8fe6437ffedc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c4f0abef-5bdf-495f-8bef-a4a4529fd3a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"042cbbe6-301f-408c-a227-fbfcb56b89a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml","artifactChecksum":"OWM5NDBiYTI1MzhlZGZjMjVjMzZiZjdjYjMwYzMzNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"765c4017-e693-43c1-bd5b-3c6c3eb4d38a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d72abaf-1d51-4a4d-885d-1e05aa7aa3f6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f9dff5ea-6087-4927-bf44-11d67bdbff38","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactChecksum":"MTNhNzEyZjBhY2YzM2EyOTU5ZTQxNmZiOTg5YWI4NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7df4bf1-0ee5-4384-8502-775cbba6d31d","artifactVersion":"1"},{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactChecksum":"NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84d3aeeb-281a-4221-9c76-745438b20267","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:30:55.840Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:30:55.841Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:30:55.841Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:30:55.841Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:30:56.842Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:30:56.843Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:30:56.843Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:30:56.843Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:30:57.844Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:30:57.844Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:30:57.845Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:30:57.845Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:30:58.846Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:30:58.846Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:30:58.846Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:30:58.846Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:30:59.848Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:30:59.848Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:30:59.848Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:30:59.848Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:31:00.850Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:31:00.850Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:31:00.850Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:31:00.850Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:31:01.851Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:31:01.851Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:31:01.851Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:31:01.851Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:31:02.852Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:31:02.852Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:31:02.853Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:31:02.853Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:31:03.853Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "serviceName": "Demo_pNF_rb5D6ZL4SqGkCBxcGhrs",
  "serviceVersion": "1.0",
  "serviceUUID": "c9f67a18-e256-41f3-acaa-b5dd971d4199",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ca53e5c4-cf56-4a3f-8edb-e39644d5c271",
  "resources": [
    {
      "resourceInstanceName": "pNF 25b011eb-83ed 0",
      "resourceCustomizationUUID": "386f0dcb-2fab-4319-83de-b16580fda677",
      "resourceName": "pNF 25b011eb-83ed",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3e745e72-3afe-4a65-9bf7-e1d2abc228c2",
      "resourceInvariantUUID": "ec183920-0093-457b-a5af-176c8a914105",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactChecksum": "NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "84d3aeeb-281a-4221-9c76-745438b20267"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:31:03.854Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:31:03.854Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c9f67a18-e256-41f3-acaa-b5dd971d4199 ASDC
2023-03-27T07:31:03.854Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:84cc4c38-db2e-426f-addf-a3026542286e
ServiceName:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
ServiceVersion:1.0
ServiceUUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
ServiceInvariantUUID:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactUUID:84d3aeeb-281a-4221-9c76-745438b20267
ArtifactChecksum:NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 25b011eb-83ed 0
ResourceCustomizationUUID:386f0dcb-2fab-4319-83de-b16580fda677
ResourceInvariantUUID:ec183920-0093-457b-a5af-176c8a914105
ResourceName:pNF 25b011eb-83ed
ResourceType:PNF
ResourceUUID:3e745e72-3afe-4a65-9bf7-e1d2abc228c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:31:03.854Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9f67a18-e256-41f3-acaa-b5dd971d4199 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-27T07:31:03.897Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:31:03.897Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:31:03.898Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:31:03.898Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267 from URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:31:03.898Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:31:03.898Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:31:04.195Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-27T07:31:04.197Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar 84d3aeeb-281a-4221-9c76-745438b20267 88018
2023-03-27T07:31:04.197Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T07:31:04.197Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:31:04.197Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:31:04.197Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:31:04.197Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:31:04.198Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902264197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:31:05.198Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:31:05.199Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:31:05.200Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267, URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar to file: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:31:05.200Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:31:05.201Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:31:05.201Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:31:05.306Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4812458944289491612/Definitions/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml
2023-03-27T07:31:05.991Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T07:31:05.992Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-27T07:31:05.992Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:31:05.992Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T07:31:05.992Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:31:05.992Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:31:05.992Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:31:05.992Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:31:05.992Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:31:05.992Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 25b011eb-83ed 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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:31:05.992Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:31:05.992Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-27T07:31:05.992Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:31:05.992Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:31:05.992Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T07:31:05.992Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-27T07:31:05.992Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:31:05.993Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:31:05.993Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:31:05.993Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T07:31:05.993Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-27T07:31:05.993Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:31:05.993Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:31:05.993Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:31:05.993Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:31:05.993Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:31:05.993Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:31:05.993Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:31:05.993Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:31:05.993Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:31:05.993Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:31:05.993Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:31:05.993Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
Description:catalog service description
Model UUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
Model Version:NULL
Model InvariantUuid:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
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-27T07:31:06.032Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||ERROR|500||Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists
2023-03-27T07:31:06.032Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T07:31:06.032Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists)
2023-03-27T07:31:06.032Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:31:06.032Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:31:06.032Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:31:06.032Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902266032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:31:07.033Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T07:31:07.033Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists)
2023-03-27T07:31:07.033Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:31:07.033Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:31:07.033Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:31:07.034Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902267033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:31:08.035Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:31:08.055Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:31:08.058Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:31:08.059Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:31:08.059Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:31:08.059Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:31:08.059Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:31:08.059Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:31:08.059Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:31:08.059Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:31:08.059Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:31:08.076Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:31:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:31:08.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:31:08.222Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:31:08.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:31:08.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:31:08.222Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:31:08.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:31:08.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:31:08.222Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902221532,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:31:08.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:31:08.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:31:08.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902222581,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
}
2023-03-27T07:31:08.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:31:08.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:31:08.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902223583,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
}
2023-03-27T07:31:08.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:31:08.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:31:08.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902254810,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:31:08.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:31:08.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:31:08.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:31:08.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:31:08.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:31:08.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:31:08.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:31:08.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:31:08.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:31:08.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:31:08.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:31:08.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:31:08.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:31:08.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:31:08.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:31:08.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:31:08.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:31:08.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:31:08.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:31:08.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:31:08.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:31:08.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:31:08.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:31:08.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:31:08.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:31:08.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:31:08.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902264197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:31:08.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:31:08.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:31:08.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902266032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
}
2023-03-27T07:31:08.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:31:08.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:31:08.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902267033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
}
2023-03-27T07:31:08.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:31:38.077Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e 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-27T07:31:38.088Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84cc4c38-db2e-426f-addf-a3026542286e and serviceModelVersionId: c9f67a18-e256-41f3-acaa-b5dd971d4199
2023-03-27T07:31:38.089Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca53e5c4-cf56-4a3f-8edb-e39644d5c271
2023-03-27T07:31:38.089Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0
2023-03-27T07:31:38.095Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:31:38.115Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?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-27T07:31:38.116Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||Invoke
2023-03-27T07:31:38.123Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:31:38.258Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||InvokeReturn
2023-03-27T07:31:38.259Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:31:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[606296], x-aai-txid=[0-aai-resources-230327-07:31:38:391-46207], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:31:38.259Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:31:38.259Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:31:38.259Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:31:38.268Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:31:38.268Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84cc4c38-db2e-426f-addf-a3026542286e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:31:38.269Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:31:38.269Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:31:38.269Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:31:38.269Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902298268,
  "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-27T07:31:39.298Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:31:39.299Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"44440c6a-f1bd-4673-a6af-17a9e4d43911","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"66474687-4800-47ee-9519-ffdde7c80d58","serviceDescription":"service","serviceInvariantUUID":"06e3a032-8f72-4119-9e71-ce6588ba35ba","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a44f77ef-1d28-41e6-9f3e-b645ebc6d2db","resourceInvariantUUID":"83ae637d-0f3e-4be2-928f-2678c9531c1d","resourceCustomizationUUID":"f44634b1-d505-4227-ae5f-6b34b4b2e20c","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":"ZGVjODNkMzc4NmE3OGRjNWJlN2VjN2UwZThjNWVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6436e61f-ee28-423e-aa93-6f9a6b99dc61","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":"NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5194932-b487-47ad-a26e-ae346b8404ad","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":"26286f3d-fc00-47f6-a2d9-b8ba865afff7","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":"32d20314-45a7-4681-b948-6c1f1a813927","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":"49d5da0e-af6a-4340-87b3-1cebc927e26d","artifactVersion":"2","generatedFromUUID":"26286f3d-fc00-47f6-a2d9-b8ba865afff7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjA5YTBhMjY2MTA0MjY1ZDRiZDdjNDlhN2QyOGE4YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5a8020-e861-4d62-903b-69810912298f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25a1eb11-f825-424a-a2ea-fab104107979","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:31:39.299Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:31:39.299Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:31:39.300Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:31:39.300Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:31:40.301Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:31:40.302Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:31:40.302Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:31:40.302Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:31:41.303Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:31:41.303Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:31:41.304Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:31:41.304Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:31:42.306Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:31:42.306Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:31:42.306Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:31:42.307Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:31:43.308Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:31:43.309Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:31:43.309Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:31:43.309Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:31:44.310Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:31:44.310Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:31:44.311Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:31:44.311Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:31:45.311Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:31:45.312Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:31:45.312Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:31:45.312Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:31:46.313Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "66474687-4800-47ee-9519-ffdde7c80d58",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06e3a032-8f72-4119-9e71-ce6588ba35ba",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f44634b1-d505-4227-ae5f-6b34b4b2e20c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a44f77ef-1d28-41e6-9f3e-b645ebc6d2db",
      "resourceInvariantUUID": "83ae637d-0f3e-4be2-928f-2678c9531c1d",
      "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": "NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e5194932-b487-47ad-a26e-ae346b8404ad",
          "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": "26286f3d-fc00-47f6-a2d9-b8ba865afff7",
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
            "generatedFromUUID": "26286f3d-fc00-47f6-a2d9-b8ba865afff7"
          },
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "25a1eb11-f825-424a-a2ea-fab104107979"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:31:46.314Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:31:46.314Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66474687-4800-47ee-9519-ffdde7c80d58 ASDC
2023-03-27T07:31:46.314Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:44440c6a-f1bd-4673-a6af-17a9e4d43911
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:66474687-4800-47ee-9519-ffdde7c80d58
ServiceInvariantUUID:06e3a032-8f72-4119-9e71-ce6588ba35ba
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:25a1eb11-f825-424a-a2ea-fab104107979
ArtifactChecksum:MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f44634b1-d505-4227-ae5f-6b34b4b2e20c
ResourceInvariantUUID:83ae637d-0f3e-4be2-928f-2678c9531c1d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a44f77ef-1d28-41e6-9f3e-b645ebc6d2db
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:e5194932-b487-47ad-a26e-ae346b8404ad
ArtifactChecksum:NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA=
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:26286f3d-fc00-47f6-a2d9-b8ba865afff7
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T07:31:46.314Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66474687-4800-47ee-9519-ffdde7c80d58 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-27T07:31:46.371Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:31:46.372Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:31:46.372Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:31:46.372Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 25a1eb11-f825-424a-a2ea-fab104107979 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T07:31:46.372Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:31:46.373Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T07:31:46.394Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-27T07:31:46.395Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2aa9fdcd
2023-03-27T07:31:46.395Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:31:46.395Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-27T07:31:46.395Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 25a1eb11-f825-424a-a2ea-fab104107979 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:31:46.396Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||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-27T07:31:46.396Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||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-27T07:31:46.396Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:31:46.396Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:31:46.396Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:31:46.396Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902306396,
  "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-27T07:31:47.397Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||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:25a1eb11-f825-424a-a2ea-fab104107979)
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-27T07:31:47.443Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||ERROR|500||Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists
2023-03-27T07:31:47.443Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||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-27T07:31:47.444Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||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: 25a1eb11-f825-424a-a2ea-fab104107979 already exists)
2023-03-27T07:31:47.444Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:31:47.444Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:31:47.444Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:31:47.444Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902307443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:31:48.445Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||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-27T07:31:48.446Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||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: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists)
2023-03-27T07:31:48.446Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:31:48.446Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:31:48.446Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:31:48.446Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902308445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:31:49.448Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:31:49.470Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:31:49.475Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:31:49.475Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:31:49.475Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:31:49.475Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:31:49.475Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:31:49.476Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:31:49.476Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:31:49.476Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:31:49.476Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:31:49.491Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:32:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:32:08.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:32:08.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902298268,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:32:08.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:32:08.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:32:08.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:32:08.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:32:08.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:32:08.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T07:32:08.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:32:08.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:32:08.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:32:08.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:32:08.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:32:08.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:32:08.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:32:08.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:32:08.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-27T07:32:08.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:32:08.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:32:08.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:32:08.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:32:08.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:32:08.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:32:08.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:32:08.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:32:08.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902306396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:32:08.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:32:08.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:32:08.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902307443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
}
2023-03-27T07:32:08.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:32:08.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:32:08.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902308445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
}
2023-03-27T07:32:08.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:32:19.491Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 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-27T07:32:19.500Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 and serviceModelVersionId: 66474687-4800-47ee-9519-ffdde7c80d58
2023-03-27T07:32:19.501Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06e3a032-8f72-4119-9e71-ce6588ba35ba
2023-03-27T07:32:19.501Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0
2023-03-27T07:32:19.510Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:32:19.536Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||Invoke
2023-03-27T07:32:19.537Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e2dd8ab5-ceb0-4090-b7ec-76d57a30d16b], X-ECOMP-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], X-TransactionId=[], X-ONAP-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], Content-Type=[application/merge-patch+json]}
2023-03-27T07:32:19.545Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:32:19.677Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?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/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:32:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[622680], x-aai-txid=[2-aai-resources-230327-07:32:19:813-16386], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:32:19.678Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:32:19.679Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||InvokeReturn
2023-03-27T07:32:19.679Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:32:19.679Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:32:19.688Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:32:19.688Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44440c6a-f1bd-4673-a6af-17a9e4d43911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:32:19.688Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:32:19.688Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:32:19.689Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:32:19.689Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902339688,
  "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-27T07:32:20.716Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:32:20.716Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"fb069806-7103-42ce-8df3-e480daf71898","serviceName":"Demo_pNF_D3HhjAtcfiYdMHCOjLF8","serviceVersion":"1.0","serviceUUID":"36a9b3c7-8008-4b34-8be0-93b823fb96bc","serviceDescription":"catalog service description","serviceInvariantUUID":"b2abb50e-ff02-4005-870a-ca1443dfa3d5","resources":[{"resourceInstanceName":"pNF 9a79bd24-07f4 0","resourceName":"pNF 9a79bd24-07f4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6df265a8-d850-4669-a844-4a1656086477","resourceInvariantUUID":"92fc1e25-d0aa-4c89-855c-bfcc23086aaa","resourceCustomizationUUID":"bf26122f-f23a-4041-934f-2adf99a4ef14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml","artifactChecksum":"OTFhZGNlNzRkNzkyOGZkYTM5ZjM5MGYzMzNlYTQ4OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c427823f-0372-4b6d-96ed-08b469563eb3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b8b9f5-ffd7-49bf-a2dd-ecb33158cccc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51f957eb-6964-4847-ab99-ad0bba10add7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml","artifactChecksum":"NWYyNWU4MjJkOWIyZTQ3ZTFhMjZiMjEzYmRhZDRlYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"506426ca-f753-4cd5-be4f-5ed16bad5108","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88412ef9-0769-424b-b764-5a360f475862","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0dfd5cf0-bcd7-457f-b3e4-334243d77a6f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml","artifactChecksum":"OTBjZjIzYTlhMGZjNWUyOTA5M2U3YWFkZjI4MjQ3OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2b48d5f-7f53-4253-887f-e971bf6eaccb","artifactVersion":"1"},{"artifactName":"service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar","artifactChecksum":"NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9748f029-6a0a-48f7-834c-243ebb08ef44","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:32:20.716Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:32:20.716Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:32:20.716Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:32:20.716Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:32:21.717Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:32:21.717Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:32:21.718Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:32:21.718Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:32:22.719Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:32:22.720Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:32:22.720Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:32:22.720Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:32:23.721Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:32:23.722Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:32:23.722Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:32:23.722Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:32:24.723Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:32:24.723Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:32:24.723Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:32:24.723Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:32:25.724Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:32:25.724Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:32:25.725Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:32:25.725Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:32:26.725Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:32:26.726Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:32:26.726Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:32:26.726Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:32:27.727Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:32:27.727Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:32:27.727Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:32:27.727Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:32:28.728Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "serviceName": "Demo_pNF_D3HhjAtcfiYdMHCOjLF8",
  "serviceVersion": "1.0",
  "serviceUUID": "36a9b3c7-8008-4b34-8be0-93b823fb96bc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b2abb50e-ff02-4005-870a-ca1443dfa3d5",
  "resources": [
    {
      "resourceInstanceName": "pNF 9a79bd24-07f4 0",
      "resourceCustomizationUUID": "bf26122f-f23a-4041-934f-2adf99a4ef14",
      "resourceName": "pNF 9a79bd24-07f4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6df265a8-d850-4669-a844-4a1656086477",
      "resourceInvariantUUID": "92fc1e25-d0aa-4c89-855c-bfcc23086aaa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
      "artifactChecksum": "NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9748f029-6a0a-48f7-834c-243ebb08ef44"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:32:28.729Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:32:28.729Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 36a9b3c7-8008-4b34-8be0-93b823fb96bc ASDC
2023-03-27T07:32:28.729Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:fb069806-7103-42ce-8df3-e480daf71898
ServiceName:Demo_pNF_D3HhjAtcfiYdMHCOjLF8
ServiceVersion:1.0
ServiceUUID:36a9b3c7-8008-4b34-8be0-93b823fb96bc
ServiceInvariantUUID:b2abb50e-ff02-4005-870a-ca1443dfa3d5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
ArtifactUUID:9748f029-6a0a-48f7-834c-243ebb08ef44
ArtifactChecksum:NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9a79bd24-07f4 0
ResourceCustomizationUUID:bf26122f-f23a-4041-934f-2adf99a4ef14
ResourceInvariantUUID:92fc1e25-d0aa-4c89-855c-bfcc23086aaa
ResourceName:pNF 9a79bd24-07f4
ResourceType:PNF
ResourceUUID:6df265a8-d850-4669-a844-4a1656086477
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:32:28.729Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36a9b3c7-8008-4b34-8be0-93b823fb96bc 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-27T07:32:28.772Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:32:28.772Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:32:28.772Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:32:28.773Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 from URL: /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:32:28.773Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:32:28.773Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:32:29.058Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-27T07:32:29.061Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar 9748f029-6a0a-48f7-834c-243ebb08ef44 88009
2023-03-27T07:32:29.061Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T07:32:29.062Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:32:29.062Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:32:29.062Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:32:29.062Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:32:29.062Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902349061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:32:30.063Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:32:30.064Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:32:30.064Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44, URL: /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar to file: /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:32:30.064Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:32:30.065Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:32:30.065Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:32:30.150Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3850427474320683315/Definitions/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml
2023-03-27T07:32:30.756Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T07:32:30.757Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-27T07:32:30.757Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:32:30.757Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T07:32:30.757Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:32:30.757Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9a79bd24-07f4 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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:32:30.757Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:32:30.757Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:32:30.757Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:32:30.757Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:32:30.757Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:32:30.757Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-27T07:32:30.757Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:32:30.757Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:32:30.758Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Node template pNF 9a79bd24-07f4 0 is matching search criteria
2023-03-27T07:32:30.758Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-27T07:32:30.758Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 9a79bd24-07f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:32:30.758Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:32:30.758Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:32:30.758Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Node template pNF 9a79bd24-07f4 0 is matching search criteria
2023-03-27T07:32:30.758Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-27T07:32:30.758Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 9a79bd24-07f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:32:30.758Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:32:30.758Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:32:30.758Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:32:30.758Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:32:30.758Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:32:30.758Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:32:30.758Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:32:30.758Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:32:30.758Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:32:30.758Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:32:30.758Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_D3HhjAtcfiYdMHCOjLF8
Description:catalog service description
Model UUID:36a9b3c7-8008-4b34-8be0-93b823fb96bc
Model Version:NULL
Model InvariantUuid:b2abb50e-ff02-4005-870a-ca1443dfa3d5
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-27T07:32:30.786Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||ERROR|500||Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists
2023-03-27T07:32:30.787Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T07:32:30.787Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar(Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists)
2023-03-27T07:32:30.787Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:32:30.787Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:32:30.787Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:32:30.787Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902350786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:32:31.788Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T07:32:31.788Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar(Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists)
2023-03-27T07:32:31.788Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:32:31.788Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:32:31.788Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:32:31.788Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902351788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:32:32.790Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb069806-7103-42ce-8df3-e480daf71898
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:32:32.809Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb069806-7103-42ce-8df3-e480daf71898
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:32:32.814Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:32:32.814Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:32:32.814Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:32:32.814Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:32:32.814Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:32:32.814Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:32:32.814Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:32:32.814Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:32:32.814Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:32:32.824Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:33:02.824Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb069806-7103-42ce-8df3-e480daf71898 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-27T07:33:02.836Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb069806-7103-42ce-8df3-e480daf71898 and serviceModelVersionId: 36a9b3c7-8008-4b34-8be0-93b823fb96bc
2023-03-27T07:33:02.836Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2abb50e-ff02-4005-870a-ca1443dfa3d5
2023-03-27T07:33:02.837Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0
2023-03-27T07:33:02.844Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:33:02.868Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?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-27T07:33:02.868Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|INFO|500||Invoke
2023-03-27T07:33:02.876Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:33:03.001Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|INFO|500||InvokeReturn
2023-03-27T07:33:03.002Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:33:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[120], vertex-id=[667736], x-aai-txid=[0-aai-resources-230327-07:33:03:145-93002], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:33:03.003Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:33:03.003Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:33:03.004Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:33:03.013Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:33:03.013Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb069806-7103-42ce-8df3-e480daf71898 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:33:03.014Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:33:03.014Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:03.014Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:03.014Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902383013,
  "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-27T07:33:04.042Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:33:04.042Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"a2623c34-c0a0-4673-8207-8bd402f0c55d","serviceName":"Demo_pNF_pBWRKQCWjqybRW6LYJID","serviceVersion":"1.0","serviceUUID":"494a7660-038a-4dba-be02-5b8a38ae6125","serviceDescription":"catalog service description","serviceInvariantUUID":"08360dba-7899-40cc-8930-c944abd051b0","resources":[{"resourceInstanceName":"pNF 035dda5d-e50d 0","resourceName":"pNF 035dda5d-e50d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ed4aaad3-22fb-4764-94bc-f857208b0501","resourceInvariantUUID":"e221df97-9f93-43d2-9975-1d33e713ee60","resourceCustomizationUUID":"64b8380e-2a69-4388-8d46-f034c2b96427","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml","artifactChecksum":"MTM1NDdmYmNiOWE0NWE4ZDljOTM4ZGRjMTNhNWUzMjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f6bca62-6723-4e06-8c8d-c3a3946991ce","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8354b947-405f-49f0-ac3c-cb12691e1cb1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a859e1f9-ded7-4fa2-b6ef-804a46a5655b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml","artifactChecksum":"OGEwZjFiNDRhNzc3Y2NiNGZlNTQxMzY2NTdhNWI5ZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c39e810b-fb05-4f1a-9be4-d1e4236ff5e3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5eb8a855-3db7-496f-be6e-baa7bfdfd687","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a8cdab2d-31f5-494b-ba3b-818e6c518abd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml","artifactChecksum":"NDgyYzdiN2Y4YjM1NTIzM2M1YTljZmIzZjgwMmJlYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e099cc82-e0a6-401a-9011-e3b86b4ac2d6","artifactVersion":"1"},{"artifactName":"service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar","artifactChecksum":"OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95090021-a94f-4d6c-99a3-75e3f0de68ed","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:33:04.043Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:33:04.043Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:04.043Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:04.043Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:33:05.044Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:33:05.044Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:05.044Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:05.044Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:33:06.045Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:33:06.046Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:06.046Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:06.046Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:33:07.047Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:33:07.047Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:07.048Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:07.048Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:33:08.048Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:33:08.049Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:08.049Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:08.049Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:33:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:33:08.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:33:08.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902339688,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:33:08.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:33:08.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:33:08.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:33:08.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:33:08.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:33:08.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:33:08.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:33:08.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:33:08.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:33:08.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:33:08.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:33:08.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:33:08.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:33:08.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:33:08.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:33:08.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:33:08.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:33:08.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:33:08.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:33:08.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:33:08.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:33:08.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:33:08.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:33:08.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:33:08.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:33:08.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:33:08.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902349061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:33:08.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:33:08.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:33:08.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902350786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists"
}
2023-03-27T07:33:08.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:33:08.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:33:08.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902351788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists"
}
2023-03-27T07:33:08.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:33:08.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:33:08.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902383013,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:33:08.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:33:08.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:33:08.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:33:08.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:33:08.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:33:08.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:33:08.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:33:08.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:33:08.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:33:08.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:33:08.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:33:08.229Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:33:08.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:33:08.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:33:08.229Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:33:08.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:33:09.050Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:33:09.050Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:09.050Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:09.051Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:33:10.051Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:33:10.052Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:10.052Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:10.052Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:33:11.053Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:33:11.053Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:11.053Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:11.053Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:33:12.054Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "serviceName": "Demo_pNF_pBWRKQCWjqybRW6LYJID",
  "serviceVersion": "1.0",
  "serviceUUID": "494a7660-038a-4dba-be02-5b8a38ae6125",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "08360dba-7899-40cc-8930-c944abd051b0",
  "resources": [
    {
      "resourceInstanceName": "pNF 035dda5d-e50d 0",
      "resourceCustomizationUUID": "64b8380e-2a69-4388-8d46-f034c2b96427",
      "resourceName": "pNF 035dda5d-e50d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ed4aaad3-22fb-4764-94bc-f857208b0501",
      "resourceInvariantUUID": "e221df97-9f93-43d2-9975-1d33e713ee60",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
      "artifactChecksum": "OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "95090021-a94f-4d6c-99a3-75e3f0de68ed"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:33:12.054Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:33:12.054Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 494a7660-038a-4dba-be02-5b8a38ae6125 ASDC
2023-03-27T07:33:12.055Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a2623c34-c0a0-4673-8207-8bd402f0c55d
ServiceName:Demo_pNF_pBWRKQCWjqybRW6LYJID
ServiceVersion:1.0
ServiceUUID:494a7660-038a-4dba-be02-5b8a38ae6125
ServiceInvariantUUID:08360dba-7899-40cc-8930-c944abd051b0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
ArtifactUUID:95090021-a94f-4d6c-99a3-75e3f0de68ed
ArtifactChecksum:OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 035dda5d-e50d 0
ResourceCustomizationUUID:64b8380e-2a69-4388-8d46-f034c2b96427
ResourceInvariantUUID:e221df97-9f93-43d2-9975-1d33e713ee60
ResourceName:pNF 035dda5d-e50d
ResourceType:PNF
ResourceUUID:ed4aaad3-22fb-4764-94bc-f857208b0501
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:33:12.055Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 494a7660-038a-4dba-be02-5b8a38ae6125 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-27T07:33:12.090Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:33:12.091Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:33:12.091Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:33:12.091Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed from URL: /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:33:12.091Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:33:12.091Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:33:12.398Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-27T07:33:12.400Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar 95090021-a94f-4d6c-99a3-75e3f0de68ed 88023
2023-03-27T07:33:12.401Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar ASDC sendASDCNotification
2023-03-27T07:33:12.401Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:33:12.401Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:33:12.401Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:12.401Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:12.401Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902392401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:33:13.402Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:33:13.403Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:33:13.403Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed, URL: /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar to file: /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:33:13.403Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:33:13.404Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:33:13.404Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:33:13.489Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2286180238050701588/Definitions/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml
2023-03-27T07:33:14.193Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T07:33:14.194Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-27T07:33:14.194Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:33:14.194Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T07:33:14.194Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 035dda5d-e50d 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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:33:14.194Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:33:14.194Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:33:14.194Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:33:14.194Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:33:14.194Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:33:14.194Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:33:14.194Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-27T07:33:14.194Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:33:14.194Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:33:14.195Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Node template pNF 035dda5d-e50d 0 is matching search criteria
2023-03-27T07:33:14.195Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-27T07:33:14.195Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 035dda5d-e50d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:33:14.195Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:33:14.195Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:33:14.195Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Node template pNF 035dda5d-e50d 0 is matching search criteria
2023-03-27T07:33:14.195Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-27T07:33:14.195Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 035dda5d-e50d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:33:14.195Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:33:14.195Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:33:14.195Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:33:14.195Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:33:14.195Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:33:14.195Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:33:14.195Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:33:14.196Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:33:14.196Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:33:14.196Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:33:14.196Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_pBWRKQCWjqybRW6LYJID
Description:catalog service description
Model UUID:494a7660-038a-4dba-be02-5b8a38ae6125
Model Version:NULL
Model InvariantUuid:08360dba-7899-40cc-8930-c944abd051b0
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-27T07:33:14.240Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||ERROR|500||Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists
2023-03-27T07:33:14.240Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar ASDC sendASDCNotification
2023-03-27T07:33:14.240Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar(Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists)
2023-03-27T07:33:14.241Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:33:14.241Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:14.241Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:14.241Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902394240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:33:15.243Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar ASDC sendASDCNotification
2023-03-27T07:33:15.243Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar(Resource with UUID: ed4aaad3-22fb-4764-94bc-f857208b0501 already exists)
2023-03-27T07:33:15.244Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:33:15.244Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:15.244Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:15.244Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902395243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ed4aaad3-22fb-4764-94bc-f857208b0501 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:33:16.245Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:33:16.270Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:33:16.274Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:33:16.274Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:33:16.274Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:33:16.274Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:33:16.274Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:33:16.274Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:33:16.275Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:33:16.275Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:33:16.275Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:33:16.289Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:33:46.289Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d 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-27T07:33:46.299Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2623c34-c0a0-4673-8207-8bd402f0c55d and serviceModelVersionId: 494a7660-038a-4dba-be02-5b8a38ae6125
2023-03-27T07:33:46.300Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08360dba-7899-40cc-8930-c944abd051b0
2023-03-27T07:33:46.300Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0
2023-03-27T07:33:46.308Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:33:46.336Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?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-27T07:33:46.337Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|INFO|500||Invoke
2023-03-27T07:33:46.347Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:33:46.473Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|INFO|500||InvokeReturn
2023-03-27T07:33:46.474Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:33:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[123], vertex-id=[675928], x-aai-txid=[1-aai-resources-230327-07:33:46:615-82175], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:33:46.474Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:33:46.475Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:33:46.475Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:33:46.482Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:33:46.483Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2623c34-c0a0-4673-8207-8bd402f0c55d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:33:46.483Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:33:46.483Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:46.483Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:46.483Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902426483,
  "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-27T07:33:47.512Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:33:47.513Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"b6ef30bd-e7e6-4686-b045-d92b84d9994d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"5db69c29-4878-4857-8549-92154e5017b7","serviceDescription":"service","serviceInvariantUUID":"d2498e70-a483-4840-b460-685f99ad0bec","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3587282d-54f5-4da1-a73a-6c11a04ca6df","resourceInvariantUUID":"4d4a3ff3-baca-4b13-b544-1c263d228a3b","resourceCustomizationUUID":"2a4e1c33-baec-43e9-b687-aaa514c5ba47","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":"ZGEwODEyYWUzM2ZkYjQyNmQ0OTlmOTg3MjFkODA0NWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4d9f86f-2f6d-4d1c-aa84-aaab87f6ea74","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":"ZmFmNzg3ODlhY2U5MTc1NjllNzEyMjA3M2JlYmJkMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be4c3235-7b24-4df1-bf81-abddf0329a92","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":"04609c7c-3567-423f-ac96-f4ee063bb596","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":"6231e6fe-6f4a-41bb-b227-c7d13584fe58","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":"285bac2c-e238-4f61-b44b-eb34ca4be99f","artifactVersion":"2","generatedFromUUID":"5c082ebc-8459-439e-a420-579528122ac7"},{"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":"83d6e0dd-0186-4320-8e37-293b672c2f7b","artifactVersion":"2","generatedFromUUID":"04609c7c-3567-423f-ac96-f4ee063bb596"},{"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":"5c082ebc-8459-439e-a420-579528122ac7","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":"878c65b5-c6e3-4dfc-ab86-d26626205125","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":"ZDgyOWM5ZTQ3YjU1YWJkNTU3NTIwNmYwYzBkODU4NjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76e7cd29-c150-497e-a2c7-d8dce79ec30f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Nzk4ZjIyYzE1ZTNmZTdjYWU3YTJhOWYxYTBkYmQyYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a5166728-b94b-4029-8d2f-31af64d00cd9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:33:47.513Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:33:47.514Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:47.514Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:47.514Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:33:48.516Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:33:48.516Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:48.516Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:48.517Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:33:49.518Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:33:49.518Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:49.518Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:49.519Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:33:50.520Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:33:50.520Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:50.520Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:50.521Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:33:51.522Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:33:51.523Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:51.523Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:51.523Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:33:52.524Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:33:52.524Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:52.524Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:52.524Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:33:53.525Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:33:53.525Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:53.525Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:53.525Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:33:54.526Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:33:54.526Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:54.527Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:54.527Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:33:55.528Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:33:55.528Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:55.528Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:55.529Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:33:56.530Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:33:56.530Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:56.530Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:56.531Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:33:57.533Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5db69c29-4878-4857-8549-92154e5017b7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d2498e70-a483-4840-b460-685f99ad0bec",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "2a4e1c33-baec-43e9-b687-aaa514c5ba47",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3587282d-54f5-4da1-a73a-6c11a04ca6df",
      "resourceInvariantUUID": "4d4a3ff3-baca-4b13-b544-1c263d228a3b",
      "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": "ZmFmNzg3ODlhY2U5MTc1NjllNzEyMjA3M2JlYmJkMTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "be4c3235-7b24-4df1-bf81-abddf0329a92",
          "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": "04609c7c-3567-423f-ac96-f4ee063bb596",
          "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": "83d6e0dd-0186-4320-8e37-293b672c2f7b",
            "generatedFromUUID": "04609c7c-3567-423f-ac96-f4ee063bb596"
          },
          "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": "285bac2c-e238-4f61-b44b-eb34ca4be99f",
          "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": "83d6e0dd-0186-4320-8e37-293b672c2f7b",
          "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": "5c082ebc-8459-439e-a420-579528122ac7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Nzk4ZjIyYzE1ZTNmZTdjYWU3YTJhOWYxYTBkYmQyYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a5166728-b94b-4029-8d2f-31af64d00cd9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:33:57.533Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:33:57.533Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5db69c29-4878-4857-8549-92154e5017b7 ASDC
2023-03-27T07:33:57.534Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:b6ef30bd-e7e6-4686-b045-d92b84d9994d
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:5db69c29-4878-4857-8549-92154e5017b7
ServiceInvariantUUID:d2498e70-a483-4840-b460-685f99ad0bec
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:a5166728-b94b-4029-8d2f-31af64d00cd9
ArtifactChecksum:Nzk4ZjIyYzE1ZTNmZTdjYWU3YTJhOWYxYTBkYmQyYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:2a4e1c33-baec-43e9-b687-aaa514c5ba47
ResourceInvariantUUID:4d4a3ff3-baca-4b13-b544-1c263d228a3b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:3587282d-54f5-4da1-a73a-6c11a04ca6df
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:be4c3235-7b24-4df1-bf81-abddf0329a92
ArtifactChecksum:ZmFmNzg3ODlhY2U5MTc1NjllNzEyMjA3M2JlYmJkMTg=
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:04609c7c-3567-423f-ac96-f4ee063bb596
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:83d6e0dd-0186-4320-8e37-293b672c2f7b
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:285bac2c-e238-4f61-b44b-eb34ca4be99f
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:83d6e0dd-0186-4320-8e37-293b672c2f7b
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:5c082ebc-8459-439e-a420-579528122ac7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T07:33:57.534Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5db69c29-4878-4857-8549-92154e5017b7 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-27T07:33:57.579Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:33:57.580Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:33:57.580Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:33:57.580Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-27T07:33:57.580Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:33:57.580Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-27T07:33:57.958Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-27T07:33:57.965Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a5166728-b94b-4029-8d2f-31af64d00cd9 163278
2023-03-27T07:33:57.965Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-27T07:33:57.965Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-27T07:33:57.965Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:33:57.965Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:33:57.965Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:33:57.965Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902437965,
  "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-27T07:33:58.967Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:33:58.968Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:33:58.968Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a5166728-b94b-4029-8d2f-31af64d00cd9, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:33:58.968Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-27T07:33:58.969Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:33:58.969Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:33:59.076Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1530329165244749952/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-27T07:34:00.046Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T07:34:00.047Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-27T07:34:00.047Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:34:00.047Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-27T07:34:00.047Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:34:00.047Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:34:00.047Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:34:00.047Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:34:00.047Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-27T07:34:00.047Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:34:00.047Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:34:00.047Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:34:00.048Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-27T07:34:00.048Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:34:00.048Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:34:00.048Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:34:00.048Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:34:00.048Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-27T07:34:00.048Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:34:00.048Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:34:00.048Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:34:00.048Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:34:00.048Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-27T07:34:00.048Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-27T07:34:00.049Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-27T07:34:00.049Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-27T07:34:00.049Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:34:00.049Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-27T07:34:00.049Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:34:00.049Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:34:00.049Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T07:34:00.049Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:34:00.049Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:34:00.049Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T07:34:00.050Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:34:00.050Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:34:00.050Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T07:34:00.050Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:34:00.050Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:34:00.050Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T07:34:00.050Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:34:00.050Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-27T07:34:00.050Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-27T07:34:00.050Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c68f858a-0ebd-479d-ba88-b3ca6d316cbd
2023-03-27T07:34:00.050Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:34:00.050Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:34:00.050Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:34:00.051Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:34:00.051Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:34:00.051Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:34:00.051Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:34:00.051Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:34:00.051Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:5db69c29-4878-4857-8549-92154e5017b7
Model Version:NULL
Model InvariantUuid:d2498e70-a483-4840-b460-685f99ad0bec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:33e445aa-9903-4a5e-b3d3-8cd63cb65a8a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4d4a3ff3-baca-4b13-b544-1c263d228a3b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2a4e1c33-baec-43e9-b687-aaa514c5ba47
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:629bd09c-14f7-478b-95cc-9ce5ea60f27b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:bd592aef-aa44-493a-b333-753982b10931
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:f5110d65-cd6e-44b6-8948-f321f1bf1c03
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e83320a1-3011-45e9-a4e5-027894534661
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c68f858a-0ebd-479d-ba88-b3ca6d316cbd
ModelInvariantUuid:7c546e16-938c-4f5f-9ee4-ac2f2313dc09
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:dd2b4992-f375-4565-aa32-b219deed4c8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:9c4d9637-7d2f-47c0-bcfa-542a3dfe8b8c
ModelInvariantUuid:92fc1ae5-92f8-4bad-affa-bde363f0a981
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a059bed1-2b84-4497-b82a-59715d1d3a73
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-27T07:34:00.091Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||ERROR|500||Csar with UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 already exists
2023-03-27T07:34:00.091Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||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-27T07:34:00.091Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||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: a5166728-b94b-4029-8d2f-31af64d00cd9 already exists)
2023-03-27T07:34:00.091Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:34:00.091Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:34:00.092Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:34:00.092Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902440091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:34:01.092Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||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-27T07:34:01.093Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||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: 3587282d-54f5-4da1-a73a-6c11a04ca6df already exists)
2023-03-27T07:34:01.093Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:34:01.093Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:34:01.093Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:34:01.093Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902441092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3587282d-54f5-4da1-a73a-6c11a04ca6df already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:34:02.093Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:34:02.119Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:34:02.124Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:34:02.124Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:34:02.124Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:34:02.124Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:34:02.124Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:34:02.124Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:34:02.124Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:34:02.124Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:34:02.124Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:34:02.138Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:34:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:34:08.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:34:08.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:34:08.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:34:08.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:34:08.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:34:08.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:34:08.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:34:08.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:34:08.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:34:08.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:34:08.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902392401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:34:08.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:34:08.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:34:08.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902394240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists"
}
2023-03-27T07:34:08.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:34:08.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:34:08.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902395243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ed4aaad3-22fb-4764-94bc-f857208b0501 already exists"
}
2023-03-27T07:34:08.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:34:08.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:34:08.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902426483,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:34:08.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:34:08.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:34:08.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:34:08.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:34:08.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:34:08.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T07:34:08.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:34:08.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:34:08.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:34:08.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:34:08.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:34:08.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:34:08.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:34:08.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:34:08.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-27T07:34:08.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:34:08.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:34:08.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-27T07:34:08.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:34:08.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:34:08.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-27T07:34:08.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:34:08.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:34:08.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:34:08.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:34:08.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:34:08.229Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:34:08.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:34:08.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:34:08.229Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:34:08.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:34:08.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:34:08.229Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902437965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:34:08.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:34:08.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:34:08.229Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902440091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 already exists"
}
2023-03-27T07:34:08.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:34:08.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:34:08.229Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902441092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3587282d-54f5-4da1-a73a-6c11a04ca6df already exists"
}
2023-03-27T07:34:08.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:34:32.139Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d 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-27T07:34:32.150Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d and serviceModelVersionId: 5db69c29-4878-4857-8549-92154e5017b7
2023-03-27T07:34:32.150Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2498e70-a483-4840-b460-685f99ad0bec
2023-03-27T07:34:32.151Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0
2023-03-27T07:34:32.154Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:34:32.165Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|INFO|500||Invoke
2023-03-27T07:34:32.165Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b6ef30bd-e7e6-4686-b045-d92b84d9994d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[266676e9-b658-44d0-94d9-0afc35ad16ac], X-ECOMP-RequestID=[b6ef30bd-e7e6-4686-b045-d92b84d9994d], X-TransactionId=[], X-ONAP-RequestID=[b6ef30bd-e7e6-4686-b045-d92b84d9994d], Content-Type=[application/merge-patch+json]}
2023-03-27T07:34:32.172Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:34:32.383Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?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/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:34:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[208], vertex-id=[200808], x-aai-txid=[1-aai-resources-230327-07:34:32:440-41697], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:34:32.383Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:34:32.384Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|INFO|500||InvokeReturn
2023-03-27T07:34:32.384Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:34:32.384Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:34:32.393Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:34:32.393Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b6ef30bd-e7e6-4686-b045-d92b84d9994d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:34:32.393Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:34:32.393Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:34:32.393Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:34:32.393Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902472393,
  "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-27T07:34:33.422Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:34:33.422Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e3417ef5-3b41-4758-ae5f-7ba4d01c0af0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0922484c-c6e0-4495-9019-dbfb0b0a235e","serviceDescription":"service","serviceInvariantUUID":"fc8e86ba-2a91-4747-8a35-c3886f28bacb","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22e67af8-2d8d-4a40-afbf-f5aff5f92dfc","resourceInvariantUUID":"a8fb0cf7-a7ef-4816-a1fc-02cdbf7d0dc2","resourceCustomizationUUID":"a5c545a2-577a-4ce9-9290-5757df5641cc","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":"MTk2MWY5MWRhNjZhMTI4OGUzYzBjYzE3NDVkNDRmMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d762d588-a610-4429-a313-58a23a43386f","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":"NTQ3MGU5NjhlNDQ0NzE5OWZjYTdmZDk3OTIzMTAzYzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"521bf78b-8c69-42dd-b2fa-da978faf3a98","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":"2d284b6d-0190-44f2-b19e-a97bbcfacb71","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":"6d049835-8c05-4e82-b5b0-fb1544509d6a","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":"d7e4c399-f5d3-4e8b-b09e-434533da9442","artifactVersion":"2","generatedFromUUID":"2d284b6d-0190-44f2-b19e-a97bbcfacb71"},{"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":"MTQ0NzJiN2Q1NjI4YjJmYTFlMTU4MGJhNTZiYWUyNTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d6bedadd-0e88-494c-89ba-f65e5bb7859c","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":"ZTJlYTFiOWNkMGRiNTJjZDkzMzU3OWQ2MTg2Y2ViZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf195fad-fd0d-4bac-881e-0a44cb25998f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OGMxZDdmNzIyNjc2MWI3ZDc5NTNjZjUwNTYwNDlmYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:34:33.423Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:34:33.423Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:34:33.423Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:34:33.423Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:34:34.424Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:34:34.424Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:34:34.424Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:34:34.424Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:34:35.425Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:34:35.425Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:34:35.425Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:34:35.425Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:34:36.426Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:34:36.427Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:34:36.427Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:34:36.427Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:34:37.427Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:34:37.427Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:34:37.428Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:34:37.428Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:34:38.428Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:34:38.429Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:34:38.429Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:34:38.429Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:34:39.429Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:34:39.430Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:34:39.430Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:34:39.430Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:34:40.431Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:34:40.431Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:34:40.431Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:34:40.431Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:34:41.432Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0922484c-c6e0-4495-9019-dbfb0b0a235e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fc8e86ba-2a91-4747-8a35-c3886f28bacb",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "a5c545a2-577a-4ce9-9290-5757df5641cc",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "22e67af8-2d8d-4a40-afbf-f5aff5f92dfc",
      "resourceInvariantUUID": "a8fb0cf7-a7ef-4816-a1fc-02cdbf7d0dc2",
      "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": "NTQ3MGU5NjhlNDQ0NzE5OWZjYTdmZDk3OTIzMTAzYzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "521bf78b-8c69-42dd-b2fa-da978faf3a98",
          "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": "2d284b6d-0190-44f2-b19e-a97bbcfacb71",
          "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": "d7e4c399-f5d3-4e8b-b09e-434533da9442",
            "generatedFromUUID": "2d284b6d-0190-44f2-b19e-a97bbcfacb71"
          },
          "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": "d7e4c399-f5d3-4e8b-b09e-434533da9442",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OGMxZDdmNzIyNjc2MWI3ZDc5NTNjZjUwNTYwNDlmYzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:34:41.432Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:34:41.432Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0922484c-c6e0-4495-9019-dbfb0b0a235e ASDC
2023-03-27T07:34:41.433Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0922484c-c6e0-4495-9019-dbfb0b0a235e
ServiceInvariantUUID:fc8e86ba-2a91-4747-8a35-c3886f28bacb
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:73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34
ArtifactChecksum:OGMxZDdmNzIyNjc2MWI3ZDc5NTNjZjUwNTYwNDlmYzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:a5c545a2-577a-4ce9-9290-5757df5641cc
ResourceInvariantUUID:a8fb0cf7-a7ef-4816-a1fc-02cdbf7d0dc2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:22e67af8-2d8d-4a40-afbf-f5aff5f92dfc
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:521bf78b-8c69-42dd-b2fa-da978faf3a98
ArtifactChecksum:NTQ3MGU5NjhlNDQ0NzE5OWZjYTdmZDk3OTIzMTAzYzU=
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:2d284b6d-0190-44f2-b19e-a97bbcfacb71
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:d7e4c399-f5d3-4e8b-b09e-434533da9442
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:d7e4c399-f5d3-4e8b-b09e-434533da9442
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T07:34:41.433Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0922484c-c6e0-4495-9019-dbfb0b0a235e 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-27T07:34:41.480Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:34:41.481Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:34:41.481Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:34:41.481Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-27T07:34:41.481Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:34:41.481Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-27T07:34:41.507Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-27T07:34:41.507Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@70f358c5
2023-03-27T07:34:41.508Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:34:41.508Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-27T07:34:41.508Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:34:41.508Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||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-27T07:34:41.509Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||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-27T07:34:41.509Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:34:41.509Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:34:41.509Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:34:41.509Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902481508,
  "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-27T07:34:42.510Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||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:73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34)
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-27T07:34:42.557Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||ERROR|500||Csar with UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 already exists
2023-03-27T07:34:42.557Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||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-27T07:34:42.557Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||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: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 already exists)
2023-03-27T07:34:42.557Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:34:42.558Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:34:42.558Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:34:42.558Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902482557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:34:43.559Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||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-27T07:34:43.559Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||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: 22e67af8-2d8d-4a40-afbf-f5aff5f92dfc already exists)
2023-03-27T07:34:43.559Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:34:43.559Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:34:43.559Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:34:43.560Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902483559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22e67af8-2d8d-4a40-afbf-f5aff5f92dfc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:34:44.560Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:34:44.584Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:34:44.588Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:34:44.589Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:34:44.589Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:34:44.589Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:34:44.589Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:34:44.589Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:34:44.589Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:34:44.589Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:34:44.589Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:34:44.604Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:35:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:35:08.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:35:08.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902472393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:35:08.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:35:08.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:35:08.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:35:08.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:35:08.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:35:08.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T07:35:08.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:35:08.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:35:08.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:35:08.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:35:08.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:35:08.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:35:08.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:35:08.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:35:08.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-27T07:35:08.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:35:08.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:35:08.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:35:08.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:35:08.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:35:08.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:35:08.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:35:08.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:35:08.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:35:08.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:35:08.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:35:08.226Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902481508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:35:08.226Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:35:08.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:35:08.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902482557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 already exists"
}
2023-03-27T07:35:08.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:35:08.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:35:08.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902483559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22e67af8-2d8d-4a40-afbf-f5aff5f92dfc already exists"
}
2023-03-27T07:35:08.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:35:14.604Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 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-27T07:35:14.617Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 and serviceModelVersionId: 0922484c-c6e0-4495-9019-dbfb0b0a235e
2023-03-27T07:35:14.617Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc8e86ba-2a91-4747-8a35-c3886f28bacb
2023-03-27T07:35:14.618Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0
2023-03-27T07:35:14.625Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:35:14.649Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|INFO|500||Invoke
2023-03-27T07:35:14.649Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e3417ef5-3b41-4758-ae5f-7ba4d01c0af0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b666d24d-b4c2-4a64-aa02-889c620dfa54], X-ECOMP-RequestID=[e3417ef5-3b41-4758-ae5f-7ba4d01c0af0], X-TransactionId=[], X-ONAP-RequestID=[e3417ef5-3b41-4758-ae5f-7ba4d01c0af0], Content-Type=[application/merge-patch+json]}
2023-03-27T07:35:14.659Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:35:14.756Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?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/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:35:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[93], vertex-id=[249928], x-aai-txid=[0-aai-resources-230327-07:35:14:928-7717], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:35:14.756Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:35:14.757Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|INFO|500||InvokeReturn
2023-03-27T07:35:14.757Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:35:14.757Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:35:14.765Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:35:14.766Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:35:14.766Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:35:14.766Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:35:14.766Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:35:14.767Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902514766,
  "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-27T07:35:15.792Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:35:15.793Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"4ea60221-fafe-4146-a40a-1e53a7609760","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6ad39928-cef3-4501-b97b-1f279fe0b99e","serviceDescription":"service","serviceInvariantUUID":"97d6924d-25ed-4c3f-a80f-5f86c649040a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3631eeb1-3027-4b6e-af5c-33622d466c18","resourceInvariantUUID":"19b2af55-44ab-4db0-8b71-a3a12d7dd8bf","resourceCustomizationUUID":"638e2869-cd11-45f5-a35e-88e90047411e","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":"YzQ4MGEyZDhiMDBiZDUzZDFlZGE5NzMyYjdmNTFiMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"109aabf0-5283-4868-996f-2b53a1022d81","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":"d7e9a587-452e-4a6a-8322-1de213042c96","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":"456e8757-02b8-49af-abe9-a4f4128666ca","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":"OTU1NjBjNWIwMzk3MGJiZWZmNTQ3MGEwNDhlMzIzOWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"72c1ea79-83fe-42f7-9991-80f107d0855b","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":"599188de-94f7-4849-a30f-911760d9ade3","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":"dd5de4bf-89be-448c-a5c6-b605048525b0","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":"177ca76d-90ad-4b0c-9b69-86a2a9ee2bfd","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":"Njg2YTAxMmM5Mjg3YmYxODI2YTZlZmEzYTZjNmE2NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bad55088-56bf-41e0-9221-4ccb364a1b0c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDEyNGFjYTY4MTYyYTQ3MmU4MWQxYWY4OWZkOWI2NmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74678de5-c1da-4671-8db9-3fbf93c6ebd2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:35:15.793Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:35:15.793Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:35:15.794Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:35:15.794Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:35:16.794Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:35:16.795Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:35:16.795Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:35:16.795Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:35:17.796Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:35:17.796Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:35:17.796Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:35:17.796Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:35:18.797Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:35:18.797Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:35:18.797Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:35:18.797Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:35:19.798Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:35:19.799Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:35:19.799Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:35:19.799Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:35:20.799Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:35:20.800Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:35:20.800Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:35:20.800Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:35:21.801Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:35:21.801Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:35:21.801Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:35:21.801Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:35:22.802Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:35:22.802Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:35:22.802Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:35:22.802Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:35:23.803Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:35:23.803Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:35:23.803Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:35:23.804Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:35:24.804Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6ad39928-cef3-4501-b97b-1f279fe0b99e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "97d6924d-25ed-4c3f-a80f-5f86c649040a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "638e2869-cd11-45f5-a35e-88e90047411e",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3631eeb1-3027-4b6e-af5c-33622d466c18",
      "resourceInvariantUUID": "19b2af55-44ab-4db0-8b71-a3a12d7dd8bf",
      "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": "ZDEyNGFjYTY4MTYyYTQ3MmU4MWQxYWY4OWZkOWI2NmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "74678de5-c1da-4671-8db9-3fbf93c6ebd2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:35:24.805Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:35:24.805Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ad39928-cef3-4501-b97b-1f279fe0b99e ASDC
2023-03-27T07:35:24.805Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:4ea60221-fafe-4146-a40a-1e53a7609760
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6ad39928-cef3-4501-b97b-1f279fe0b99e
ServiceInvariantUUID:97d6924d-25ed-4c3f-a80f-5f86c649040a
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:74678de5-c1da-4671-8db9-3fbf93c6ebd2
ArtifactChecksum:ZDEyNGFjYTY4MTYyYTQ3MmU4MWQxYWY4OWZkOWI2NmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:638e2869-cd11-45f5-a35e-88e90047411e
ResourceInvariantUUID:19b2af55-44ab-4db0-8b71-a3a12d7dd8bf
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:3631eeb1-3027-4b6e-af5c-33622d466c18
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:35:24.805Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ad39928-cef3-4501-b97b-1f279fe0b99e 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-27T07:35:24.845Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:35:24.846Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:35:24.846Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:35:24.846Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T07:35:24.846Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:35:24.846Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T07:35:24.876Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-27T07:35:24.876Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@ef40cbe
2023-03-27T07:35:24.876Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:35:24.876Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-27T07:35:24.877Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 74678de5-c1da-4671-8db9-3fbf93c6ebd2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:35:24.877Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||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-27T07:35:24.877Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||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-27T07:35:24.877Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:35:24.877Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:35:24.878Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:35:24.878Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902524877,
  "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-27T07:35:25.879Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||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:74678de5-c1da-4671-8db9-3fbf93c6ebd2)
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-27T07:35:25.917Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||ERROR|500||Csar with UUID: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 already exists
2023-03-27T07:35:25.918Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||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-27T07:35:25.918Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||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: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 already exists)
2023-03-27T07:35:25.918Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:35:25.919Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:35:25.919Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:35:25.919Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902525918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:35:26.920Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||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-27T07:35:26.921Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||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: 3631eeb1-3027-4b6e-af5c-33622d466c18 already exists)
2023-03-27T07:35:26.921Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:35:26.922Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:35:26.922Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:35:26.922Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902526920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3631eeb1-3027-4b6e-af5c-33622d466c18 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:35:27.923Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ea60221-fafe-4146-a40a-1e53a7609760
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:35:27.946Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ea60221-fafe-4146-a40a-1e53a7609760
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:35:27.951Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:35:27.951Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:35:27.951Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:35:27.951Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:35:27.951Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:35:27.951Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:35:27.951Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:35:27.952Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:35:27.952Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:35:27.967Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:35:57.967Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ea60221-fafe-4146-a40a-1e53a7609760 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-27T07:35:57.979Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ea60221-fafe-4146-a40a-1e53a7609760 and serviceModelVersionId: 6ad39928-cef3-4501-b97b-1f279fe0b99e
2023-03-27T07:35:57.979Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97d6924d-25ed-4c3f-a80f-5f86c649040a
2023-03-27T07:35:57.980Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0
2023-03-27T07:35:57.987Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:35:58.004Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?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-27T07:35:58.005Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|INFO|500||Invoke
2023-03-27T07:35:58.011Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:35:58.131Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|INFO|500||InvokeReturn
2023-03-27T07:35:58.132Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:35:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[116], vertex-id=[258120], x-aai-txid=[0-aai-resources-230327-07:35:58:279-10012], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:35:58.133Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:35:58.133Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:35:58.134Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:35:58.143Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:35:58.143Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ea60221-fafe-4146-a40a-1e53a7609760 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:35:58.143Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:35:58.144Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:35:58.144Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:35:58.144Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902558143,
  "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-27T07:35:59.174Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:35:59.175Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"9c29cf5c-3049-4479-9d46-5403e725b90b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3ca56329-1add-4b75-aa1d-2a4aae1bcde4","serviceDescription":"service","serviceInvariantUUID":"e9db35f9-616b-4cba-8085-897d0adf623d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c35d429d-72dc-46e5-8970-8f705035d60b","resourceInvariantUUID":"5be33205-b013-44c3-a012-2f24b5da1417","resourceCustomizationUUID":"96560140-aa0c-4563-86ef-942bc2960a2d","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":"Yjg1MzhmZDJmZGMwY2FiZDdlOGNjYzFiYWRkZTRkMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e628c0bd-761f-46bd-adbb-a0856a8df924","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":"d9c1a2fb-cc6e-443e-a40a-c0abf2107ad0","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":"b1c4f50b-23cf-4322-b4af-f6bee042e3b2","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":"MTIwMzZlMGQ5MDFjOTdhMzM5NmIyMGY4ZGJlZjliOWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1f912547-3437-492c-9288-107b9324f5e3","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":"36809441-0ffd-4e21-acab-38e022185f17","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":"b97f0a47-5b67-4823-b290-785f11c4a342","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":"abc559d2-ff3e-4bd4-8ec7-ff967efe0ed0","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":"ZjBjZjExYmRjYmNkYTQ3NjA3MWRmNTdlZTYwNjRlYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7ef63c3a-ae88-42ac-9b5b-0472522095ea","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Nzk5MWZjMWRkYTNiMjQzZWRlYzIzMmIxMzAxNzA4YzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f8d7198-1ede-4a0e-9591-5558696cb6a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:35:59.175Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:35:59.176Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:35:59.176Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:35:59.176Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:36:00.176Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:36:00.177Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:00.177Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:00.177Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:36:01.178Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:36:01.178Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:01.178Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:01.179Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:36:02.179Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:36:02.180Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:02.180Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:02.180Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:36:03.181Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:36:03.181Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:03.182Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:03.182Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:36:04.183Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:36:04.183Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:04.183Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:04.183Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:36:05.184Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:36:05.184Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:05.185Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:05.185Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:36:06.185Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:36:06.186Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:06.186Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:06.186Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:36:07.187Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:36:07.187Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:07.187Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:07.187Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:36:08.188Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3ca56329-1add-4b75-aa1d-2a4aae1bcde4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e9db35f9-616b-4cba-8085-897d0adf623d",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "96560140-aa0c-4563-86ef-942bc2960a2d",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c35d429d-72dc-46e5-8970-8f705035d60b",
      "resourceInvariantUUID": "5be33205-b013-44c3-a012-2f24b5da1417",
      "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": "Nzk5MWZjMWRkYTNiMjQzZWRlYzIzMmIxMzAxNzA4YzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3f8d7198-1ede-4a0e-9591-5558696cb6a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:36:08.189Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:36:08.189Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3ca56329-1add-4b75-aa1d-2a4aae1bcde4 ASDC
2023-03-27T07:36:08.189Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:9c29cf5c-3049-4479-9d46-5403e725b90b
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3ca56329-1add-4b75-aa1d-2a4aae1bcde4
ServiceInvariantUUID:e9db35f9-616b-4cba-8085-897d0adf623d
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:3f8d7198-1ede-4a0e-9591-5558696cb6a0
ArtifactChecksum:Nzk5MWZjMWRkYTNiMjQzZWRlYzIzMmIxMzAxNzA4YzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:96560140-aa0c-4563-86ef-942bc2960a2d
ResourceInvariantUUID:5be33205-b013-44c3-a012-2f24b5da1417
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c35d429d-72dc-46e5-8970-8f705035d60b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:36:08.189Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ca56329-1add-4b75-aa1d-2a4aae1bcde4 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=?
2023-03-27T07:36:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:36:08.217Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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})
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-27T07:36:08.233Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:36:08.233Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T07:36:08.234Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:36:08.234Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:36:08.235Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:36:08.235Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3f8d7198-1ede-4a0e-9591-5558696cb6a0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T07:36:08.235Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:36:08.235Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T07:36:08.241Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:36:08.241Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 26: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T07:36:08.258Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:36:08.259Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:36:08.259Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:36:08.264Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:36:08.265Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:36:08.265Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:36:08.265Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1434, 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-27T07:36:08.265Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:36:08.265Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:36:08.267Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-27T07:36:08.268Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@46b9f490
2023-03-27T07:36:08.268Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:36:08.268Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-27T07:36:08.268Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3f8d7198-1ede-4a0e-9591-5558696cb6a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:36:08.269Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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-27T07:36:08.269Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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-27T07:36:08.269Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:36:08.269Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:08.269Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:08.269Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902568269,
  "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-27T07:36:09.270Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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:3f8d7198-1ede-4a0e-9591-5558696cb6a0)
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-27T07:36:09.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.283Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902514766,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:36:09.284Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.284Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:36:09.284Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.284Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:36:09.284Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.284Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:36:09.284Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.284Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:36:09.284Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.285Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:36:09.285Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.285Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:36:09.285Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.285Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:36:09.285Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.285Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:36:09.285Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.286Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:36:09.286Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.286Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902524877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:36:09.286Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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-27T07:36:09.286Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.286Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: c35d429d-72dc-46e5-8970-8f705035d60b
2023-03-27T07:36:09.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.286Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902525918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 already exists"
}
2023-03-27T07:36:09.286Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.286Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902526920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3631eeb1-3027-4b6e-af5c-33622d466c18 already exists"
}
2023-03-27T07:36:09.287Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:36:09.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.287Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902558143,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:36:09.287Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.287Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:36:09.287Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.287Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:36:09.287Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.288Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:36:09.288Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.288Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:36:09.288Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.288Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:36:09.288Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.289Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:36:09.289Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.289Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:36:09.289Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.289Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:36:09.289Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-27T07:36:09.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.290Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:36:09.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:36:09.290Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902568269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:36:09.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:36:09.292Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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-27T07:36:09.322Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 c35d429d-72dc-46e5-8970-8f705035d60b test-pnf
2023-03-27T07:36:09.322Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 3ca56329-1add-4b75-aa1d-2a4aae1bcde4
2023-03-27T07:36:09.322Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3ca56329-1add-4b75-aa1d-2a4aae1bcde4
2023-03-27T07:36:09.322Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c35d429d-72dc-46e5-8970-8f705035d60b 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-27T07:36:09.327Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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$$562f1e70.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-27T07:36:09.348Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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$$562f1e70.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-27T07:36:09.352Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf c35d429d-72dc-46e5-8970-8f705035d60b 0 ASDC deployResourceStructure
2023-03-27T07:36:09.352Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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$$562f1e70.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-27T07:36:09.352Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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-27T07:36:09.352Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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-27T07:36:09.353Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:36:09.353Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:09.353Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:09.353Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902569352,
  "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-27T07:36:10.354Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c29cf5c-3049-4479-9d46-5403e725b90b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:36:10.375Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c29cf5c-3049-4479-9d46-5403e725b90b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:36:10.379Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:36:10.379Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:36:10.379Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:36:10.379Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:36:10.379Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:36:10.379Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:36:10.379Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:36:10.379Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-27T07:36:10.379Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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-27T07:36:10.390Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:36:40.390Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c29cf5c-3049-4479-9d46-5403e725b90b 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-27T07:36:40.397Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c29cf5c-3049-4479-9d46-5403e725b90b and serviceModelVersionId: 3ca56329-1add-4b75-aa1d-2a4aae1bcde4
2023-03-27T07:36:40.397Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9db35f9-616b-4cba-8085-897d0adf623d
2023-03-27T07:36:40.398Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0
2023-03-27T07:36:40.401Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:36:40.412Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?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-27T07:36:40.413Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0|INFO|500||Invoke
2023-03-27T07:36:40.417Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T07:36:40.556Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0|INFO|500||InvokeReturn
2023-03-27T07:36:40.557Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:36:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[221248], x-aai-txid=[0-aai-resources-230327-07:36:40:687-6726], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:36:40.557Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:36:40.557Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:36:40.557Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:36:40.566Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:36:40.566Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c29cf5c-3049-4479-9d46-5403e725b90b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-27T07:36:40.566Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:36:40.567Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:40.567Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:40.567Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902600566,
  "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-27T07:36:41.595Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:36:41.595Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"4773ba05-a5da-429d-9849-0a6685732bc6","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"bb3adfbc-f7b0-4665-bcf9-377189ea60d3","serviceDescription":"service","serviceInvariantUUID":"a487b293-efba-47e4-8061-8a540fb2499b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f","resourceInvariantUUID":"34681784-351d-420d-9734-25a4bdf3ba44","resourceCustomizationUUID":"4354223c-5265-4542-9896-c29dbdb94552","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":"ZDVkNDEzZGVlODk1ODY3ZWNkMThhYjdlNzEzNWU5MDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c38538c7-d3df-4cda-9c72-2b7e40111739","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":"decd6d68-9bdf-4e1c-8168-9d6793ea447b","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":"eecfa8b4-7620-434e-b3bc-a7196b319c52","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":"ZjMzMjQ1ZjA5OTBlZDljYzMwOTI0YjhhNDNkODBjMGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"60a5fc09-61ef-44ac-abd0-3d0e133bf869","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":"5565823c-44d2-49d0-a852-e46751efa227","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":"51dec90d-f7c6-4e96-81b4-844856fbc8e8","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":"370d7203-387a-4bf4-b7c3-182fff83ab21","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":"NjAxYTE5MWU4MDlhYTdhZjM3ZWQ3NjlkM2JjZDkxMjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93aa31e4-cd11-4e43-a6e5-f46981f04024","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDE3YWMwMGRmNTYyNzY5YTQ2Y2M4NmYxMmEwOWVjNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ce156c5c-cb64-4c52-8e9a-ad51b2f57823","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:36:41.595Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:36:41.595Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:41.596Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:41.596Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:36:42.597Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:36:42.597Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:42.597Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:42.597Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:36:43.598Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:36:43.599Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:43.599Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:43.599Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:36:44.600Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:36:44.600Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:44.600Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:44.600Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:36:45.601Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:36:45.601Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:45.601Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:45.602Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:36:46.602Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:36:46.603Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:46.603Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:46.603Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:36:47.604Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:36:47.605Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:47.605Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:47.605Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:36:48.606Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:36:48.607Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:48.607Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:48.607Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "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-27T07:36:49.608Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:36:49.608Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:49.608Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:49.609Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:36:50.609Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bb3adfbc-f7b0-4665-bcf9-377189ea60d3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a487b293-efba-47e4-8061-8a540fb2499b",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "4354223c-5265-4542-9896-c29dbdb94552",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f",
      "resourceInvariantUUID": "34681784-351d-420d-9734-25a4bdf3ba44",
      "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": "MDE3YWMwMGRmNTYyNzY5YTQ2Y2M4NmYxMmEwOWVjNWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ce156c5c-cb64-4c52-8e9a-ad51b2f57823"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:36:50.610Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:36:50.610Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bb3adfbc-f7b0-4665-bcf9-377189ea60d3 ASDC
2023-03-27T07:36:50.611Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:4773ba05-a5da-429d-9849-0a6685732bc6
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:bb3adfbc-f7b0-4665-bcf9-377189ea60d3
ServiceInvariantUUID:a487b293-efba-47e4-8061-8a540fb2499b
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:ce156c5c-cb64-4c52-8e9a-ad51b2f57823
ArtifactChecksum:MDE3YWMwMGRmNTYyNzY5YTQ2Y2M4NmYxMmEwOWVjNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:4354223c-5265-4542-9896-c29dbdb94552
ResourceInvariantUUID:34681784-351d-420d-9734-25a4bdf3ba44
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:36:50.611Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bb3adfbc-f7b0-4665-bcf9-377189ea60d3 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-27T07:36:50.659Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:36:50.660Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:36:50.660Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:36:50.660Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ce156c5c-cb64-4c52-8e9a-ad51b2f57823 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T07:36:50.660Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:36:50.660Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T07:36:50.678Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-27T07:36:50.679Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6e386cfb
2023-03-27T07:36:50.679Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:36:50.679Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-27T07:36:50.679Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ce156c5c-cb64-4c52-8e9a-ad51b2f57823 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:36:50.680Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||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-27T07:36:50.680Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||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-27T07:36:50.680Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:36:50.680Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:50.680Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:50.680Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902610680,
  "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-27T07:36:51.681Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||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:ce156c5c-cb64-4c52-8e9a-ad51b2f57823)
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-27T07:36:51.697Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||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-27T07:36:51.697Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T07:36:51.702Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||test-pnf 0
2023-03-27T07:36:51.702Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f
2023-03-27T07:36:51.702Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||No resources found for Service: bb3adfbc-f7b0-4665-bcf9-377189ea60d3
2023-03-27T07:36:51.702Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: bb3adfbc-f7b0-4665-bcf9-377189ea60d3
2023-03-27T07:36:51.703Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f 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-27T07:36:51.708Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||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$$562f1e70.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-27T07:36:51.739Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||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$$562f1e70.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-27T07:36:51.743Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f 0 ASDC deployResourceStructure
2023-03-27T07:36:51.744Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||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$$562f1e70.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-27T07:36:51.744Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||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-27T07:36:51.744Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||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-27T07:36:51.745Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:36:51.745Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:36:51.745Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:36:51.745Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902611744,
  "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-27T07:36:52.746Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4773ba05-a5da-429d-9849-0a6685732bc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:36:52.767Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4773ba05-a5da-429d-9849-0a6685732bc6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:36:52.771Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:36:52.771Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:36:52.771Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:36:52.771Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:36:52.771Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:36:52.772Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:36:52.772Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:36:52.772Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-27T07:36:52.772Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||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-27T07:36:52.787Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:37:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:37:08.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:37:08.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902569352,
  "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-27T07:37:08.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:37:22.787Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4773ba05-a5da-429d-9849-0a6685732bc6 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-27T07:37:22.800Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4773ba05-a5da-429d-9849-0a6685732bc6 and serviceModelVersionId: bb3adfbc-f7b0-4665-bcf9-377189ea60d3
2023-03-27T07:37:22.801Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a487b293-efba-47e4-8061-8a540fb2499b
2023-03-27T07:37:22.801Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?depth=0
2023-03-27T07:37:22.809Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:37:22.835Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?depth=0|INFO|500||Invoke
2023-03-27T07:37:22.835Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4773ba05-a5da-429d-9849-0a6685732bc6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[80d59157-bec1-4fa2-b8d7-4ff14a6c785d], X-ECOMP-RequestID=[4773ba05-a5da-429d-9849-0a6685732bc6], X-TransactionId=[], X-ONAP-RequestID=[4773ba05-a5da-429d-9849-0a6685732bc6], Content-Type=[application/merge-patch+json]}
2023-03-27T07:37:22.842Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T07:37:22.989Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?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/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:37:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[262376], x-aai-txid=[1-aai-resources-230327-07:37:23:111-86260], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:37:22.989Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:37:22.989Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?depth=0|INFO|500||InvokeReturn
2023-03-27T07:37:22.990Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:37:22.990Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:37:23.000Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:37:23.000Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4773ba05-a5da-429d-9849-0a6685732bc6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-27T07:37:23.000Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:37:23.000Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:37:23.000Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:37:23.000Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902643000,
  "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-27T07:37:24.026Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T07:37:24.027Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-27T07:37:24.028Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Node 0 disconnected.
2023-03-27T07:37:24.028Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Node 2 disconnected.
2023-03-27T07:37:24.028Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Cancelled in-flight METADATA request with correlation id 130428 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-27T07:37:24.028Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:37:24.029Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:37:24.029Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:37:24.029Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T07:37:24.034Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-1a893049-c2fa-48b4-a46d-b97bfd8ffcec
2023-03-27T07:37:24.034Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:37:24.035Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:37:24.035Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T07:37:26.624Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:37:29.634Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:37:32.642Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:37:35.651Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:37:38.661Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:37:41.671Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:37:44.680Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:37:47.689Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:37:50.698Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:37:53.711Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:37:56.720Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:37:59.729Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:38:02.738Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:38:05.748Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:38:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:38:08.234Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:38:08.235Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T07:38:08.242Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:38:08.242Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-1a893049-c2fa-48b4-a46d-b97bfd8ffcec', protocol='range'}
2023-03-27T07:38:08.246Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:38:08.247Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:38:08.247Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:38:08.247Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:38:08.247Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:38:08.247Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:38:08.248Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 27: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-77eecc12-eebe-40a0-81b8-47d02833699a-1a893049-c2fa-48b4-a46d-b97bfd8ffcec=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-27T07:38:08.263Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:38:08.263Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-1a893049-c2fa-48b4-a46d-b97bfd8ffcec', protocol='range'}
2023-03-27T07:38:08.263Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:38:08.263Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:38:08.263Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:38:08.263Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:38:08.267Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:38:08.267Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:38:08.268Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:38:08.268Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:38:08.268Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:38:08.268Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1459, 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-27T07:38:08.268Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:38:08.268Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:38:08.268Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:38:08.268Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:38:08.268Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:38:08.268Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:38:09.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:38:09.288Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902600566,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-27T07:38:09.289Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:38:09.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:38:09.289Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:38:09.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:38:09.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:38:09.290Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:38:09.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:38:09.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:38:09.290Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:38:09.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:38:09.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:38:09.291Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:38:09.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:38:09.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:38:09.291Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:38:09.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:38:09.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:38:09.292Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:38:09.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:38:09.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:38:09.292Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:38:09.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:38:09.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:38:09.293Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:38:09.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:38:09.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:38:09.293Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679901882025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:38:09.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:38:09.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:38:09.294Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902610680,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:38:09.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:38:09.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:38:09.294Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902611744,
  "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-27T07:38:09.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:38:09.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:38:09.295Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902643000,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-27T07:38:09.295Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:38:09.310Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:38:09.310Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"7eff5bd9-031e-4ebb-a433-909c9555370d","serviceName":"basic_onboard_QMpdnl","serviceVersion":"1.0","serviceUUID":"9d1b38d7-168e-4ef6-9355-095aef6c5a06","serviceDescription":"service","serviceInvariantUUID":"13b7de5c-4a5c-495e-b4f1-19ef4a3dc875","resources":[{"resourceInstanceName":"basic_onboard_QMpdnl 0","resourceName":"basic_onboard_QMpdnl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06bf5896-5e90-460d-b950-b0365c92c155","resourceInvariantUUID":"0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b","resourceCustomizationUUID":"9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml","artifactChecksum":"OWI4YTk5NTZmN2JiYmJiYjY4ZjBkNGJmYTg1Mjk4ZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d5361a7-c516-4f0a-86c3-1d0c64c0fe68","artifactVersion":"1"},{"artifactName":"basic_onboard_qmpdnl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json","artifactChecksum":"MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f65df3c5-c527-4045-8387-6c42535f8967","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e469475-09a0-4e48-96e4-ebd00e02b877","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2806961-ef8e-4a93-a449-365db9ac15f5","artifactVersion":"2","generatedFromUUID":"f65df3c5-c527-4045-8387-6c42535f8967"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQmpdnl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml","artifactChecksum":"YjcwYjk3ZDBiYzY0ZjJmYmQxZjA4MjU5NzBiMmU3NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"165396fc-5684-44e2-9cef-79df7fed1847","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQmpdnl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar","artifactChecksum":"NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72e06bf6-5317-4a7a-9922-993e0a0c4b89","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:38:09.312Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:38:09.312Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:38:09.312Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:38:09.313Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:38:10.313Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:38:10.313Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:38:10.314Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:38:10.314Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:38:11.314Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:38:11.316Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:38:11.316Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:38:11.316Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:38:12.317Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:38:12.318Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:38:12.318Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:38:12.318Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:38:13.319Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:38:13.319Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:38:13.319Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:38:13.319Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:38:14.320Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:38:14.321Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:38:14.321Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:38:14.321Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:38:15.321Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:38:15.322Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:38:15.322Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:38:15.322Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:38:16.323Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "serviceName": "basic_onboard_QMpdnl",
  "serviceVersion": "1.0",
  "serviceUUID": "9d1b38d7-168e-4ef6-9355-095aef6c5a06",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13b7de5c-4a5c-495e-b4f1-19ef4a3dc875",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QMpdnl 0",
      "resourceCustomizationUUID": "9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12",
      "resourceName": "basic_onboard_QMpdnl",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "06bf5896-5e90-460d-b950-b0365c92c155",
      "resourceInvariantUUID": "0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qmpdnl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
          "artifactChecksum": "MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f65df3c5-c527-4045-8387-6c42535f8967",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
            "generatedFromUUID": "f65df3c5-c527-4045-8387-6c42535f8967"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQmpdnl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
      "artifactChecksum": "NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72e06bf6-5317-4a7a-9922-993e0a0c4b89"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:38:16.323Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:38:16.323Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d1b38d7-168e-4ef6-9355-095aef6c5a06 ASDC
2023-03-27T07:38:16.323Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:7eff5bd9-031e-4ebb-a433-909c9555370d
ServiceName:basic_onboard_QMpdnl
ServiceVersion:1.0
ServiceUUID:9d1b38d7-168e-4ef6-9355-095aef6c5a06
ServiceInvariantUUID:13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQmpdnl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
ArtifactUUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89
ArtifactChecksum:NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QMpdnl 0
ResourceCustomizationUUID:9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12
ResourceInvariantUUID:0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b
ResourceName:basic_onboard_QMpdnl
ResourceType:VF
ResourceUUID:06bf5896-5e90-460d-b950-b0365c92c155
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qmpdnl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
ArtifactUUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e
ArtifactChecksum:MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI=
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f65df3c5-c527-4045-8387-6c42535f8967
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T07:38:16.323Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d1b38d7-168e-4ef6-9355-095aef6c5a06 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-27T07:38:16.362Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:38:16.362Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:38:16.363Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:38:16.363Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 72e06bf6-5317-4a7a-9922-993e0a0c4b89 from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T07:38:16.363Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:38:16.363Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T07:38:16.386Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-27T07:38:16.386Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@70cf6c83
2023-03-27T07:38:16.386Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:38:16.387Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T07:38:16.387Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardQmpdnl-csar.csar /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar 72e06bf6-5317-4a7a-9922-993e0a0c4b89 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:38:16.387Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar ASDC sendASDCNotification
2023-03-27T07:38:16.387Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(Specified artifact is  not found)
2023-03-27T07:38:16.387Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:38:16.387Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:38:16.387Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:38:16.388Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902696387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:38:17.388Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||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-BasicOnboardQmpdnl-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(UUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89)
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-27T07:38:17.406Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||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-27T07:38:17.406Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T07:38:17.411Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||basic_onboard_QMpdnl 0
2023-03-27T07:38:17.411Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
2023-03-27T07:38:17.411Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T07:38:17.411Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:38:17.412Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T07:38:17.430Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-27T07:38:17.430Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@659ccf58
2023-03-27T07:38:17.430Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:38:17.430Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T07:38:17.431Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_qmpdnl0_modules.json /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:38:17.431Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json ASDC sendASDCNotification
2023-03-27T07:38:17.431Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(Specified artifact is  not found)
2023-03-27T07:38:17.431Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:38:17.431Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:38:17.431Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:38:17.431Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902697431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:38:18.432Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||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_qmpdnl0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(UUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e)
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-27T07:38:18.432Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:38:18.455Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:38:18.459Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:38:18.460Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:38:48.460Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:38:48.478Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:38:48.481Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:38:48.481Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:39:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:39:08.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:39:08.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:39:08.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:39:18.481Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:39:18.496Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:39:18.501Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:39:18.502Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:39:48.502Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:39:48.522Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:39:48.526Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:39:48.526Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:40:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902696387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-27T07:40:08.218Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902697431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:40:08.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:40:18.526Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:40:18.543Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:40:18.546Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:40:18.546Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:40:48.547Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:40:48.565Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:40:48.568Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:40:48.568Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:41:08.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:41:18.569Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:41:18.589Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:41:18.593Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:41:18.593Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:41:48.593Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:41:48.608Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:41:48.611Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:41:48.611Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:42:08.218Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:42:18.611Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:42:18.627Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:42:18.630Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:42:18.630Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:42:48.631Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:42:48.648Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:42:48.652Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:42:48.652Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:43:08.219Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:43:09.349Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:43:09.349Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Member SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-1a893049-c2fa-48b4-a46d-b97bfd8ffcec sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-27T07:43:09.350Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-27T07:43:09.350Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-27T07:43:11.872Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:43:11.887Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:43:11.888Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T07:43:11.894Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:43:11.895Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 28: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T07:43:11.912Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:43:11.913Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:43:11.913Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:43:11.920Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:43:11.920Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:43:11.920Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:43:11.920Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1481, 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-27T07:43:11.921Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:43:11.922Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:43:18.653Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-27T07:43:18.653Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d 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-27T07:43:18.660Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7eff5bd9-031e-4ebb-a433-909c9555370d and serviceModelVersionId: 9d1b38d7-168e-4ef6-9355-095aef6c5a06
2023-03-27T07:43:18.661Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
2023-03-27T07:43:18.661Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0
2023-03-27T07:43:18.665Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:43:18.677Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?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-27T07:43:18.678Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|500||Invoke
2023-03-27T07:43:18.685Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T07:43:18.719Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-27T07:43:18.719Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0 has http status code:404 and response headers:{date=[Mon, 27 Mar 2023 07:43:18 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[30], x-aai-txid=[0-aai-resources-230327-07:43:18:958-77268], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:43:18.720Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","ERR.5.4.6114"]}}}

2023-03-27T07:43:18.722Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T07:43:18.722Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-27T07:43:18.723Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T07:43:18.723Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T07:43:18.731Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:43:18.731Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7eff5bd9-031e-4ebb-a433-909c9555370d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T07:43:18.731Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-27T07:43:18.731Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:43:18.731Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:43:18.731Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902998731,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:43:18.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:43:18.749Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902998731,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
}
2023-03-27T07:43:18.749Z||pool-2-thread-7|||||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-27T07:43:19.753Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:43:19.753Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"3eceaf02-b44a-47b3-a2db-b8aa5c5845fe","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0c07833a-e216-4fdd-a97e-5a37fe9b5618","serviceDescription":"service","serviceInvariantUUID":"5119ae16-c0f3-443b-8436-075439e66ab3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"15157c1b-7520-4e59-8e7d-cd42033bc6f6","resourceInvariantUUID":"02dde935-56e9-46f6-a1ed-2017d18e3ddd","resourceCustomizationUUID":"3b212f49-7967-41e3-b0b3-f5c67a76083a","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":"NTc1NTIyNGEwM2JhY2U0ZTRlNGI3M2YzZmZkNWVkNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe2f0ff7-7184-41cc-b179-f887cb886039","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ab423d5-4df0-4c63-9a9b-f45fccd423f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:43:19.753Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:43:19.753Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:43:19.754Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:43:19.754Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:43:20.754Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:43:20.755Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:43:20.755Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:43:20.755Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:43:21.756Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0c07833a-e216-4fdd-a97e-5a37fe9b5618",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5119ae16-c0f3-443b-8436-075439e66ab3",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b212f49-7967-41e3-b0b3-f5c67a76083a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "15157c1b-7520-4e59-8e7d-cd42033bc6f6",
      "resourceInvariantUUID": "02dde935-56e9-46f6-a1ed-2017d18e3ddd",
      "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": "ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ab423d5-4df0-4c63-9a9b-f45fccd423f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:43:21.756Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:43:21.756Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c07833a-e216-4fdd-a97e-5a37fe9b5618 ASDC
2023-03-27T07:43:21.756Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0c07833a-e216-4fdd-a97e-5a37fe9b5618
ServiceInvariantUUID:5119ae16-c0f3-443b-8436-075439e66ab3
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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4
ArtifactChecksum:ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b212f49-7967-41e3-b0b3-f5c67a76083a
ResourceInvariantUUID:02dde935-56e9-46f6-a1ed-2017d18e3ddd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:15157c1b-7520-4e59-8e7d-cd42033bc6f6
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-27T07:43:21.757Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c07833a-e216-4fdd-a97e-5a37fe9b5618 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-27T07:43:21.784Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:43:21.784Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:43:21.784Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:43:21.785Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T07:43:21.785Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:43:21.785Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T07:43:21.825Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-27T07:43:21.825Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@18e7d660
2023-03-27T07:43:21.825Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:43:21.825Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-27T07:43:21.825Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:43:21.826Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||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-27T07:43:21.826Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||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-27T07:43:21.826Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:43:21.826Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:43:21.826Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:43:21.826Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903001826,
  "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-27T07:43:22.828Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4)
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-27T07:43:22.872Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||ERROR|500||Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists
2023-03-27T07:43:22.873Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||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-27T07:43:22.873Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||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: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists)
2023-03-27T07:43:22.873Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:43:22.873Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:43:22.873Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:43:22.874Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903002873,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:43:23.874Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||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-27T07:43:23.875Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||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: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists)
2023-03-27T07:43:23.875Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:43:23.875Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:43:23.875Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:43:23.875Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903003874,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:43:24.876Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:43:24.897Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:43:24.901Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:43:24.901Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:43:24.902Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:43:24.902Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:43:24.902Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:43:24.902Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:43:24.902Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:43:24.903Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:43:24.903Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:43:24.911Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:43:54.911Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe 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-27T07:43:54.921Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and serviceModelVersionId: 0c07833a-e216-4fdd-a97e-5a37fe9b5618
2023-03-27T07:43:54.921Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5119ae16-c0f3-443b-8436-075439e66ab3
2023-03-27T07:43:54.922Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0
2023-03-27T07:43:54.929Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:43:54.944Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?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-27T07:43:54.944Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||Invoke
2023-03-27T07:43:54.951Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:43:55.105Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||InvokeReturn
2023-03-27T07:43:55.105Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:43:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[573528], x-aai-txid=[1-aai-resources-230327-07:43:55:222-24141], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:43:55.105Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:43:55.106Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:43:55.106Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:43:55.114Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:43:55.115Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:43:55.115Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:43:55.115Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:43:55.115Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:43:55.115Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903035115,
  "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-27T07:43:56.131Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:43:56.132Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"84cc4c38-db2e-426f-addf-a3026542286e","serviceName":"Demo_pNF_rb5D6ZL4SqGkCBxcGhrs","serviceVersion":"1.0","serviceUUID":"c9f67a18-e256-41f3-acaa-b5dd971d4199","serviceDescription":"catalog service description","serviceInvariantUUID":"ca53e5c4-cf56-4a3f-8edb-e39644d5c271","resources":[{"resourceInstanceName":"pNF 25b011eb-83ed 0","resourceName":"pNF 25b011eb-83ed","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3e745e72-3afe-4a65-9bf7-e1d2abc228c2","resourceInvariantUUID":"ec183920-0093-457b-a5af-176c8a914105","resourceCustomizationUUID":"386f0dcb-2fab-4319-83de-b16580fda677","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml","artifactChecksum":"ZWYwMWZhMzVkZDIxOTM1MTRiYzhlMzZiNjE0YThiYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14428971-926d-4b7f-bf42-8fe6437ffedc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c4f0abef-5bdf-495f-8bef-a4a4529fd3a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"042cbbe6-301f-408c-a227-fbfcb56b89a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml","artifactChecksum":"OWM5NDBiYTI1MzhlZGZjMjVjMzZiZjdjYjMwYzMzNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"765c4017-e693-43c1-bd5b-3c6c3eb4d38a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d72abaf-1d51-4a4d-885d-1e05aa7aa3f6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f9dff5ea-6087-4927-bf44-11d67bdbff38","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactChecksum":"MTNhNzEyZjBhY2YzM2EyOTU5ZTQxNmZiOTg5YWI4NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7df4bf1-0ee5-4384-8502-775cbba6d31d","artifactVersion":"1"},{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactChecksum":"NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84d3aeeb-281a-4221-9c76-745438b20267","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:43:56.132Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:43:56.132Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:43:56.132Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:43:56.132Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:43:57.133Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:43:57.134Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:43:57.134Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:43:57.134Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:43:58.134Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:43:58.135Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:43:58.135Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:43:58.135Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:43:59.136Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:43:59.136Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:43:59.136Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:43:59.136Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:44:00.138Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:44:00.138Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:44:00.138Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:44:00.138Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:44:01.140Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:44:01.140Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:44:01.140Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:44:01.140Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:44:02.141Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:44:02.141Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:44:02.141Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:44:02.141Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:44:03.141Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:44:03.142Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:44:03.142Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:44:03.143Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:44:04.143Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "serviceName": "Demo_pNF_rb5D6ZL4SqGkCBxcGhrs",
  "serviceVersion": "1.0",
  "serviceUUID": "c9f67a18-e256-41f3-acaa-b5dd971d4199",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ca53e5c4-cf56-4a3f-8edb-e39644d5c271",
  "resources": [
    {
      "resourceInstanceName": "pNF 25b011eb-83ed 0",
      "resourceCustomizationUUID": "386f0dcb-2fab-4319-83de-b16580fda677",
      "resourceName": "pNF 25b011eb-83ed",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3e745e72-3afe-4a65-9bf7-e1d2abc228c2",
      "resourceInvariantUUID": "ec183920-0093-457b-a5af-176c8a914105",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactChecksum": "NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "84d3aeeb-281a-4221-9c76-745438b20267"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:44:04.144Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:44:04.144Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c9f67a18-e256-41f3-acaa-b5dd971d4199 ASDC
2023-03-27T07:44:04.144Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:84cc4c38-db2e-426f-addf-a3026542286e
ServiceName:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
ServiceVersion:1.0
ServiceUUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
ServiceInvariantUUID:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactUUID:84d3aeeb-281a-4221-9c76-745438b20267
ArtifactChecksum:NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 25b011eb-83ed 0
ResourceCustomizationUUID:386f0dcb-2fab-4319-83de-b16580fda677
ResourceInvariantUUID:ec183920-0093-457b-a5af-176c8a914105
ResourceName:pNF 25b011eb-83ed
ResourceType:PNF
ResourceUUID:3e745e72-3afe-4a65-9bf7-e1d2abc228c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:44:04.144Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9f67a18-e256-41f3-acaa-b5dd971d4199 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-27T07:44:04.176Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:44:04.177Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:44:04.177Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:44:04.177Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267 from URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:44:04.177Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:44:04.177Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:44:04.499Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-27T07:44:04.502Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar 84d3aeeb-281a-4221-9c76-745438b20267 88018
2023-03-27T07:44:04.502Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T07:44:04.502Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:44:04.502Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:44:04.502Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:44:04.502Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:44:04.503Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903044502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:44:05.503Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:44:05.504Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:44:05.504Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267, URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar to file: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:44:05.505Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:44:05.505Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:44:05.506Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:44:05.590Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10033050671787521526/Definitions/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml
2023-03-27T07:44:06.279Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T07:44:06.279Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-27T07:44:06.279Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:44:06.279Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T07:44:06.279Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:44:06.279Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:44:06.280Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:44:06.280Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:44:06.280Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:44:06.280Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 25b011eb-83ed 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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:44:06.280Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:44:06.280Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-27T07:44:06.280Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:44:06.280Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:44:06.280Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T07:44:06.280Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-27T07:44:06.280Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:44:06.281Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:44:06.281Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:44:06.281Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T07:44:06.281Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-27T07:44:06.281Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:44:06.281Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:44:06.281Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:44:06.281Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:44:06.281Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:44:06.281Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:44:06.282Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:44:06.282Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:44:06.282Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:44:06.282Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:44:06.282Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:44:06.282Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
Description:catalog service description
Model UUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
Model Version:NULL
Model InvariantUuid:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
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-27T07:44:06.317Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||ERROR|500||Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists
2023-03-27T07:44:06.317Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T07:44:06.317Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists)
2023-03-27T07:44:06.317Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:44:06.318Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:44:06.318Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:44:06.318Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903046317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:44:07.318Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T07:44:07.319Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists)
2023-03-27T07:44:07.319Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:44:07.319Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:44:07.319Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:44:07.319Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903047318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:44:08.217Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:44:08.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:44:08.223Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:44:08.223Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:44:08.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:44:08.224Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:44:08.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:44:08.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:44:08.224Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903001826,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:44:08.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:44:08.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:44:08.224Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903002873,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
}
2023-03-27T07:44:08.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:44:08.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:44:08.224Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903003874,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
}
2023-03-27T07:44:08.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:44:08.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:44:08.225Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903035115,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:44:08.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:44:08.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:44:08.225Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:44:08.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:44:08.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:44:08.225Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:44:08.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:44:08.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:44:08.225Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:44:08.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:44:08.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:44:08.225Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:44:08.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:44:08.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:44:08.226Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:44:08.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:44:08.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:44:08.226Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:44:08.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:44:08.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:44:08.226Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:44:08.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:44:08.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:44:08.226Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:44:08.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:44:08.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:44:08.227Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903044502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:44:08.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:44:08.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:44:08.227Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903046317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
}
2023-03-27T07:44:08.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:44:08.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:44:08.227Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903047318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
}
2023-03-27T07:44:08.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:44:08.320Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:44:08.346Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:44:08.349Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:44:08.349Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:44:08.350Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:44:08.350Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:44:08.350Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:44:08.350Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:44:08.350Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:44:08.350Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:44:08.350Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:44:08.358Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:44:38.358Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e 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-27T07:44:38.366Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84cc4c38-db2e-426f-addf-a3026542286e and serviceModelVersionId: c9f67a18-e256-41f3-acaa-b5dd971d4199
2023-03-27T07:44:38.367Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca53e5c4-cf56-4a3f-8edb-e39644d5c271
2023-03-27T07:44:38.367Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0
2023-03-27T07:44:38.379Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:44:38.397Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?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-27T07:44:38.398Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||Invoke
2023-03-27T07:44:38.405Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:44:38.562Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||InvokeReturn
2023-03-27T07:44:38.562Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:44:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[606296], x-aai-txid=[0-aai-resources-230327-07:44:38:677-37980], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:44:38.563Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:44:38.563Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:44:38.563Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:44:38.570Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:44:38.570Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84cc4c38-db2e-426f-addf-a3026542286e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:44:38.570Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:44:38.570Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:44:38.571Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:44:38.571Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903078570,
  "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-27T07:44:39.588Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:44:39.589Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"44440c6a-f1bd-4673-a6af-17a9e4d43911","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"66474687-4800-47ee-9519-ffdde7c80d58","serviceDescription":"service","serviceInvariantUUID":"06e3a032-8f72-4119-9e71-ce6588ba35ba","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a44f77ef-1d28-41e6-9f3e-b645ebc6d2db","resourceInvariantUUID":"83ae637d-0f3e-4be2-928f-2678c9531c1d","resourceCustomizationUUID":"f44634b1-d505-4227-ae5f-6b34b4b2e20c","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":"ZGVjODNkMzc4NmE3OGRjNWJlN2VjN2UwZThjNWVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6436e61f-ee28-423e-aa93-6f9a6b99dc61","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":"NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5194932-b487-47ad-a26e-ae346b8404ad","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":"26286f3d-fc00-47f6-a2d9-b8ba865afff7","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":"32d20314-45a7-4681-b948-6c1f1a813927","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":"49d5da0e-af6a-4340-87b3-1cebc927e26d","artifactVersion":"2","generatedFromUUID":"26286f3d-fc00-47f6-a2d9-b8ba865afff7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjA5YTBhMjY2MTA0MjY1ZDRiZDdjNDlhN2QyOGE4YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5a8020-e861-4d62-903b-69810912298f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25a1eb11-f825-424a-a2ea-fab104107979","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:44:39.589Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:44:39.589Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:44:39.589Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:44:39.589Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:44:40.589Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:44:40.590Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:44:40.590Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:44:40.590Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:44:41.591Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:44:41.591Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:44:41.591Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:44:41.591Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:44:42.592Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:44:42.592Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:44:42.592Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:44:42.593Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:44:43.593Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:44:43.594Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:44:43.594Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:44:43.594Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:44:44.595Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:44:44.595Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:44:44.595Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:44:44.595Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:44:45.596Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:44:45.597Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:44:45.597Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:44:45.597Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:44:46.598Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "66474687-4800-47ee-9519-ffdde7c80d58",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06e3a032-8f72-4119-9e71-ce6588ba35ba",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f44634b1-d505-4227-ae5f-6b34b4b2e20c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a44f77ef-1d28-41e6-9f3e-b645ebc6d2db",
      "resourceInvariantUUID": "83ae637d-0f3e-4be2-928f-2678c9531c1d",
      "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": "NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e5194932-b487-47ad-a26e-ae346b8404ad",
          "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": "26286f3d-fc00-47f6-a2d9-b8ba865afff7",
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
            "generatedFromUUID": "26286f3d-fc00-47f6-a2d9-b8ba865afff7"
          },
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "25a1eb11-f825-424a-a2ea-fab104107979"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:44:46.598Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:44:46.598Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66474687-4800-47ee-9519-ffdde7c80d58 ASDC
2023-03-27T07:44:46.599Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:44440c6a-f1bd-4673-a6af-17a9e4d43911
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:66474687-4800-47ee-9519-ffdde7c80d58
ServiceInvariantUUID:06e3a032-8f72-4119-9e71-ce6588ba35ba
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:25a1eb11-f825-424a-a2ea-fab104107979
ArtifactChecksum:MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f44634b1-d505-4227-ae5f-6b34b4b2e20c
ResourceInvariantUUID:83ae637d-0f3e-4be2-928f-2678c9531c1d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a44f77ef-1d28-41e6-9f3e-b645ebc6d2db
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:e5194932-b487-47ad-a26e-ae346b8404ad
ArtifactChecksum:NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA=
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:26286f3d-fc00-47f6-a2d9-b8ba865afff7
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T07:44:46.599Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66474687-4800-47ee-9519-ffdde7c80d58 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-27T07:44:46.623Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:44:46.623Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:44:46.624Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:44:46.624Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 25a1eb11-f825-424a-a2ea-fab104107979 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T07:44:46.624Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:44:46.624Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T07:44:46.651Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-27T07:44:46.651Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3d422b01
2023-03-27T07:44:46.651Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:44:46.651Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-27T07:44:46.651Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 25a1eb11-f825-424a-a2ea-fab104107979 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:44:46.651Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||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-27T07:44:46.651Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||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-27T07:44:46.652Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:44:46.652Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:44:46.652Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:44:46.652Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903086651,
  "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-27T07:44:47.653Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||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:25a1eb11-f825-424a-a2ea-fab104107979)
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-27T07:44:47.689Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||ERROR|500||Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists
2023-03-27T07:44:47.689Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||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-27T07:44:47.689Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||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: 25a1eb11-f825-424a-a2ea-fab104107979 already exists)
2023-03-27T07:44:47.690Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:44:47.690Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:44:47.690Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:44:47.690Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903087689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:44:48.691Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||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-27T07:44:48.691Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||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: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists)
2023-03-27T07:44:48.692Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:44:48.692Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:44:48.692Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:44:48.692Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903088691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:44:49.693Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:44:49.708Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:44:49.712Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:44:49.713Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:44:49.713Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:44:49.713Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:44:49.713Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:44:49.713Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:44:49.714Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:44:49.714Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:44:49.714Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:44:49.723Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:45:08.217Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:45:08.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:45:08.225Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903078570,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:45:08.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:45:08.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:45:08.226Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:45:08.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:45:08.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:45:08.226Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T07:45:08.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:45:08.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:45:08.227Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:45:08.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:45:08.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:45:08.227Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:45:08.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:45:08.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:45:08.227Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-27T07:45:08.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:45:08.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:45:08.227Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:45:08.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:45:08.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:45:08.227Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:45:08.228Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:45:08.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:45:08.228Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903086651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:45:08.228Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:45:08.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:45:08.228Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903087689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
}
2023-03-27T07:45:08.228Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:45:08.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:45:08.228Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903088691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
}
2023-03-27T07:45:08.228Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:45:19.723Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 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-27T07:45:19.732Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 and serviceModelVersionId: 66474687-4800-47ee-9519-ffdde7c80d58
2023-03-27T07:45:19.732Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06e3a032-8f72-4119-9e71-ce6588ba35ba
2023-03-27T07:45:19.732Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0
2023-03-27T07:45:19.736Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:45:19.749Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||Invoke
2023-03-27T07:45:19.750Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b936b617-0ae9-4274-9435-9856db920321], X-ECOMP-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], X-TransactionId=[], X-ONAP-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], Content-Type=[application/merge-patch+json]}
2023-03-27T07:45:19.760Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:45:19.888Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?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/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:45:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[622680], x-aai-txid=[2-aai-resources-230327-07:45:20:031-17235], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:45:19.888Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:45:19.889Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||InvokeReturn
2023-03-27T07:45:19.889Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:45:19.889Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:45:19.899Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:45:19.899Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44440c6a-f1bd-4673-a6af-17a9e4d43911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:45:19.899Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:45:19.900Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:45:19.900Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:45:19.900Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903119899,
  "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-27T07:45:20.919Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:45:20.919Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"fb069806-7103-42ce-8df3-e480daf71898","serviceName":"Demo_pNF_D3HhjAtcfiYdMHCOjLF8","serviceVersion":"1.0","serviceUUID":"36a9b3c7-8008-4b34-8be0-93b823fb96bc","serviceDescription":"catalog service description","serviceInvariantUUID":"b2abb50e-ff02-4005-870a-ca1443dfa3d5","resources":[{"resourceInstanceName":"pNF 9a79bd24-07f4 0","resourceName":"pNF 9a79bd24-07f4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6df265a8-d850-4669-a844-4a1656086477","resourceInvariantUUID":"92fc1e25-d0aa-4c89-855c-bfcc23086aaa","resourceCustomizationUUID":"bf26122f-f23a-4041-934f-2adf99a4ef14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml","artifactChecksum":"OTFhZGNlNzRkNzkyOGZkYTM5ZjM5MGYzMzNlYTQ4OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c427823f-0372-4b6d-96ed-08b469563eb3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b8b9f5-ffd7-49bf-a2dd-ecb33158cccc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51f957eb-6964-4847-ab99-ad0bba10add7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml","artifactChecksum":"NWYyNWU4MjJkOWIyZTQ3ZTFhMjZiMjEzYmRhZDRlYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"506426ca-f753-4cd5-be4f-5ed16bad5108","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88412ef9-0769-424b-b764-5a360f475862","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0dfd5cf0-bcd7-457f-b3e4-334243d77a6f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml","artifactChecksum":"OTBjZjIzYTlhMGZjNWUyOTA5M2U3YWFkZjI4MjQ3OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2b48d5f-7f53-4253-887f-e971bf6eaccb","artifactVersion":"1"},{"artifactName":"service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar","artifactChecksum":"NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9748f029-6a0a-48f7-834c-243ebb08ef44","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:45:20.920Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:45:20.920Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:45:20.920Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:45:20.920Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:45:21.920Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:45:21.921Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:45:21.921Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:45:21.921Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:45:22.922Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:45:22.922Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:45:22.922Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:45:22.922Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:45:23.923Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:45:23.924Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:45:23.924Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:45:23.924Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:45:24.925Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:45:24.925Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:45:24.925Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:45:24.925Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:45:25.926Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:45:25.926Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:45:25.927Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:45:25.927Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:45:26.927Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:45:26.928Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:45:26.928Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:45:26.928Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:45:27.928Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:45:27.929Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:45:27.929Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:45:27.929Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:45:28.930Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "serviceName": "Demo_pNF_D3HhjAtcfiYdMHCOjLF8",
  "serviceVersion": "1.0",
  "serviceUUID": "36a9b3c7-8008-4b34-8be0-93b823fb96bc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b2abb50e-ff02-4005-870a-ca1443dfa3d5",
  "resources": [
    {
      "resourceInstanceName": "pNF 9a79bd24-07f4 0",
      "resourceCustomizationUUID": "bf26122f-f23a-4041-934f-2adf99a4ef14",
      "resourceName": "pNF 9a79bd24-07f4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6df265a8-d850-4669-a844-4a1656086477",
      "resourceInvariantUUID": "92fc1e25-d0aa-4c89-855c-bfcc23086aaa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
      "artifactChecksum": "NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9748f029-6a0a-48f7-834c-243ebb08ef44"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:45:28.930Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:45:28.930Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 36a9b3c7-8008-4b34-8be0-93b823fb96bc ASDC
2023-03-27T07:45:28.931Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:fb069806-7103-42ce-8df3-e480daf71898
ServiceName:Demo_pNF_D3HhjAtcfiYdMHCOjLF8
ServiceVersion:1.0
ServiceUUID:36a9b3c7-8008-4b34-8be0-93b823fb96bc
ServiceInvariantUUID:b2abb50e-ff02-4005-870a-ca1443dfa3d5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
ArtifactUUID:9748f029-6a0a-48f7-834c-243ebb08ef44
ArtifactChecksum:NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9a79bd24-07f4 0
ResourceCustomizationUUID:bf26122f-f23a-4041-934f-2adf99a4ef14
ResourceInvariantUUID:92fc1e25-d0aa-4c89-855c-bfcc23086aaa
ResourceName:pNF 9a79bd24-07f4
ResourceType:PNF
ResourceUUID:6df265a8-d850-4669-a844-4a1656086477
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:45:28.931Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36a9b3c7-8008-4b34-8be0-93b823fb96bc 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-27T07:45:28.964Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:45:28.965Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:45:28.965Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:45:28.965Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 from URL: /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:45:28.965Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:45:28.965Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:45:29.330Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-27T07:45:29.333Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar 9748f029-6a0a-48f7-834c-243ebb08ef44 88009
2023-03-27T07:45:29.333Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T07:45:29.333Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:45:29.333Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:45:29.334Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:45:29.334Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:45:29.334Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903129333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:45:30.334Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:45:30.335Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:45:30.335Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44, URL: /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar to file: /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:45:30.335Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:45:30.335Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:45:30.336Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:45:30.416Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4129601821435671741/Definitions/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml
2023-03-27T07:45:31.123Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T07:45:31.123Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-27T07:45:31.123Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:45:31.123Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T07:45:31.123Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:45:31.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9a79bd24-07f4 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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:45:31.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:45:31.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:45:31.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:45:31.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:45:31.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:45:31.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-27T07:45:31.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:45:31.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:45:31.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Node template pNF 9a79bd24-07f4 0 is matching search criteria
2023-03-27T07:45:31.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-27T07:45:31.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 9a79bd24-07f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:45:31.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:45:31.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:45:31.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Node template pNF 9a79bd24-07f4 0 is matching search criteria
2023-03-27T07:45:31.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-27T07:45:31.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 9a79bd24-07f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:45:31.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:45:31.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:45:31.124Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:45:31.125Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:45:31.125Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:45:31.125Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:45:31.125Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:45:31.125Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:45:31.125Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:45:31.125Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:45:31.125Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_D3HhjAtcfiYdMHCOjLF8
Description:catalog service description
Model UUID:36a9b3c7-8008-4b34-8be0-93b823fb96bc
Model Version:NULL
Model InvariantUuid:b2abb50e-ff02-4005-870a-ca1443dfa3d5
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-27T07:45:31.157Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||ERROR|500||Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists
2023-03-27T07:45:31.157Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T07:45:31.157Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar(Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists)
2023-03-27T07:45:31.158Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:45:31.158Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:45:31.158Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:45:31.158Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903131157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:45:32.159Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T07:45:32.159Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar(Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists)
2023-03-27T07:45:32.159Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:45:32.159Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:45:32.159Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:45:32.159Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903132159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:45:33.160Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb069806-7103-42ce-8df3-e480daf71898
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:45:33.175Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb069806-7103-42ce-8df3-e480daf71898
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:45:33.179Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:45:33.179Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:45:33.179Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:45:33.180Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:45:33.180Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:45:33.180Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:45:33.180Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:45:33.180Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:45:33.181Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:45:33.188Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:46:03.189Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb069806-7103-42ce-8df3-e480daf71898 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-27T07:46:03.199Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb069806-7103-42ce-8df3-e480daf71898 and serviceModelVersionId: 36a9b3c7-8008-4b34-8be0-93b823fb96bc
2023-03-27T07:46:03.199Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2abb50e-ff02-4005-870a-ca1443dfa3d5
2023-03-27T07:46:03.199Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0
2023-03-27T07:46:03.210Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:46:03.230Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|INFO|500||Invoke
2023-03-27T07:46:03.230Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb069806-7103-42ce-8df3-e480daf71898], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b6283cb0-904d-47f6-be81-b9c50fd1e333], X-ECOMP-RequestID=[fb069806-7103-42ce-8df3-e480daf71898], X-TransactionId=[], X-ONAP-RequestID=[fb069806-7103-42ce-8df3-e480daf71898], Content-Type=[application/merge-patch+json]}
2023-03-27T07:46:03.238Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:46:03.388Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?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/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:46:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[667736], x-aai-txid=[1-aai-resources-230327-07:46:03:512-26276], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:46:03.389Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:46:03.389Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|INFO|500||InvokeReturn
2023-03-27T07:46:03.390Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:46:03.390Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:46:03.403Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:46:03.403Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb069806-7103-42ce-8df3-e480daf71898 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:46:03.403Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:46:03.403Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:03.403Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:03.404Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903163403,
  "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-27T07:46:04.423Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:46:04.423Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"a2623c34-c0a0-4673-8207-8bd402f0c55d","serviceName":"Demo_pNF_pBWRKQCWjqybRW6LYJID","serviceVersion":"1.0","serviceUUID":"494a7660-038a-4dba-be02-5b8a38ae6125","serviceDescription":"catalog service description","serviceInvariantUUID":"08360dba-7899-40cc-8930-c944abd051b0","resources":[{"resourceInstanceName":"pNF 035dda5d-e50d 0","resourceName":"pNF 035dda5d-e50d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ed4aaad3-22fb-4764-94bc-f857208b0501","resourceInvariantUUID":"e221df97-9f93-43d2-9975-1d33e713ee60","resourceCustomizationUUID":"64b8380e-2a69-4388-8d46-f034c2b96427","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml","artifactChecksum":"MTM1NDdmYmNiOWE0NWE4ZDljOTM4ZGRjMTNhNWUzMjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f6bca62-6723-4e06-8c8d-c3a3946991ce","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8354b947-405f-49f0-ac3c-cb12691e1cb1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a859e1f9-ded7-4fa2-b6ef-804a46a5655b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml","artifactChecksum":"OGEwZjFiNDRhNzc3Y2NiNGZlNTQxMzY2NTdhNWI5ZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c39e810b-fb05-4f1a-9be4-d1e4236ff5e3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5eb8a855-3db7-496f-be6e-baa7bfdfd687","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a8cdab2d-31f5-494b-ba3b-818e6c518abd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml","artifactChecksum":"NDgyYzdiN2Y4YjM1NTIzM2M1YTljZmIzZjgwMmJlYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e099cc82-e0a6-401a-9011-e3b86b4ac2d6","artifactVersion":"1"},{"artifactName":"service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar","artifactChecksum":"OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95090021-a94f-4d6c-99a3-75e3f0de68ed","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:46:04.423Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:46:04.423Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:04.424Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:04.424Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:46:05.424Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:46:05.425Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:05.425Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:05.425Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:46:06.426Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:46:06.426Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:06.426Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:06.426Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:46:07.427Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:46:07.427Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:07.428Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:07.428Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:46:08.217Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:46:08.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:46:08.223Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903119899,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:46:08.223Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:46:08.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:46:08.223Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:46:08.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:46:08.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:46:08.224Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:46:08.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:46:08.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:46:08.224Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:46:08.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:46:08.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:46:08.224Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:46:08.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:46:08.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:46:08.224Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:46:08.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:46:08.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:46:08.225Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:46:08.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:46:08.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:46:08.225Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:46:08.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:46:08.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:46:08.225Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:46:08.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:46:08.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:46:08.225Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903129333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:46:08.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:46:08.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:46:08.225Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903131157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists"
}
2023-03-27T07:46:08.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:46:08.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:46:08.226Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903132159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists"
}
2023-03-27T07:46:08.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:46:08.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:46:08.226Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903163403,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:46:08.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:46:08.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:46:08.226Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:46:08.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:46:08.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:46:08.226Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:46:08.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:46:08.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:46:08.226Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:46:08.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:46:08.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:46:08.227Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:46:08.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:46:08.428Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:46:08.429Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:08.429Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:08.429Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:46:09.429Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:46:09.430Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:09.430Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:09.430Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:46:10.430Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:46:10.431Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:10.431Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:10.431Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:46:11.432Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:46:11.432Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:11.432Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:11.432Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:46:12.433Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "serviceName": "Demo_pNF_pBWRKQCWjqybRW6LYJID",
  "serviceVersion": "1.0",
  "serviceUUID": "494a7660-038a-4dba-be02-5b8a38ae6125",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "08360dba-7899-40cc-8930-c944abd051b0",
  "resources": [
    {
      "resourceInstanceName": "pNF 035dda5d-e50d 0",
      "resourceCustomizationUUID": "64b8380e-2a69-4388-8d46-f034c2b96427",
      "resourceName": "pNF 035dda5d-e50d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ed4aaad3-22fb-4764-94bc-f857208b0501",
      "resourceInvariantUUID": "e221df97-9f93-43d2-9975-1d33e713ee60",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
      "artifactChecksum": "OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "95090021-a94f-4d6c-99a3-75e3f0de68ed"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:46:12.433Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:46:12.433Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 494a7660-038a-4dba-be02-5b8a38ae6125 ASDC
2023-03-27T07:46:12.434Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a2623c34-c0a0-4673-8207-8bd402f0c55d
ServiceName:Demo_pNF_pBWRKQCWjqybRW6LYJID
ServiceVersion:1.0
ServiceUUID:494a7660-038a-4dba-be02-5b8a38ae6125
ServiceInvariantUUID:08360dba-7899-40cc-8930-c944abd051b0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
ArtifactUUID:95090021-a94f-4d6c-99a3-75e3f0de68ed
ArtifactChecksum:OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 035dda5d-e50d 0
ResourceCustomizationUUID:64b8380e-2a69-4388-8d46-f034c2b96427
ResourceInvariantUUID:e221df97-9f93-43d2-9975-1d33e713ee60
ResourceName:pNF 035dda5d-e50d
ResourceType:PNF
ResourceUUID:ed4aaad3-22fb-4764-94bc-f857208b0501
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:46:12.434Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 494a7660-038a-4dba-be02-5b8a38ae6125 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-27T07:46:12.464Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:46:12.464Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:46:12.464Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:46:12.464Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed from URL: /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:46:12.464Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:46:12.465Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:46:12.740Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-27T07:46:12.742Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar 95090021-a94f-4d6c-99a3-75e3f0de68ed 88023
2023-03-27T07:46:12.742Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar ASDC sendASDCNotification
2023-03-27T07:46:12.742Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:46:12.742Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:46:12.743Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:12.743Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:12.743Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903172742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:46:13.744Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:46:13.744Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:46:13.745Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed, URL: /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar to file: /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:46:13.745Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:46:13.746Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:46:13.746Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:46:13.838Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4928471309764285661/Definitions/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml
2023-03-27T07:46:14.475Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T07:46:14.475Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-27T07:46:14.475Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:46:14.475Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T07:46:14.475Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 035dda5d-e50d 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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:46:14.475Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:46:14.475Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:46:14.475Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:46:14.475Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:46:14.475Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:46:14.476Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:46:14.476Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-27T07:46:14.476Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:46:14.476Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:46:14.476Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Node template pNF 035dda5d-e50d 0 is matching search criteria
2023-03-27T07:46:14.476Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-27T07:46:14.476Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 035dda5d-e50d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:46:14.476Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:46:14.476Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:46:14.476Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Node template pNF 035dda5d-e50d 0 is matching search criteria
2023-03-27T07:46:14.476Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-27T07:46:14.476Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 035dda5d-e50d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:46:14.476Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:46:14.476Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:46:14.476Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:46:14.476Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:46:14.477Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:46:14.477Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:46:14.477Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:46:14.477Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:46:14.477Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:46:14.477Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:46:14.477Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_pBWRKQCWjqybRW6LYJID
Description:catalog service description
Model UUID:494a7660-038a-4dba-be02-5b8a38ae6125
Model Version:NULL
Model InvariantUuid:08360dba-7899-40cc-8930-c944abd051b0
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-27T07:46:14.517Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||ERROR|500||Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists
2023-03-27T07:46:14.517Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar ASDC sendASDCNotification
2023-03-27T07:46:14.517Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar(Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists)
2023-03-27T07:46:14.517Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:46:14.517Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:14.517Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:14.517Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903174517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:46:15.518Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar ASDC sendASDCNotification
2023-03-27T07:46:15.518Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar(Resource with UUID: ed4aaad3-22fb-4764-94bc-f857208b0501 already exists)
2023-03-27T07:46:15.519Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:46:15.519Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:15.519Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:15.519Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903175518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ed4aaad3-22fb-4764-94bc-f857208b0501 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:46:16.520Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:46:16.539Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:46:16.543Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:46:16.543Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:46:16.543Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:46:16.543Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:46:16.543Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:46:16.543Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:46:16.543Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:46:16.543Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:46:16.543Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:46:16.552Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:46:46.553Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d 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-27T07:46:46.562Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2623c34-c0a0-4673-8207-8bd402f0c55d and serviceModelVersionId: 494a7660-038a-4dba-be02-5b8a38ae6125
2023-03-27T07:46:46.562Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08360dba-7899-40cc-8930-c944abd051b0
2023-03-27T07:46:46.563Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0
2023-03-27T07:46:46.570Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:46:46.590Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|INFO|500||Invoke
2023-03-27T07:46:46.591Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2623c34-c0a0-4673-8207-8bd402f0c55d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[312c6161-d02d-4545-802b-7240eb3a227c], X-ECOMP-RequestID=[a2623c34-c0a0-4673-8207-8bd402f0c55d], X-TransactionId=[], X-ONAP-RequestID=[a2623c34-c0a0-4673-8207-8bd402f0c55d], Content-Type=[application/merge-patch+json]}
2023-03-27T07:46:46.601Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:46:46.751Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?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/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:46:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[675928], x-aai-txid=[0-aai-resources-230327-07:46:46:874-7498], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:46:46.751Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:46:46.752Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|INFO|500||InvokeReturn
2023-03-27T07:46:46.752Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:46:46.753Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:46:46.764Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:46:46.765Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2623c34-c0a0-4673-8207-8bd402f0c55d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:46:46.765Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:46:46.765Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:46.765Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:46.765Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903206765,
  "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-27T07:46:47.787Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:46:47.788Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"b6ef30bd-e7e6-4686-b045-d92b84d9994d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"5db69c29-4878-4857-8549-92154e5017b7","serviceDescription":"service","serviceInvariantUUID":"d2498e70-a483-4840-b460-685f99ad0bec","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3587282d-54f5-4da1-a73a-6c11a04ca6df","resourceInvariantUUID":"4d4a3ff3-baca-4b13-b544-1c263d228a3b","resourceCustomizationUUID":"2a4e1c33-baec-43e9-b687-aaa514c5ba47","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":"ZGEwODEyYWUzM2ZkYjQyNmQ0OTlmOTg3MjFkODA0NWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4d9f86f-2f6d-4d1c-aa84-aaab87f6ea74","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":"ZmFmNzg3ODlhY2U5MTc1NjllNzEyMjA3M2JlYmJkMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be4c3235-7b24-4df1-bf81-abddf0329a92","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":"04609c7c-3567-423f-ac96-f4ee063bb596","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":"6231e6fe-6f4a-41bb-b227-c7d13584fe58","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":"285bac2c-e238-4f61-b44b-eb34ca4be99f","artifactVersion":"2","generatedFromUUID":"5c082ebc-8459-439e-a420-579528122ac7"},{"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":"83d6e0dd-0186-4320-8e37-293b672c2f7b","artifactVersion":"2","generatedFromUUID":"04609c7c-3567-423f-ac96-f4ee063bb596"},{"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":"5c082ebc-8459-439e-a420-579528122ac7","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":"878c65b5-c6e3-4dfc-ab86-d26626205125","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":"ZDgyOWM5ZTQ3YjU1YWJkNTU3NTIwNmYwYzBkODU4NjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76e7cd29-c150-497e-a2c7-d8dce79ec30f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Nzk4ZjIyYzE1ZTNmZTdjYWU3YTJhOWYxYTBkYmQyYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a5166728-b94b-4029-8d2f-31af64d00cd9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:46:47.788Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:46:47.789Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:47.789Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:47.789Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:46:48.790Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:46:48.790Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:48.790Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:48.790Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:46:49.791Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:46:49.791Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:49.791Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:49.791Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:46:50.792Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:46:50.793Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:50.793Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:50.793Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:46:51.794Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:46:51.794Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:51.794Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:51.794Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:46:52.795Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:46:52.795Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:52.795Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:52.795Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:46:53.796Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:46:53.796Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:53.796Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:53.796Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:46:54.797Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:46:54.797Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:54.797Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:54.798Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:46:55.798Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:46:55.798Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:55.799Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:55.799Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:46:56.800Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:46:56.800Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:56.800Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:56.800Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:46:57.801Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5db69c29-4878-4857-8549-92154e5017b7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d2498e70-a483-4840-b460-685f99ad0bec",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "2a4e1c33-baec-43e9-b687-aaa514c5ba47",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3587282d-54f5-4da1-a73a-6c11a04ca6df",
      "resourceInvariantUUID": "4d4a3ff3-baca-4b13-b544-1c263d228a3b",
      "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": "ZmFmNzg3ODlhY2U5MTc1NjllNzEyMjA3M2JlYmJkMTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "be4c3235-7b24-4df1-bf81-abddf0329a92",
          "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": "04609c7c-3567-423f-ac96-f4ee063bb596",
          "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": "83d6e0dd-0186-4320-8e37-293b672c2f7b",
            "generatedFromUUID": "04609c7c-3567-423f-ac96-f4ee063bb596"
          },
          "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": "285bac2c-e238-4f61-b44b-eb34ca4be99f",
          "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": "83d6e0dd-0186-4320-8e37-293b672c2f7b",
          "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": "5c082ebc-8459-439e-a420-579528122ac7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Nzk4ZjIyYzE1ZTNmZTdjYWU3YTJhOWYxYTBkYmQyYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a5166728-b94b-4029-8d2f-31af64d00cd9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:46:57.802Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:46:57.802Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5db69c29-4878-4857-8549-92154e5017b7 ASDC
2023-03-27T07:46:57.802Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:b6ef30bd-e7e6-4686-b045-d92b84d9994d
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:5db69c29-4878-4857-8549-92154e5017b7
ServiceInvariantUUID:d2498e70-a483-4840-b460-685f99ad0bec
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:a5166728-b94b-4029-8d2f-31af64d00cd9
ArtifactChecksum:Nzk4ZjIyYzE1ZTNmZTdjYWU3YTJhOWYxYTBkYmQyYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:2a4e1c33-baec-43e9-b687-aaa514c5ba47
ResourceInvariantUUID:4d4a3ff3-baca-4b13-b544-1c263d228a3b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:3587282d-54f5-4da1-a73a-6c11a04ca6df
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:be4c3235-7b24-4df1-bf81-abddf0329a92
ArtifactChecksum:ZmFmNzg3ODlhY2U5MTc1NjllNzEyMjA3M2JlYmJkMTg=
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:04609c7c-3567-423f-ac96-f4ee063bb596
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:83d6e0dd-0186-4320-8e37-293b672c2f7b
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:285bac2c-e238-4f61-b44b-eb34ca4be99f
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:83d6e0dd-0186-4320-8e37-293b672c2f7b
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:5c082ebc-8459-439e-a420-579528122ac7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T07:46:57.802Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5db69c29-4878-4857-8549-92154e5017b7 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-27T07:46:57.829Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:46:57.829Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:46:57.829Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:46:57.829Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-27T07:46:57.829Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:46:57.830Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-27T07:46:58.138Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-27T07:46:58.145Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a5166728-b94b-4029-8d2f-31af64d00cd9 163278
2023-03-27T07:46:58.145Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-27T07:46:58.145Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-27T07:46:58.145Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:46:58.145Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:46:58.145Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:46:58.145Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903218145,
  "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-27T07:46:59.146Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:46:59.147Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:46:59.147Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a5166728-b94b-4029-8d2f-31af64d00cd9, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:46:59.147Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-27T07:46:59.148Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:46:59.148Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:46:59.238Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1697146612647391008/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-27T07:47:00.181Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T07:47:00.181Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-27T07:47:00.182Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:47:00.182Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-27T07:47:00.182Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:47:00.182Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:47:00.182Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:47:00.182Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:47:00.182Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-27T07:47:00.182Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:47:00.182Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:47:00.182Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:47:00.182Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-27T07:47:00.182Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:47:00.182Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:47:00.182Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:47:00.183Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:47:00.183Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-27T07:47:00.183Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:47:00.183Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:47:00.183Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:47:00.183Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:47:00.183Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-27T07:47:00.183Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-27T07:47:00.183Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-27T07:47:00.183Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-27T07:47:00.183Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:47:00.183Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-27T07:47:00.183Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:47:00.183Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:47:00.183Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T07:47:00.184Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:47:00.184Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:47:00.184Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T07:47:00.184Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:47:00.184Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:47:00.184Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T07:47:00.184Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:47:00.184Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T07:47:00.184Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T07:47:00.184Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:47:00.185Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-27T07:47:00.185Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-27T07:47:00.185Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c68f858a-0ebd-479d-ba88-b3ca6d316cbd
2023-03-27T07:47:00.185Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:47:00.185Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:47:00.185Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:47:00.185Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:47:00.185Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:47:00.185Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:47:00.185Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:47:00.185Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:47:00.185Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:5db69c29-4878-4857-8549-92154e5017b7
Model Version:NULL
Model InvariantUuid:d2498e70-a483-4840-b460-685f99ad0bec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:33e445aa-9903-4a5e-b3d3-8cd63cb65a8a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4d4a3ff3-baca-4b13-b544-1c263d228a3b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2a4e1c33-baec-43e9-b687-aaa514c5ba47
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:629bd09c-14f7-478b-95cc-9ce5ea60f27b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:bd592aef-aa44-493a-b333-753982b10931
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:f5110d65-cd6e-44b6-8948-f321f1bf1c03
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e83320a1-3011-45e9-a4e5-027894534661
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c68f858a-0ebd-479d-ba88-b3ca6d316cbd
ModelInvariantUuid:7c546e16-938c-4f5f-9ee4-ac2f2313dc09
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:dd2b4992-f375-4565-aa32-b219deed4c8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:9c4d9637-7d2f-47c0-bcfa-542a3dfe8b8c
ModelInvariantUuid:92fc1ae5-92f8-4bad-affa-bde363f0a981
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a059bed1-2b84-4497-b82a-59715d1d3a73
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-27T07:47:00.222Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||ERROR|500||Csar with UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 already exists
2023-03-27T07:47:00.222Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||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-27T07:47:00.222Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||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: a5166728-b94b-4029-8d2f-31af64d00cd9 already exists)
2023-03-27T07:47:00.222Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:47:00.222Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:47:00.223Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:47:00.223Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903220222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:47:01.224Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||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-27T07:47:01.224Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||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: 3587282d-54f5-4da1-a73a-6c11a04ca6df already exists)
2023-03-27T07:47:01.224Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:47:01.225Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:47:01.225Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:47:01.225Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903221224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3587282d-54f5-4da1-a73a-6c11a04ca6df already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:47:02.227Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:47:02.244Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:47:02.247Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:47:02.248Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:47:02.248Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:47:02.248Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:47:02.248Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:47:02.248Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:47:02.248Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:47:02.248Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:47:02.248Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:47:02.258Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:47:08.217Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:47:08.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:47:08.218Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:47:08.218Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:47:32.259Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d 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-27T07:47:32.266Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d and serviceModelVersionId: 5db69c29-4878-4857-8549-92154e5017b7
2023-03-27T07:47:32.267Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2498e70-a483-4840-b460-685f99ad0bec
2023-03-27T07:47:32.267Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0
2023-03-27T07:47:32.271Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:47:32.284Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|INFO|500||Invoke
2023-03-27T07:47:32.284Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b6ef30bd-e7e6-4686-b045-d92b84d9994d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c5b413d1-30d1-4497-80b7-e0d3344be96a], X-ECOMP-RequestID=[b6ef30bd-e7e6-4686-b045-d92b84d9994d], X-TransactionId=[], X-ONAP-RequestID=[b6ef30bd-e7e6-4686-b045-d92b84d9994d], Content-Type=[application/merge-patch+json]}
2023-03-27T07:47:32.291Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:47:32.437Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?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/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:47:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[200808], x-aai-txid=[2-aai-resources-230327-07:47:32:565-12381], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:47:32.438Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:47:32.438Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|INFO|500||InvokeReturn
2023-03-27T07:47:32.439Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:47:32.439Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:47:32.451Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:47:32.451Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b6ef30bd-e7e6-4686-b045-d92b84d9994d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:47:32.452Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:47:32.452Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:47:32.452Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:47:32.452Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903252452,
  "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-27T07:47:33.476Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:47:33.476Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"e3417ef5-3b41-4758-ae5f-7ba4d01c0af0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0922484c-c6e0-4495-9019-dbfb0b0a235e","serviceDescription":"service","serviceInvariantUUID":"fc8e86ba-2a91-4747-8a35-c3886f28bacb","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22e67af8-2d8d-4a40-afbf-f5aff5f92dfc","resourceInvariantUUID":"a8fb0cf7-a7ef-4816-a1fc-02cdbf7d0dc2","resourceCustomizationUUID":"a5c545a2-577a-4ce9-9290-5757df5641cc","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":"MTk2MWY5MWRhNjZhMTI4OGUzYzBjYzE3NDVkNDRmMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d762d588-a610-4429-a313-58a23a43386f","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":"NTQ3MGU5NjhlNDQ0NzE5OWZjYTdmZDk3OTIzMTAzYzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"521bf78b-8c69-42dd-b2fa-da978faf3a98","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":"2d284b6d-0190-44f2-b19e-a97bbcfacb71","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":"6d049835-8c05-4e82-b5b0-fb1544509d6a","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":"d7e4c399-f5d3-4e8b-b09e-434533da9442","artifactVersion":"2","generatedFromUUID":"2d284b6d-0190-44f2-b19e-a97bbcfacb71"},{"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":"MTQ0NzJiN2Q1NjI4YjJmYTFlMTU4MGJhNTZiYWUyNTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d6bedadd-0e88-494c-89ba-f65e5bb7859c","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":"ZTJlYTFiOWNkMGRiNTJjZDkzMzU3OWQ2MTg2Y2ViZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf195fad-fd0d-4bac-881e-0a44cb25998f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OGMxZDdmNzIyNjc2MWI3ZDc5NTNjZjUwNTYwNDlmYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:47:33.477Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:47:33.477Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:47:33.477Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:47:33.477Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:47:34.479Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:47:34.479Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:47:34.480Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:47:34.480Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:47:35.481Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:47:35.482Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:47:35.482Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:47:35.482Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:47:36.484Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:47:36.484Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:47:36.484Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:47:36.485Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:47:37.486Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:47:37.487Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:47:37.487Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:47:37.487Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:47:38.488Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:47:38.489Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:47:38.489Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:47:38.489Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:47:39.490Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:47:39.491Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:47:39.491Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:47:39.491Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:47:40.492Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:47:40.493Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:47:40.493Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:47:40.493Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:47:41.494Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0922484c-c6e0-4495-9019-dbfb0b0a235e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fc8e86ba-2a91-4747-8a35-c3886f28bacb",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "a5c545a2-577a-4ce9-9290-5757df5641cc",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "22e67af8-2d8d-4a40-afbf-f5aff5f92dfc",
      "resourceInvariantUUID": "a8fb0cf7-a7ef-4816-a1fc-02cdbf7d0dc2",
      "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": "NTQ3MGU5NjhlNDQ0NzE5OWZjYTdmZDk3OTIzMTAzYzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "521bf78b-8c69-42dd-b2fa-da978faf3a98",
          "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": "2d284b6d-0190-44f2-b19e-a97bbcfacb71",
          "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": "d7e4c399-f5d3-4e8b-b09e-434533da9442",
            "generatedFromUUID": "2d284b6d-0190-44f2-b19e-a97bbcfacb71"
          },
          "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": "d7e4c399-f5d3-4e8b-b09e-434533da9442",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OGMxZDdmNzIyNjc2MWI3ZDc5NTNjZjUwNTYwNDlmYzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:47:41.495Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:47:41.495Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0922484c-c6e0-4495-9019-dbfb0b0a235e ASDC
2023-03-27T07:47:41.495Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0922484c-c6e0-4495-9019-dbfb0b0a235e
ServiceInvariantUUID:fc8e86ba-2a91-4747-8a35-c3886f28bacb
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:73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34
ArtifactChecksum:OGMxZDdmNzIyNjc2MWI3ZDc5NTNjZjUwNTYwNDlmYzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:a5c545a2-577a-4ce9-9290-5757df5641cc
ResourceInvariantUUID:a8fb0cf7-a7ef-4816-a1fc-02cdbf7d0dc2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:22e67af8-2d8d-4a40-afbf-f5aff5f92dfc
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:521bf78b-8c69-42dd-b2fa-da978faf3a98
ArtifactChecksum:NTQ3MGU5NjhlNDQ0NzE5OWZjYTdmZDk3OTIzMTAzYzU=
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:2d284b6d-0190-44f2-b19e-a97bbcfacb71
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:d7e4c399-f5d3-4e8b-b09e-434533da9442
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:d7e4c399-f5d3-4e8b-b09e-434533da9442
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T07:47:41.495Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0922484c-c6e0-4495-9019-dbfb0b0a235e 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-27T07:47:41.534Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:47:41.535Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:47:41.535Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:47:41.535Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-27T07:47:41.536Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:47:41.536Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-27T07:47:41.558Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-27T07:47:41.559Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@b272524
2023-03-27T07:47:41.559Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:47:41.559Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-27T07:47:41.559Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:47:41.559Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||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-27T07:47:41.560Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||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-27T07:47:41.560Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:47:41.560Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:47:41.560Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:47:41.560Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903261559,
  "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-27T07:47:42.561Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||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:73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34)
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-27T07:47:42.605Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||ERROR|500||Csar with UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 already exists
2023-03-27T07:47:42.605Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||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-27T07:47:42.605Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||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: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 already exists)
2023-03-27T07:47:42.606Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:47:42.606Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:47:42.606Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:47:42.606Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903262605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:47:43.607Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||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-27T07:47:43.607Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||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: 22e67af8-2d8d-4a40-afbf-f5aff5f92dfc already exists)
2023-03-27T07:47:43.607Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:47:43.607Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:47:43.607Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:47:43.607Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903263607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22e67af8-2d8d-4a40-afbf-f5aff5f92dfc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:47:44.608Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:47:44.628Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:47:44.631Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:47:44.632Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:47:44.632Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:47:44.632Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:47:44.632Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:47:44.632Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:47:44.632Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:47:44.632Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:47:44.632Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:47:44.642Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:48:08.217Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:48:08.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:48:08.219Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:48:08.220Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:48:08.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:48:08.220Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:48:08.221Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:48:08.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:48:08.221Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:48:08.221Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:48:08.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:48:08.221Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903172742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:48:08.221Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:48:08.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:48:08.222Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903174517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists"
}
2023-03-27T07:48:08.222Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:48:08.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:48:08.222Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903175518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ed4aaad3-22fb-4764-94bc-f857208b0501 already exists"
}
2023-03-27T07:48:08.222Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:48:08.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:48:08.222Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903206765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:48:08.222Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:48:08.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:48:08.223Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:48:08.223Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:48:08.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:48:08.223Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T07:48:08.223Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:48:08.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:48:08.223Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:48:08.223Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:48:08.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:48:08.224Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:48:08.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:48:08.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:48:08.224Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-27T07:48:08.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:48:08.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:48:08.224Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-27T07:48:08.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:48:08.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:48:08.225Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-27T07:48:08.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:48:08.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:48:08.225Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:48:08.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:48:08.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:48:08.225Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:48:08.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:48:08.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:48:08.226Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:48:08.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:48:08.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:48:08.226Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903218145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:48:08.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:48:08.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:48:08.226Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903220222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 already exists"
}
2023-03-27T07:48:08.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:48:08.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:48:08.227Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903221224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3587282d-54f5-4da1-a73a-6c11a04ca6df already exists"
}
2023-03-27T07:48:08.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:48:14.643Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 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-27T07:48:14.652Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 and serviceModelVersionId: 0922484c-c6e0-4495-9019-dbfb0b0a235e
2023-03-27T07:48:14.652Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc8e86ba-2a91-4747-8a35-c3886f28bacb
2023-03-27T07:48:14.653Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0
2023-03-27T07:48:14.660Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:48:14.681Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|INFO|500||Invoke
2023-03-27T07:48:14.681Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e3417ef5-3b41-4758-ae5f-7ba4d01c0af0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[734d0521-55be-4a05-a111-a77e44db7c13], X-ECOMP-RequestID=[e3417ef5-3b41-4758-ae5f-7ba4d01c0af0], X-TransactionId=[], X-ONAP-RequestID=[e3417ef5-3b41-4758-ae5f-7ba4d01c0af0], Content-Type=[application/merge-patch+json]}
2023-03-27T07:48:14.688Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:48:14.831Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?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/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:48:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[249928], x-aai-txid=[1-aai-resources-230327-07:48:14:961-39499], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:48:14.832Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:48:14.832Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|INFO|500||InvokeReturn
2023-03-27T07:48:14.833Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:48:14.833Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:48:14.844Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:48:14.845Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:48:14.845Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:48:14.845Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:48:14.845Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:48:14.845Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903294845,
  "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-27T07:48:15.869Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:48:15.869Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"4ea60221-fafe-4146-a40a-1e53a7609760","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6ad39928-cef3-4501-b97b-1f279fe0b99e","serviceDescription":"service","serviceInvariantUUID":"97d6924d-25ed-4c3f-a80f-5f86c649040a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3631eeb1-3027-4b6e-af5c-33622d466c18","resourceInvariantUUID":"19b2af55-44ab-4db0-8b71-a3a12d7dd8bf","resourceCustomizationUUID":"638e2869-cd11-45f5-a35e-88e90047411e","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":"YzQ4MGEyZDhiMDBiZDUzZDFlZGE5NzMyYjdmNTFiMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"109aabf0-5283-4868-996f-2b53a1022d81","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":"d7e9a587-452e-4a6a-8322-1de213042c96","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":"456e8757-02b8-49af-abe9-a4f4128666ca","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":"OTU1NjBjNWIwMzk3MGJiZWZmNTQ3MGEwNDhlMzIzOWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"72c1ea79-83fe-42f7-9991-80f107d0855b","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":"599188de-94f7-4849-a30f-911760d9ade3","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":"dd5de4bf-89be-448c-a5c6-b605048525b0","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":"177ca76d-90ad-4b0c-9b69-86a2a9ee2bfd","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":"Njg2YTAxMmM5Mjg3YmYxODI2YTZlZmEzYTZjNmE2NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bad55088-56bf-41e0-9221-4ccb364a1b0c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDEyNGFjYTY4MTYyYTQ3MmU4MWQxYWY4OWZkOWI2NmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74678de5-c1da-4671-8db9-3fbf93c6ebd2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:48:15.870Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:48:15.870Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:48:15.870Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:48:15.870Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:48:16.871Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:48:16.872Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:48:16.872Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:48:16.872Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:48:17.872Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:48:17.873Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:48:17.873Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:48:17.873Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:48:18.874Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:48:18.875Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:48:18.875Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:48:18.875Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:48:19.876Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:48:19.876Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:48:19.877Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:48:19.877Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:48:20.877Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:48:20.878Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:48:20.878Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:48:20.878Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:48:21.879Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:48:21.880Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:48:21.880Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:48:21.880Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:48:22.881Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:48:22.882Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:48:22.882Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:48:22.883Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:48:23.883Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:48:23.884Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:48:23.884Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:48:23.885Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:48:24.885Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6ad39928-cef3-4501-b97b-1f279fe0b99e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "97d6924d-25ed-4c3f-a80f-5f86c649040a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "638e2869-cd11-45f5-a35e-88e90047411e",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3631eeb1-3027-4b6e-af5c-33622d466c18",
      "resourceInvariantUUID": "19b2af55-44ab-4db0-8b71-a3a12d7dd8bf",
      "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": "ZDEyNGFjYTY4MTYyYTQ3MmU4MWQxYWY4OWZkOWI2NmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "74678de5-c1da-4671-8db9-3fbf93c6ebd2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:48:24.886Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:48:24.886Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ad39928-cef3-4501-b97b-1f279fe0b99e ASDC
2023-03-27T07:48:24.886Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:4ea60221-fafe-4146-a40a-1e53a7609760
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6ad39928-cef3-4501-b97b-1f279fe0b99e
ServiceInvariantUUID:97d6924d-25ed-4c3f-a80f-5f86c649040a
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:74678de5-c1da-4671-8db9-3fbf93c6ebd2
ArtifactChecksum:ZDEyNGFjYTY4MTYyYTQ3MmU4MWQxYWY4OWZkOWI2NmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:638e2869-cd11-45f5-a35e-88e90047411e
ResourceInvariantUUID:19b2af55-44ab-4db0-8b71-a3a12d7dd8bf
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:3631eeb1-3027-4b6e-af5c-33622d466c18
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:48:24.886Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ad39928-cef3-4501-b97b-1f279fe0b99e 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-27T07:48:24.914Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:48:24.914Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:48:24.914Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:48:24.915Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T07:48:24.915Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:48:24.915Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T07:48:24.940Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-27T07:48:24.940Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1384df04
2023-03-27T07:48:24.940Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:48:24.941Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-27T07:48:24.941Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 74678de5-c1da-4671-8db9-3fbf93c6ebd2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:48:24.941Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||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-27T07:48:24.941Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||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-27T07:48:24.941Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:48:24.941Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:48:24.941Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:48:24.941Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903304941,
  "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-27T07:48:25.942Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||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:74678de5-c1da-4671-8db9-3fbf93c6ebd2)
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-27T07:48:25.987Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||ERROR|500||Csar with UUID: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 already exists
2023-03-27T07:48:25.988Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||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-27T07:48:25.988Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||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: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 already exists)
2023-03-27T07:48:25.988Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:48:25.988Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:48:25.989Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:48:25.989Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903305988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:48:26.990Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||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-27T07:48:26.990Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||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: 3631eeb1-3027-4b6e-af5c-33622d466c18 already exists)
2023-03-27T07:48:26.990Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:48:26.991Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:48:26.991Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:48:26.991Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903306990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3631eeb1-3027-4b6e-af5c-33622d466c18 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:48:27.992Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ea60221-fafe-4146-a40a-1e53a7609760
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:48:28.008Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ea60221-fafe-4146-a40a-1e53a7609760
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:48:28.011Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:48:28.011Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:48:28.011Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:48:28.011Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:48:28.012Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:48:28.012Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:48:28.012Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:48:28.012Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:48:28.012Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:48:28.018Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:48:58.019Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ea60221-fafe-4146-a40a-1e53a7609760 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-27T07:48:58.028Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ea60221-fafe-4146-a40a-1e53a7609760 and serviceModelVersionId: 6ad39928-cef3-4501-b97b-1f279fe0b99e
2023-03-27T07:48:58.028Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97d6924d-25ed-4c3f-a80f-5f86c649040a
2023-03-27T07:48:58.029Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0
2023-03-27T07:48:58.032Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:48:58.045Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?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-27T07:48:58.046Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|INFO|500||Invoke
2023-03-27T07:48:58.054Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:48:58.190Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|INFO|500||InvokeReturn
2023-03-27T07:48:58.190Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:48:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[258120], x-aai-txid=[1-aai-resources-230327-07:48:58:327-83491], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:48:58.191Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:48:58.191Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:48:58.191Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:48:58.203Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:48:58.203Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ea60221-fafe-4146-a40a-1e53a7609760 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:48:58.203Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:48:58.204Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:48:58.204Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:48:58.204Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903338203,
  "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-27T07:48:59.227Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:48:59.227Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"9c29cf5c-3049-4479-9d46-5403e725b90b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3ca56329-1add-4b75-aa1d-2a4aae1bcde4","serviceDescription":"service","serviceInvariantUUID":"e9db35f9-616b-4cba-8085-897d0adf623d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c35d429d-72dc-46e5-8970-8f705035d60b","resourceInvariantUUID":"5be33205-b013-44c3-a012-2f24b5da1417","resourceCustomizationUUID":"96560140-aa0c-4563-86ef-942bc2960a2d","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":"Yjg1MzhmZDJmZGMwY2FiZDdlOGNjYzFiYWRkZTRkMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e628c0bd-761f-46bd-adbb-a0856a8df924","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":"d9c1a2fb-cc6e-443e-a40a-c0abf2107ad0","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":"b1c4f50b-23cf-4322-b4af-f6bee042e3b2","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":"MTIwMzZlMGQ5MDFjOTdhMzM5NmIyMGY4ZGJlZjliOWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1f912547-3437-492c-9288-107b9324f5e3","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":"36809441-0ffd-4e21-acab-38e022185f17","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":"b97f0a47-5b67-4823-b290-785f11c4a342","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":"abc559d2-ff3e-4bd4-8ec7-ff967efe0ed0","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":"ZjBjZjExYmRjYmNkYTQ3NjA3MWRmNTdlZTYwNjRlYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7ef63c3a-ae88-42ac-9b5b-0472522095ea","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Nzk5MWZjMWRkYTNiMjQzZWRlYzIzMmIxMzAxNzA4YzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f8d7198-1ede-4a0e-9591-5558696cb6a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:48:59.228Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:48:59.228Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:48:59.228Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:48:59.228Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:49:00.230Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:49:00.230Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:00.230Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:00.230Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:49:01.232Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:49:01.232Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:01.232Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:01.232Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:49:02.233Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:49:02.234Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:02.234Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:02.234Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:49:03.235Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:49:03.236Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:03.236Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:03.236Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:49:04.237Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:49:04.237Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:04.238Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:04.238Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:49:05.239Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:49:05.240Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:05.240Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:05.240Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:49:06.241Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:49:06.241Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:06.242Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:06.242Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:49:07.243Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:49:07.243Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:07.243Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:07.243Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:49:08.217Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:49:08.217Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:49:08.234Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:49:08.235Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T07:49:08.239Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:49:08.240Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 29: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T07:49:08.245Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3ca56329-1add-4b75-aa1d-2a4aae1bcde4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e9db35f9-616b-4cba-8085-897d0adf623d",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "96560140-aa0c-4563-86ef-942bc2960a2d",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c35d429d-72dc-46e5-8970-8f705035d60b",
      "resourceInvariantUUID": "5be33205-b013-44c3-a012-2f24b5da1417",
      "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": "Nzk5MWZjMWRkYTNiMjQzZWRlYzIzMmIxMzAxNzA4YzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3f8d7198-1ede-4a0e-9591-5558696cb6a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:49:08.245Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:49:08.245Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3ca56329-1add-4b75-aa1d-2a4aae1bcde4 ASDC
2023-03-27T07:49:08.246Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:9c29cf5c-3049-4479-9d46-5403e725b90b
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3ca56329-1add-4b75-aa1d-2a4aae1bcde4
ServiceInvariantUUID:e9db35f9-616b-4cba-8085-897d0adf623d
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:3f8d7198-1ede-4a0e-9591-5558696cb6a0
ArtifactChecksum:Nzk5MWZjMWRkYTNiMjQzZWRlYzIzMmIxMzAxNzA4YzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:96560140-aa0c-4563-86ef-942bc2960a2d
ResourceInvariantUUID:5be33205-b013-44c3-a012-2f24b5da1417
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c35d429d-72dc-46e5-8970-8f705035d60b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:49:08.246Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ca56329-1add-4b75-aa1d-2a4aae1bcde4 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=?
2023-03-27T07:49:08.255Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:49:08.256Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:49:08.256Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:49:08.260Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:49:08.261Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:49:08.261Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:49:08.261Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1548, 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-27T07:49:08.261Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:49:08.261Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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}}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T07:49:08.279Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:49:08.280Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:49:08.280Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:49:08.280Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3f8d7198-1ede-4a0e-9591-5558696cb6a0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T07:49:08.280Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:49:08.280Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T07:49:08.301Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-27T07:49:08.301Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1678da80
2023-03-27T07:49:08.302Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:49:08.302Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-27T07:49:08.302Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3f8d7198-1ede-4a0e-9591-5558696cb6a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:49:08.302Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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-27T07:49:08.302Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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-27T07:49:08.302Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:49:08.303Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:08.303Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:08.303Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903348302,
  "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-27T07:49:09.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.277Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903252452,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:49:09.277Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.277Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:49:09.277Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.277Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T07:49:09.277Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.278Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:49:09.278Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.278Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:49:09.278Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.278Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-27T07:49:09.278Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.278Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:49:09.278Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.278Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:49:09.279Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.279Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:49:09.279Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.279Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903261559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:49:09.279Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.279Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903262605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 already exists"
}
2023-03-27T07:49:09.279Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.280Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903263607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22e67af8-2d8d-4a40-afbf-f5aff5f92dfc already exists"
}
2023-03-27T07:49:09.280Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.280Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903294845,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:49:09.280Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.280Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:49:09.280Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.280Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:49:09.280Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.280Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:49:09.280Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.281Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:49:09.281Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.281Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:49:09.281Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.281Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:49:09.281Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.281Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:49:09.281Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.281Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:49:09.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.282Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:49:09.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.282Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903304941,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:49:09.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.282Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903305988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 already exists"
}
2023-03-27T07:49:09.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.282Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903306990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3631eeb1-3027-4b6e-af5c-33622d466c18 already exists"
}
2023-03-27T07:49:09.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.283Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903338203,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:49:09.283Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.283Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:49:09.283Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.283Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:49:09.283Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.283Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:49:09.283Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.283Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:49:09.283Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.284Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:49:09.284Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.284Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:49:09.284Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.284Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:49:09.284Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.284Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:49:09.284Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.284Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:49:09.285Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:49:09.285Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903348302,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:49:09.285Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:49:09.305Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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:3f8d7198-1ede-4a0e-9591-5558696cb6a0)
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-27T07:49:09.323Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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-27T07:49:09.323Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: c35d429d-72dc-46e5-8970-8f705035d60b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T07:49:09.332Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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-27T07:49:09.352Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 c35d429d-72dc-46e5-8970-8f705035d60b test-pnf
2023-03-27T07:49:09.352Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 3ca56329-1add-4b75-aa1d-2a4aae1bcde4
2023-03-27T07:49:09.352Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3ca56329-1add-4b75-aa1d-2a4aae1bcde4
2023-03-27T07:49:09.353Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c35d429d-72dc-46e5-8970-8f705035d60b 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-27T07:49:09.360Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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$$562f1e70.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-27T07:49:09.375Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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$$562f1e70.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-27T07:49:09.382Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf c35d429d-72dc-46e5-8970-8f705035d60b 0 ASDC deployResourceStructure
2023-03-27T07:49:09.383Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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$$562f1e70.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-27T07:49:09.383Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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-27T07:49:09.383Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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-27T07:49:09.383Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:49:09.384Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:09.384Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:09.384Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903349383,
  "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-27T07:49:10.385Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c29cf5c-3049-4479-9d46-5403e725b90b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:49:10.400Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c29cf5c-3049-4479-9d46-5403e725b90b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:49:10.403Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:49:10.403Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:49:10.403Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:49:10.403Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:49:10.403Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:49:10.403Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:49:10.403Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:49:10.403Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-27T07:49:10.403Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||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-27T07:49:10.411Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:49:40.412Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c29cf5c-3049-4479-9d46-5403e725b90b 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-27T07:49:40.415Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c29cf5c-3049-4479-9d46-5403e725b90b and serviceModelVersionId: 3ca56329-1add-4b75-aa1d-2a4aae1bcde4
2023-03-27T07:49:40.415Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9db35f9-616b-4cba-8085-897d0adf623d
2023-03-27T07:49:40.416Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0
2023-03-27T07:49:40.420Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:49:40.433Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?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-27T07:49:40.433Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0|INFO|500||Invoke
2023-03-27T07:49:40.440Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T07:49:40.581Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0|INFO|500||InvokeReturn
2023-03-27T07:49:40.582Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:49:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[221248], x-aai-txid=[2-aai-resources-230327-07:49:40:712-50570], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:49:40.582Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:49:40.582Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:49:40.582Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:49:40.593Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:49:40.594Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c29cf5c-3049-4479-9d46-5403e725b90b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-27T07:49:40.594Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:49:40.595Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:40.595Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:40.595Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903380594,
  "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-27T07:49:41.617Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-27T07:49:41.617Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"4773ba05-a5da-429d-9849-0a6685732bc6","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"bb3adfbc-f7b0-4665-bcf9-377189ea60d3","serviceDescription":"service","serviceInvariantUUID":"a487b293-efba-47e4-8061-8a540fb2499b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f","resourceInvariantUUID":"34681784-351d-420d-9734-25a4bdf3ba44","resourceCustomizationUUID":"4354223c-5265-4542-9896-c29dbdb94552","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":"ZDVkNDEzZGVlODk1ODY3ZWNkMThhYjdlNzEzNWU5MDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c38538c7-d3df-4cda-9c72-2b7e40111739","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":"decd6d68-9bdf-4e1c-8168-9d6793ea447b","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":"eecfa8b4-7620-434e-b3bc-a7196b319c52","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":"ZjMzMjQ1ZjA5OTBlZDljYzMwOTI0YjhhNDNkODBjMGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"60a5fc09-61ef-44ac-abd0-3d0e133bf869","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":"5565823c-44d2-49d0-a852-e46751efa227","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":"51dec90d-f7c6-4e96-81b4-844856fbc8e8","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":"370d7203-387a-4bf4-b7c3-182fff83ab21","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":"NjAxYTE5MWU4MDlhYTdhZjM3ZWQ3NjlkM2JjZDkxMjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93aa31e4-cd11-4e43-a6e5-f46981f04024","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDE3YWMwMGRmNTYyNzY5YTQ2Y2M4NmYxMmEwOWVjNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ce156c5c-cb64-4c52-8e9a-ad51b2f57823","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:49:41.618Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:49:41.618Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:41.618Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:41.618Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:49:42.619Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:49:42.619Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:42.619Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:42.620Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:49:43.620Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:49:43.621Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:43.621Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:43.621Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:49:44.622Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:49:44.622Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:44.623Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:44.623Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:49:45.623Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:49:45.624Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:45.624Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:45.624Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:49:46.625Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:49:46.625Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:46.626Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:46.626Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:49:47.626Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:49:47.627Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:47.627Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:47.627Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:49:48.629Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:49:48.629Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:48.629Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:48.629Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "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-27T07:49:49.631Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:49:49.631Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:49.631Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:49.631Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:49:50.632Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bb3adfbc-f7b0-4665-bcf9-377189ea60d3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a487b293-efba-47e4-8061-8a540fb2499b",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "4354223c-5265-4542-9896-c29dbdb94552",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f",
      "resourceInvariantUUID": "34681784-351d-420d-9734-25a4bdf3ba44",
      "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": "MDE3YWMwMGRmNTYyNzY5YTQ2Y2M4NmYxMmEwOWVjNWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ce156c5c-cb64-4c52-8e9a-ad51b2f57823"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:49:50.632Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:49:50.633Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bb3adfbc-f7b0-4665-bcf9-377189ea60d3 ASDC
2023-03-27T07:49:50.633Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:4773ba05-a5da-429d-9849-0a6685732bc6
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:bb3adfbc-f7b0-4665-bcf9-377189ea60d3
ServiceInvariantUUID:a487b293-efba-47e4-8061-8a540fb2499b
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:ce156c5c-cb64-4c52-8e9a-ad51b2f57823
ArtifactChecksum:MDE3YWMwMGRmNTYyNzY5YTQ2Y2M4NmYxMmEwOWVjNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:4354223c-5265-4542-9896-c29dbdb94552
ResourceInvariantUUID:34681784-351d-420d-9734-25a4bdf3ba44
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:49:50.633Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bb3adfbc-f7b0-4665-bcf9-377189ea60d3 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-27T07:49:50.663Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:49:50.663Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:49:50.664Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-27T07:49:50.664Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ce156c5c-cb64-4c52-8e9a-ad51b2f57823 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T07:49:50.664Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-27T07:49:50.664Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T07:49:50.683Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-27T07:49:50.684Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7ec4fb58
2023-03-27T07:49:50.684Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:49:50.684Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-27T07:49:50.684Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ce156c5c-cb64-4c52-8e9a-ad51b2f57823 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:49:50.684Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||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-27T07:49:50.684Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||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-27T07:49:50.684Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:49:50.685Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:50.685Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:50.685Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903390684,
  "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-27T07:49:51.686Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||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:ce156c5c-cb64-4c52-8e9a-ad51b2f57823)
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-27T07:49:51.706Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||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-27T07:49:51.706Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T07:49:51.712Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||test-pnf 0
2023-03-27T07:49:51.712Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f
2023-03-27T07:49:51.712Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||No resources found for Service: bb3adfbc-f7b0-4665-bcf9-377189ea60d3
2023-03-27T07:49:51.712Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: bb3adfbc-f7b0-4665-bcf9-377189ea60d3
2023-03-27T07:49:51.713Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f 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-27T07:49:51.722Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||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$$562f1e70.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-27T07:49:51.745Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||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$$562f1e70.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-27T07:49:51.750Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f 0 ASDC deployResourceStructure
2023-03-27T07:49:51.751Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||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$$562f1e70.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-27T07:49:51.751Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||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-27T07:49:51.751Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||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-27T07:49:51.751Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:49:51.751Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:49:51.751Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:49:51.752Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903391751,
  "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-27T07:49:52.752Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4773ba05-a5da-429d-9849-0a6685732bc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:49:52.772Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4773ba05-a5da-429d-9849-0a6685732bc6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:49:52.776Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:49:52.776Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:49:52.776Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:49:52.776Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:49:52.776Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:49:52.776Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:49:52.776Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:49:52.777Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-27T07:49:52.777Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||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-27T07:49:52.787Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:50:08.217Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:50:08.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:50:08.218Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903349383,
  "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-27T07:50:08.219Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:50:22.788Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4773ba05-a5da-429d-9849-0a6685732bc6 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-27T07:50:22.796Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4773ba05-a5da-429d-9849-0a6685732bc6 and serviceModelVersionId: bb3adfbc-f7b0-4665-bcf9-377189ea60d3
2023-03-27T07:50:22.796Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a487b293-efba-47e4-8061-8a540fb2499b
2023-03-27T07:50:22.797Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?depth=0
2023-03-27T07:50:22.804Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:50:22.821Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?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-27T07:50:22.821Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?depth=0|INFO|500||Invoke
2023-03-27T07:50:22.828Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T07:50:22.987Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?depth=0|INFO|500||InvokeReturn
2023-03-27T07:50:22.988Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:50:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[262376], x-aai-txid=[2-aai-resources-230327-07:50:23:101-37969], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:50:22.988Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:50:22.988Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:50:22.989Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:50:22.999Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:50:22.999Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4773ba05-a5da-429d-9849-0a6685732bc6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-27T07:50:23.000Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:50:23.000Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:50:23.000Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:50:23.000Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903422999,
  "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-27T07:50:24.023Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T07:50:24.023Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-27T07:50:24.025Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Node 0 disconnected.
2023-03-27T07:50:24.025Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Cancelled in-flight METADATA request with correlation id 130547 due to node 0 being disconnected (elapsed time since creation: 0ms, elapsed time since send: 0ms, request timeout: 30000ms)
2023-03-27T07:50:24.025Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Node 1 disconnected.
2023-03-27T07:50:24.025Z||pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:50:24.025Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:50:24.026Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:50:24.026Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T07:50:24.031Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-bd359144-5d0d-4176-abce-a00d4b8808b6
2023-03-27T07:50:24.031Z||pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:50:24.032Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:50:24.032Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T07:50:26.627Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:50:29.637Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:50:32.647Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:50:35.657Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:50:38.667Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:50:41.677Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:50:44.686Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:50:47.697Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:50:50.708Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:50:53.718Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:50:56.728Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:50:59.738Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:51:02.748Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:51:05.758Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:51:08.217Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:51:08.231Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:51:08.232Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T07:51:08.237Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully joined group with generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-bd359144-5d0d-4176-abce-a00d4b8808b6', protocol='range'}
2023-03-27T07:51:08.238Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:51:08.242Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:51:08.243Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:51:08.243Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:51:08.243Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:51:08.243Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:51:08.243Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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 aufhDzlyQoypZ53z4rGv0g
2023-03-27T07:51:08.244Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 30: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-77eecc12-eebe-40a0-81b8-47d02833699a-bd359144-5d0d-4176-abce-a00d4b8808b6=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-27T07:51:08.263Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Successfully synced group in generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-bd359144-5d0d-4176-abce-a00d4b8808b6', protocol='range'}
2023-03-27T07:51:08.263Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:51:08.264Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:51:08.264Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:51:08.264Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:51:08.264Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:51:08.268Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:51:08.269Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:51:08.269Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:51:08.269Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1585, 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-27T07:51:08.269Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:51:08.269Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:51:08.270Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:51:08.270Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:51:08.270Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:51:08.270Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:51:08.270Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:51:08.270Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:51:09.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:51:09.289Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903380594,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-27T07:51:09.290Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:51:09.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:51:09.290Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:51:09.291Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:51:09.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:51:09.291Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:51:09.291Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:51:09.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:51:09.291Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:51:09.291Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:51:09.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:51:09.292Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:51:09.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:51:09.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:51:09.292Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:51:09.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:51:09.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:51:09.292Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:51:09.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:51:09.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:51:09.292Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:51:09.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:51:09.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:51:09.293Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:51:09.293Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:51:09.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:51:09.293Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679902644026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:51:09.293Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:51:09.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:51:09.293Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903390684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:51:09.293Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:51:09.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:51:09.293Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903391751,
  "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-27T07:51:09.294Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:51:09.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-27T07:51:09.294Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903422999,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-27T07:51:09.294Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:51:09.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-27T07:51:09.386Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"7eff5bd9-031e-4ebb-a433-909c9555370d","serviceName":"basic_onboard_QMpdnl","serviceVersion":"1.0","serviceUUID":"9d1b38d7-168e-4ef6-9355-095aef6c5a06","serviceDescription":"service","serviceInvariantUUID":"13b7de5c-4a5c-495e-b4f1-19ef4a3dc875","resources":[{"resourceInstanceName":"basic_onboard_QMpdnl 0","resourceName":"basic_onboard_QMpdnl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06bf5896-5e90-460d-b950-b0365c92c155","resourceInvariantUUID":"0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b","resourceCustomizationUUID":"9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml","artifactChecksum":"OWI4YTk5NTZmN2JiYmJiYjY4ZjBkNGJmYTg1Mjk4ZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d5361a7-c516-4f0a-86c3-1d0c64c0fe68","artifactVersion":"1"},{"artifactName":"basic_onboard_qmpdnl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json","artifactChecksum":"MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f65df3c5-c527-4045-8387-6c42535f8967","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e469475-09a0-4e48-96e4-ebd00e02b877","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2806961-ef8e-4a93-a449-365db9ac15f5","artifactVersion":"2","generatedFromUUID":"f65df3c5-c527-4045-8387-6c42535f8967"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQmpdnl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml","artifactChecksum":"YjcwYjk3ZDBiYzY0ZjJmYmQxZjA4MjU5NzBiMmU3NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"165396fc-5684-44e2-9cef-79df7fed1847","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQmpdnl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar","artifactChecksum":"NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72e06bf6-5317-4a7a-9922-993e0a0c4b89","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:51:09.388Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:51:09.388Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:51:09.388Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:51:09.388Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:51:10.389Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:51:10.389Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:51:10.389Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:51:10.389Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:51:11.390Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:51:11.390Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:51:11.390Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:51:11.390Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:51:12.391Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:51:12.391Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:51:12.391Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:51:12.391Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:51:13.392Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:51:13.393Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:51:13.393Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:51:13.393Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:51:14.393Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:51:14.394Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:51:14.394Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:51:14.394Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:51:15.395Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:51:15.395Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:51:15.396Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:51:15.396Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:51:16.397Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "serviceName": "basic_onboard_QMpdnl",
  "serviceVersion": "1.0",
  "serviceUUID": "9d1b38d7-168e-4ef6-9355-095aef6c5a06",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13b7de5c-4a5c-495e-b4f1-19ef4a3dc875",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QMpdnl 0",
      "resourceCustomizationUUID": "9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12",
      "resourceName": "basic_onboard_QMpdnl",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "06bf5896-5e90-460d-b950-b0365c92c155",
      "resourceInvariantUUID": "0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qmpdnl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
          "artifactChecksum": "MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f65df3c5-c527-4045-8387-6c42535f8967",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
            "generatedFromUUID": "f65df3c5-c527-4045-8387-6c42535f8967"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f2806961-ef8e-4a93-a449-365db9ac15f5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQmpdnl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
      "artifactChecksum": "NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72e06bf6-5317-4a7a-9922-993e0a0c4b89"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:51:16.397Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:51:16.398Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d1b38d7-168e-4ef6-9355-095aef6c5a06 ASDC
2023-03-27T07:51:16.398Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7eff5bd9-031e-4ebb-a433-909c9555370d
ServiceName:basic_onboard_QMpdnl
ServiceVersion:1.0
ServiceUUID:9d1b38d7-168e-4ef6-9355-095aef6c5a06
ServiceInvariantUUID:13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQmpdnl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
ArtifactUUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89
ArtifactChecksum:NjUyNjU5ZTNlNWNkNjNkZTczOTlkMDcyNmUxYTYzODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QMpdnl 0
ResourceCustomizationUUID:9b4bc87f-9aa8-451f-9cf5-4c28d7ba3b12
ResourceInvariantUUID:0d611be2-13eb-48e5-ad2f-d6e8b19a3e3b
ResourceName:basic_onboard_QMpdnl
ResourceType:VF
ResourceUUID:06bf5896-5e90-460d-b950-b0365c92c155
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qmpdnl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
ArtifactUUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e
ArtifactChecksum:MzRiNDk5NDkyMTJkYjMyMDAwMmY5YmRjMzE0ZGRiZmI=
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f65df3c5-c527-4045-8387-6c42535f8967
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
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/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env
ArtifactUUID:f2806961-ef8e-4a93-a449-365db9ac15f5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T07:51:16.399Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d1b38d7-168e-4ef6-9355-095aef6c5a06 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-27T07:51:16.434Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:51:16.435Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T07:51:16.435Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T07:51:16.435Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 72e06bf6-5317-4a7a-9922-993e0a0c4b89 from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T07:51:16.435Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-27T07:51:16.435Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar
2023-03-27T07:51:16.467Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-27T07:51:16.468Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6de38167
2023-03-27T07:51:16.468Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:51:16.468Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T07:51:16.468Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardQmpdnl-csar.csar /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar 72e06bf6-5317-4a7a-9922-993e0a0c4b89 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:51:16.468Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar ASDC sendASDCNotification
2023-03-27T07:51:16.468Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(Specified artifact is  not found)
2023-03-27T07:51:16.468Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:51:16.468Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:51:16.469Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:51:16.469Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903476468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:51:17.470Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||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-BasicOnboardQmpdnl-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar(UUID:72e06bf6-5317-4a7a-9922-993e0a0c4b89)
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-27T07:51:17.489Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||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-27T07:51:17.489Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T07:51:17.495Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||basic_onboard_QMpdnl 0
2023-03-27T07:51:17.495Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06bf5896-5e90-460d-b950-b0365c92c155
2023-03-27T07:51:17.495Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e from URL: /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T07:51:17.495Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-27T07:51:17.495Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json
2023-03-27T07:51:17.513Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-27T07:51:17.514Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@300e64b
2023-03-27T07:51:17.514Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:51:17.514Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardQmpdnl"
      ]
    }
  }
}
2023-03-27T07:51:17.514Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_qmpdnl0_modules.json /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:51:17.515Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json ASDC sendASDCNotification
2023-03-27T07:51:17.515Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(Specified artifact is  not found)
2023-03-27T07:51:17.515Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:51:17.515Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:51:17.515Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:51:17.515Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903477514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:51:18.516Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||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_qmpdnl0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json(UUID:bd7b3a2e-3ea7-4926-bf98-c4f093d07b3e)
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-27T07:51:18.517Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:51:18.535Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:51:18.538Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:51:18.538Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:51:48.538Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:51:48.559Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:51:48.562Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:51:48.563Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:52:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:52:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:52:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:52:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:52:18.563Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:52:18.585Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:52:18.588Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:52:18.588Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:52:48.589Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:52:48.610Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:52:48.613Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:52:48.613Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:53:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:53:08.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903476468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/artifacts/service-BasicOnboardQmpdnl-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:53:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:53:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903477514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQmpdnl/1.0/resourceInstances/basic_onboard_qmpdnl0/artifacts/basic_onboard_qmpdnl0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:53:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:53:18.613Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:53:18.634Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:53:18.637Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:53:18.638Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:53:48.638Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:53:48.654Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:53:48.657Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:53:48.657Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:54:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:54:18.658Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:54:18.677Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:54:18.681Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:54:18.681Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:54:48.682Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:54:48.702Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:54:48.705Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:54:48.706Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:55:08.218Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:55:18.706Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:55:18.725Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:55:18.729Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:55:18.730Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:55:48.730Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:55:48.749Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:55:48.753Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-27T07:55:48.753Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-27T07:56:08.218Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:56:09.386Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T07:56:09.387Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Member SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-bd359144-5d0d-4176-abce-a00d4b8808b6 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-27T07:56:09.387Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-27T07:56:09.388Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-27T07:56:11.842Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T07:56:11.856Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:56:11.857Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T07:56:11.863Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:56:11.864Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 31: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T07:56:11.880Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T07:56:11.881Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:56:11.881Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:56:11.886Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:56:11.886Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:56:11.886Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:56:11.886Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1607, 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-27T07:56:11.886Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:56:11.886Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T07:56:18.754Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-27T07:56:18.754Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7eff5bd9-031e-4ebb-a433-909c9555370d 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-27T07:56:18.763Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7eff5bd9-031e-4ebb-a433-909c9555370d and serviceModelVersionId: 9d1b38d7-168e-4ef6-9355-095aef6c5a06
2023-03-27T07:56:18.763Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13b7de5c-4a5c-495e-b4f1-19ef4a3dc875
2023-03-27T07:56:18.764Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0
2023-03-27T07:56:18.768Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:56:18.783Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|500||Invoke
2023-03-27T07:56:18.784Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7eff5bd9-031e-4ebb-a433-909c9555370d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f5b1e44f-7a8e-40c5-a7c4-7749cd42f4e0], X-ECOMP-RequestID=[7eff5bd9-031e-4ebb-a433-909c9555370d], X-TransactionId=[], X-ONAP-RequestID=[7eff5bd9-031e-4ebb-a433-909c9555370d], Content-Type=[application/merge-patch+json]}
2023-03-27T07:56:18.793Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T07:56:18.833Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?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/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0 has http status code:404 and response headers:{date=[Mon, 27 Mar 2023 07:56:19 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[33], x-aai-txid=[2-aai-resources-230327-07:56:19:074-42549], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:56:18.835Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06","ERR.5.4.6114"]}}}

2023-03-27T07:56:18.836Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-27T07:56:18.839Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T07:56:18.839Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-27T07:56:18.840Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T07:56:18.840Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T07:56:18.849Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:56:18.849Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7eff5bd9-031e-4ebb-a433-909c9555370d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec=ERR.5.4.6114)
2023-03-27T07:56:18.849Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-27T07:56:18.849Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:56:18.849Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:56:18.849Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903778849,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:56:18.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:56:18.868Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7eff5bd9-031e-4ebb-a433-909c9555370d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903778849,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7eff5bd9-031e-4ebb-a433-909c9555370d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/13b7de5c-4a5c-495e-b4f1-19ef4a3dc875/model-vers/model-ver/9d1b38d7-168e-4ef6-9355-095aef6c5a06) (ec\u003dERR.5.4.6114)"
}
2023-03-27T07:56:18.868Z||pool-2-thread-3|||||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-27T07:56:19.871Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-27T07:56:19.871Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"3eceaf02-b44a-47b3-a2db-b8aa5c5845fe","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0c07833a-e216-4fdd-a97e-5a37fe9b5618","serviceDescription":"service","serviceInvariantUUID":"5119ae16-c0f3-443b-8436-075439e66ab3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"15157c1b-7520-4e59-8e7d-cd42033bc6f6","resourceInvariantUUID":"02dde935-56e9-46f6-a1ed-2017d18e3ddd","resourceCustomizationUUID":"3b212f49-7967-41e3-b0b3-f5c67a76083a","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":"NTc1NTIyNGEwM2JhY2U0ZTRlNGI3M2YzZmZkNWVkNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe2f0ff7-7184-41cc-b179-f887cb886039","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ab423d5-4df0-4c63-9a9b-f45fccd423f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:56:19.872Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:56:19.872Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:56:19.872Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:56:19.872Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T07:56:20.872Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:56:20.873Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:56:20.873Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:56:20.873Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:56:21.873Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0c07833a-e216-4fdd-a97e-5a37fe9b5618",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5119ae16-c0f3-443b-8436-075439e66ab3",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3b212f49-7967-41e3-b0b3-f5c67a76083a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "15157c1b-7520-4e59-8e7d-cd42033bc6f6",
      "resourceInvariantUUID": "02dde935-56e9-46f6-a1ed-2017d18e3ddd",
      "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": "ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ab423d5-4df0-4c63-9a9b-f45fccd423f4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:56:21.874Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:56:21.874Z|7eff5bd9-031e-4ebb-a433-909c9555370d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c07833a-e216-4fdd-a97e-5a37fe9b5618 ASDC
2023-03-27T07:56:21.874Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0c07833a-e216-4fdd-a97e-5a37fe9b5618
ServiceInvariantUUID:5119ae16-c0f3-443b-8436-075439e66ab3
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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4
ArtifactChecksum:ZTliZDIwZDQyMzVhMGFjYWVkNWNlNWI4OTg5MjM2OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3b212f49-7967-41e3-b0b3-f5c67a76083a
ResourceInvariantUUID:02dde935-56e9-46f6-a1ed-2017d18e3ddd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:15157c1b-7520-4e59-8e7d-cd42033bc6f6
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-27T07:56:21.874Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c07833a-e216-4fdd-a97e-5a37fe9b5618 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-27T07:56:21.908Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:56:21.909Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T07:56:21.909Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T07:56:21.909Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T07:56:21.909Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-27T07:56:21.909Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-27T07:56:21.943Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-27T07:56:21.943Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@33581978
2023-03-27T07:56:21.944Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:56:21.944Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-27T07:56:21.944Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:56:21.945Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||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-27T07:56:21.945Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||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-27T07:56:21.945Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:56:21.945Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:56:21.945Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:56:21.945Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903781945,
  "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-27T07:56:22.946Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||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:5ab423d5-4df0-4c63-9a9b-f45fccd423f4)
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-27T07:56:22.990Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||ERROR|500||Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists
2023-03-27T07:56:22.991Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||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-27T07:56:22.991Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||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: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists)
2023-03-27T07:56:22.991Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:56:22.991Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:56:22.991Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:56:22.991Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903782991,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:56:23.992Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||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-27T07:56:23.992Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||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: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists)
2023-03-27T07:56:23.992Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:56:23.992Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:56:23.992Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:56:23.992Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903783992,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:56:24.993Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:56:25.011Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:56:25.015Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:56:25.015Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:56:25.015Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:56:25.015Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:56:25.015Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:56:25.015Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:56:25.015Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:56:25.015Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:56:25.016Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:56:25.026Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:56:55.026Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe 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-27T07:56:55.035Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and serviceModelVersionId: 0c07833a-e216-4fdd-a97e-5a37fe9b5618
2023-03-27T07:56:55.036Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5119ae16-c0f3-443b-8436-075439e66ab3
2023-03-27T07:56:55.036Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0
2023-03-27T07:56:55.042Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:56:55.058Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?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-27T07:56:55.058Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||Invoke
2023-03-27T07:56:55.064Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:56:55.193Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0|INFO|500||InvokeReturn
2023-03-27T07:56:55.193Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5119ae16-c0f3-443b-8436-075439e66ab3/model-vers/model-ver/0c07833a-e216-4fdd-a97e-5a37fe9b5618?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:56:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[573528], x-aai-txid=[2-aai-resources-230327-07:56:55:340-584], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:56:55.194Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:56:55.194Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:56:55.194Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:56:55.206Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:56:55.206Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3eceaf02-b44a-47b3-a2db-b8aa5c5845fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:56:55.206Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:56:55.207Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:56:55.207Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:56:55.207Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903815206,
  "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-27T07:56:56.228Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-27T07:56:56.229Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"84cc4c38-db2e-426f-addf-a3026542286e","serviceName":"Demo_pNF_rb5D6ZL4SqGkCBxcGhrs","serviceVersion":"1.0","serviceUUID":"c9f67a18-e256-41f3-acaa-b5dd971d4199","serviceDescription":"catalog service description","serviceInvariantUUID":"ca53e5c4-cf56-4a3f-8edb-e39644d5c271","resources":[{"resourceInstanceName":"pNF 25b011eb-83ed 0","resourceName":"pNF 25b011eb-83ed","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3e745e72-3afe-4a65-9bf7-e1d2abc228c2","resourceInvariantUUID":"ec183920-0093-457b-a5af-176c8a914105","resourceCustomizationUUID":"386f0dcb-2fab-4319-83de-b16580fda677","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml","artifactChecksum":"ZWYwMWZhMzVkZDIxOTM1MTRiYzhlMzZiNjE0YThiYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14428971-926d-4b7f-bf42-8fe6437ffedc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c4f0abef-5bdf-495f-8bef-a4a4529fd3a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"042cbbe6-301f-408c-a227-fbfcb56b89a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml","artifactChecksum":"OWM5NDBiYTI1MzhlZGZjMjVjMzZiZjdjYjMwYzMzNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"765c4017-e693-43c1-bd5b-3c6c3eb4d38a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d72abaf-1d51-4a4d-885d-1e05aa7aa3f6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f9dff5ea-6087-4927-bf44-11d67bdbff38","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml","artifactChecksum":"MTNhNzEyZjBhY2YzM2EyOTU5ZTQxNmZiOTg5YWI4NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7df4bf1-0ee5-4384-8502-775cbba6d31d","artifactVersion":"1"},{"artifactName":"service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar","artifactChecksum":"NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84d3aeeb-281a-4221-9c76-745438b20267","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:56:56.229Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:56:56.229Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:56:56.229Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:56:56.229Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:56:57.230Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:56:57.230Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:56:57.230Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:56:57.230Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:56:58.231Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:56:58.231Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:56:58.231Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:56:58.231Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:56:59.232Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:56:59.232Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:56:59.232Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:56:59.233Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:57:00.233Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:57:00.234Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:57:00.234Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:57:00.234Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:57:01.235Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:57:01.235Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:57:01.235Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:57:01.235Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:57:02.235Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:57:02.236Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:57:02.236Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:57:02.236Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:57:03.237Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:57:03.237Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:57:03.237Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:57:03.237Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:57:04.238Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "serviceName": "Demo_pNF_rb5D6ZL4SqGkCBxcGhrs",
  "serviceVersion": "1.0",
  "serviceUUID": "c9f67a18-e256-41f3-acaa-b5dd971d4199",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ca53e5c4-cf56-4a3f-8edb-e39644d5c271",
  "resources": [
    {
      "resourceInstanceName": "pNF 25b011eb-83ed 0",
      "resourceCustomizationUUID": "386f0dcb-2fab-4319-83de-b16580fda677",
      "resourceName": "pNF 25b011eb-83ed",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3e745e72-3afe-4a65-9bf7-e1d2abc228c2",
      "resourceInvariantUUID": "ec183920-0093-457b-a5af-176c8a914105",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
      "artifactChecksum": "NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "84d3aeeb-281a-4221-9c76-745438b20267"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:57:04.238Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:57:04.238Z|3eceaf02-b44a-47b3-a2db-b8aa5c5845fe|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c9f67a18-e256-41f3-acaa-b5dd971d4199 ASDC
2023-03-27T07:57:04.239Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:84cc4c38-db2e-426f-addf-a3026542286e
ServiceName:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
ServiceVersion:1.0
ServiceUUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
ServiceInvariantUUID:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
ArtifactUUID:84d3aeeb-281a-4221-9c76-745438b20267
ArtifactChecksum:NGU5NTJlYzc2MjNjNDhiZWQzOWI3MzU0MGYyMjEzMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 25b011eb-83ed 0
ResourceCustomizationUUID:386f0dcb-2fab-4319-83de-b16580fda677
ResourceInvariantUUID:ec183920-0093-457b-a5af-176c8a914105
ResourceName:pNF 25b011eb-83ed
ResourceType:PNF
ResourceUUID:3e745e72-3afe-4a65-9bf7-e1d2abc228c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:57:04.239Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9f67a18-e256-41f3-acaa-b5dd971d4199 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-27T07:57:04.274Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:57:04.275Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T07:57:04.275Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T07:57:04.275Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267 from URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:57:04.275Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-27T07:57:04.275Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:57:04.575Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-27T07:57:04.577Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar 84d3aeeb-281a-4221-9c76-745438b20267 88018
2023-03-27T07:57:04.577Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T07:57:04.577Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:57:04.577Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:57:04.578Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:57:04.578Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:57:04.578Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903824577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:57:05.578Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:57:05.579Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T07:57:05.579Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 84d3aeeb-281a-4221-9c76-745438b20267, URL: /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar to file: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:57:05.580Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:57:05.581Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:57:05.581Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:57:05.681Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10387907574087871885/Definitions/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml
2023-03-27T07:57:06.416Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T07:57:06.416Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-27T07:57:06.416Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:57:06.416Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T07:57:06.416Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:57:06.417Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:57:06.417Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:57:06.417Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:57:06.417Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:57:06.417Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 25b011eb-83ed 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-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:57:06.417Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar
2023-03-27T07:57:06.417Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-27T07:57:06.417Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:57:06.417Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:57:06.417Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T07:57:06.417Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-27T07:57:06.417Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:57:06.417Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:57:06.417Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:57:06.418Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Node template pNF 25b011eb-83ed 0 is matching search criteria
2023-03-27T07:57:06.418Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-27T07:57:06.418Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 25b011eb-83ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:57:06.418Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:57:06.418Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:57:06.418Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:57:06.418Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:57:06.418Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:57:06.418Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:57:06.418Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:57:06.418Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:57:06.418Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:57:06.418Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_rb5D6ZL4SqGkCBxcGhrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:57:06.418Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rb5D6ZL4SqGkCBxcGhrs
Description:catalog service description
Model UUID:c9f67a18-e256-41f3-acaa-b5dd971d4199
Model Version:NULL
Model InvariantUuid:ca53e5c4-cf56-4a3f-8edb-e39644d5c271
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-27T07:57:06.451Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||ERROR|500||Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists
2023-03-27T07:57:06.451Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T07:57:06.451Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists)
2023-03-27T07:57:06.451Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:57:06.451Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:57:06.451Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:57:06.451Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903826451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:57:07.453Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar ASDC sendASDCNotification
2023-03-27T07:57:07.453Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar(Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists)
2023-03-27T07:57:07.453Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:57:07.453Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:57:07.453Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:57:07.454Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903827453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:57:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:57:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:57:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:57:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:57:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:57:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:57:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:57:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:57:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903781945,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:57:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:57:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:57:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903782991,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5ab423d5-4df0-4c63-9a9b-f45fccd423f4 already exists"
}
2023-03-27T07:57:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:57:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:57:08.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903783992,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 15157c1b-7520-4e59-8e7d-cd42033bc6f6 already exists"
}
2023-03-27T07:57:08.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:57:08.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:57:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3eceaf02-b44a-47b3-a2db-b8aa5c5845fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903815206,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:57:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:57:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:57:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:57:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:57:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:57:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:57:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:57:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:57:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:57:08.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:57:08.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:57:08.224Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:57:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:57:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:57:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:57:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:57:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:57:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/resourceInstances/pnf25b011eb83ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:57:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:57:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:57:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:57:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:57:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:57:08.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:57:08.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:57:08.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:57:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903824577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:57:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:57:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:57:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903826451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 84d3aeeb-281a-4221-9c76-745438b20267 already exists"
}
2023-03-27T07:57:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:57:08.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:57:08.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903827453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRb5d6zl4sqgkcbxcghrs/1.0/artifacts/service-DemoPnfRb5d6zl4sqgkcbxcghrs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3e745e72-3afe-4a65-9bf7-e1d2abc228c2 already exists"
}
2023-03-27T07:57:08.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:57:08.455Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:57:08.471Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:57:08.473Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:57:08.474Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:57:08.474Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:57:08.474Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:57:08.474Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:57:08.474Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:57:08.474Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:57:08.474Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:57:08.474Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:57:08.480Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:57:38.480Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84cc4c38-db2e-426f-addf-a3026542286e 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-27T07:57:38.487Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84cc4c38-db2e-426f-addf-a3026542286e and serviceModelVersionId: c9f67a18-e256-41f3-acaa-b5dd971d4199
2023-03-27T07:57:38.487Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca53e5c4-cf56-4a3f-8edb-e39644d5c271
2023-03-27T07:57:38.488Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0
2023-03-27T07:57:38.498Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:57:38.516Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?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-27T07:57:38.516Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||Invoke
2023-03-27T07:57:38.523Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:57:38.669Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0|INFO|500||InvokeReturn
2023-03-27T07:57:38.670Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca53e5c4-cf56-4a3f-8edb-e39644d5c271/model-vers/model-ver/c9f67a18-e256-41f3-acaa-b5dd971d4199?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:57:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[606296], x-aai-txid=[2-aai-resources-230327-07:57:38:799-58260], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:57:38.670Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:57:38.670Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:57:38.671Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:57:38.682Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:57:38.682Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84cc4c38-db2e-426f-addf-a3026542286e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:57:38.682Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:57:38.682Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:57:38.682Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:57:38.682Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903858682,
  "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-27T07:57:39.704Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-27T07:57:39.704Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"44440c6a-f1bd-4673-a6af-17a9e4d43911","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"66474687-4800-47ee-9519-ffdde7c80d58","serviceDescription":"service","serviceInvariantUUID":"06e3a032-8f72-4119-9e71-ce6588ba35ba","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a44f77ef-1d28-41e6-9f3e-b645ebc6d2db","resourceInvariantUUID":"83ae637d-0f3e-4be2-928f-2678c9531c1d","resourceCustomizationUUID":"f44634b1-d505-4227-ae5f-6b34b4b2e20c","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":"ZGVjODNkMzc4NmE3OGRjNWJlN2VjN2UwZThjNWVlYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6436e61f-ee28-423e-aa93-6f9a6b99dc61","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":"NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5194932-b487-47ad-a26e-ae346b8404ad","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":"26286f3d-fc00-47f6-a2d9-b8ba865afff7","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":"32d20314-45a7-4681-b948-6c1f1a813927","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":"49d5da0e-af6a-4340-87b3-1cebc927e26d","artifactVersion":"2","generatedFromUUID":"26286f3d-fc00-47f6-a2d9-b8ba865afff7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjA5YTBhMjY2MTA0MjY1ZDRiZDdjNDlhN2QyOGE4YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5a8020-e861-4d62-903b-69810912298f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25a1eb11-f825-424a-a2ea-fab104107979","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:57:39.704Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:57:39.704Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:57:39.704Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:57:39.705Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T07:57:40.706Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:57:40.706Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:57:40.706Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:57:40.706Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T07:57:41.707Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:57:41.708Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:57:41.708Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:57:41.708Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T07:57:42.709Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:57:42.709Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:57:42.709Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:57:42.710Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T07:57:43.710Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:57:43.711Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:57:43.711Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:57:43.712Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T07:57:44.714Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:57:44.714Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:57:44.714Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:57:44.714Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T07:57:45.715Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:57:45.715Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:57:45.715Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:57:45.716Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:57:46.716Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "66474687-4800-47ee-9519-ffdde7c80d58",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06e3a032-8f72-4119-9e71-ce6588ba35ba",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f44634b1-d505-4227-ae5f-6b34b4b2e20c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a44f77ef-1d28-41e6-9f3e-b645ebc6d2db",
      "resourceInvariantUUID": "83ae637d-0f3e-4be2-928f-2678c9531c1d",
      "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": "NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e5194932-b487-47ad-a26e-ae346b8404ad",
          "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": "26286f3d-fc00-47f6-a2d9-b8ba865afff7",
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
            "generatedFromUUID": "26286f3d-fc00-47f6-a2d9-b8ba865afff7"
          },
          "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": "49d5da0e-af6a-4340-87b3-1cebc927e26d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "25a1eb11-f825-424a-a2ea-fab104107979"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:57:46.717Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:57:46.717Z|84cc4c38-db2e-426f-addf-a3026542286e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66474687-4800-47ee-9519-ffdde7c80d58 ASDC
2023-03-27T07:57:46.717Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:44440c6a-f1bd-4673-a6af-17a9e4d43911
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:66474687-4800-47ee-9519-ffdde7c80d58
ServiceInvariantUUID:06e3a032-8f72-4119-9e71-ce6588ba35ba
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:25a1eb11-f825-424a-a2ea-fab104107979
ArtifactChecksum:MmFjOWZiMzhkMDJjNjdiMDFmMTVhNzE1MTRiZWNhNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f44634b1-d505-4227-ae5f-6b34b4b2e20c
ResourceInvariantUUID:83ae637d-0f3e-4be2-928f-2678c9531c1d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a44f77ef-1d28-41e6-9f3e-b645ebc6d2db
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:e5194932-b487-47ad-a26e-ae346b8404ad
ArtifactChecksum:NDZjODllNjEwZWJkYTg2MmJlMDUwZDBkYTI2YjZmZTA=
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:26286f3d-fc00-47f6-a2d9-b8ba865afff7
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
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:49d5da0e-af6a-4340-87b3-1cebc927e26d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T07:57:46.717Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66474687-4800-47ee-9519-ffdde7c80d58 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-27T07:57:46.742Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:57:46.743Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T07:57:46.743Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T07:57:46.743Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 25a1eb11-f825-424a-a2ea-fab104107979 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T07:57:46.743Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-27T07:57:46.743Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-27T07:57:46.767Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-27T07:57:46.767Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2edbf43
2023-03-27T07:57:46.767Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T07:57:46.768Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-27T07:57:46.768Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 25a1eb11-f825-424a-a2ea-fab104107979 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T07:57:46.768Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||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-27T07:57:46.768Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||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-27T07:57:46.768Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T07:57:46.769Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:57:46.769Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:57:46.769Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903866768,
  "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-27T07:57:47.771Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||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:25a1eb11-f825-424a-a2ea-fab104107979)
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-27T07:57:47.811Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||ERROR|500||Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists
2023-03-27T07:57:47.811Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||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-27T07:57:47.812Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||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: 25a1eb11-f825-424a-a2ea-fab104107979 already exists)
2023-03-27T07:57:47.812Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:57:47.812Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:57:47.812Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:57:47.812Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903867811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:57:48.814Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||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-27T07:57:48.814Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||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: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists)
2023-03-27T07:57:48.815Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:57:48.815Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:57:48.815Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:57:48.815Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903868814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:57:49.817Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:57:49.834Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:57:49.838Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:57:49.838Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:57:49.838Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:57:49.839Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:57:49.839Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:57:49.839Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:57:49.839Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:57:49.839Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:57:49.839Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:57:49.850Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:58:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:58:08.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:58:08.229Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "84cc4c38-db2e-426f-addf-a3026542286e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903858682,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:58:08.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:58:08.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:58:08.230Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:58:08.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:58:08.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:58:08.230Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T07:58:08.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:58:08.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:58:08.230Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T07:58:08.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:58:08.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:58:08.230Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:58:08.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:58:08.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:58:08.231Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-27T07:58:08.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:58:08.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:58:08.231Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:58:08.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:58:08.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:58:08.231Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:58:08.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:58:08.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:58:08.231Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903866768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T07:58:08.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:58:08.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:58:08.231Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903867811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 25a1eb11-f825-424a-a2ea-fab104107979 already exists"
}
2023-03-27T07:58:08.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:58:08.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:58:08.231Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903868814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a44f77ef-1d28-41e6-9f3e-b645ebc6d2db already exists"
}
2023-03-27T07:58:08.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:58:19.850Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 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-27T07:58:19.855Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44440c6a-f1bd-4673-a6af-17a9e4d43911 and serviceModelVersionId: 66474687-4800-47ee-9519-ffdde7c80d58
2023-03-27T07:58:19.855Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06e3a032-8f72-4119-9e71-ce6588ba35ba
2023-03-27T07:58:19.856Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0
2023-03-27T07:58:19.862Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:58:19.876Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||Invoke
2023-03-27T07:58:19.877Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[98450398-85f1-44d2-93b9-d88425698ae1], X-ECOMP-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], X-TransactionId=[], X-ONAP-RequestID=[44440c6a-f1bd-4673-a6af-17a9e4d43911], Content-Type=[application/merge-patch+json]}
2023-03-27T07:58:19.884Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:58:20.042Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?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/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:58:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[622680], x-aai-txid=[2-aai-resources-230327-07:58:20:160-16499], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:58:20.043Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:58:20.043Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/06e3a032-8f72-4119-9e71-ce6588ba35ba/model-vers/model-ver/66474687-4800-47ee-9519-ffdde7c80d58?depth=0|INFO|500||InvokeReturn
2023-03-27T07:58:20.043Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:58:20.044Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:58:20.054Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:58:20.054Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44440c6a-f1bd-4673-a6af-17a9e4d43911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:58:20.054Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:58:20.054Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:58:20.054Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:58:20.055Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903900054,
  "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-27T07:58:21.078Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-27T07:58:21.078Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"fb069806-7103-42ce-8df3-e480daf71898","serviceName":"Demo_pNF_D3HhjAtcfiYdMHCOjLF8","serviceVersion":"1.0","serviceUUID":"36a9b3c7-8008-4b34-8be0-93b823fb96bc","serviceDescription":"catalog service description","serviceInvariantUUID":"b2abb50e-ff02-4005-870a-ca1443dfa3d5","resources":[{"resourceInstanceName":"pNF 9a79bd24-07f4 0","resourceName":"pNF 9a79bd24-07f4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6df265a8-d850-4669-a844-4a1656086477","resourceInvariantUUID":"92fc1e25-d0aa-4c89-855c-bfcc23086aaa","resourceCustomizationUUID":"bf26122f-f23a-4041-934f-2adf99a4ef14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml","artifactChecksum":"OTFhZGNlNzRkNzkyOGZkYTM5ZjM5MGYzMzNlYTQ4OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c427823f-0372-4b6d-96ed-08b469563eb3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31b8b9f5-ffd7-49bf-a2dd-ecb33158cccc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51f957eb-6964-4847-ab99-ad0bba10add7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml","artifactChecksum":"NWYyNWU4MjJkOWIyZTQ3ZTFhMjZiMjEzYmRhZDRlYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"506426ca-f753-4cd5-be4f-5ed16bad5108","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88412ef9-0769-424b-b764-5a360f475862","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0dfd5cf0-bcd7-457f-b3e4-334243d77a6f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml","artifactChecksum":"OTBjZjIzYTlhMGZjNWUyOTA5M2U3YWFkZjI4MjQ3OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2b48d5f-7f53-4253-887f-e971bf6eaccb","artifactVersion":"1"},{"artifactName":"service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar","artifactChecksum":"NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9748f029-6a0a-48f7-834c-243ebb08ef44","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:58:21.079Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:58:21.079Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:58:21.079Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:58:21.079Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:58:22.079Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:58:22.080Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:58:22.080Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:58:22.080Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:58:23.080Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:58:23.081Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:58:23.081Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:58:23.081Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:58:24.081Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:58:24.081Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:58:24.082Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:58:24.082Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:58:25.082Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:58:25.082Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:58:25.083Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:58:25.083Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:58:26.083Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:58:26.084Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:58:26.084Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:58:26.084Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:58:27.084Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:58:27.085Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:58:27.085Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:58:27.085Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:58:28.085Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:58:28.085Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:58:28.086Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:58:28.086Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:58:29.086Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "serviceName": "Demo_pNF_D3HhjAtcfiYdMHCOjLF8",
  "serviceVersion": "1.0",
  "serviceUUID": "36a9b3c7-8008-4b34-8be0-93b823fb96bc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b2abb50e-ff02-4005-870a-ca1443dfa3d5",
  "resources": [
    {
      "resourceInstanceName": "pNF 9a79bd24-07f4 0",
      "resourceCustomizationUUID": "bf26122f-f23a-4041-934f-2adf99a4ef14",
      "resourceName": "pNF 9a79bd24-07f4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6df265a8-d850-4669-a844-4a1656086477",
      "resourceInvariantUUID": "92fc1e25-d0aa-4c89-855c-bfcc23086aaa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
      "artifactChecksum": "NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9748f029-6a0a-48f7-834c-243ebb08ef44"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:58:29.087Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:58:29.087Z|44440c6a-f1bd-4673-a6af-17a9e4d43911|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 36a9b3c7-8008-4b34-8be0-93b823fb96bc ASDC
2023-03-27T07:58:29.087Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:fb069806-7103-42ce-8df3-e480daf71898
ServiceName:Demo_pNF_D3HhjAtcfiYdMHCOjLF8
ServiceVersion:1.0
ServiceUUID:36a9b3c7-8008-4b34-8be0-93b823fb96bc
ServiceInvariantUUID:b2abb50e-ff02-4005-870a-ca1443dfa3d5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
ArtifactUUID:9748f029-6a0a-48f7-834c-243ebb08ef44
ArtifactChecksum:NzUzNmVjZmY1MWY4YmViNjU3MTQ3MjczYTI3ODY3Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9a79bd24-07f4 0
ResourceCustomizationUUID:bf26122f-f23a-4041-934f-2adf99a4ef14
ResourceInvariantUUID:92fc1e25-d0aa-4c89-855c-bfcc23086aaa
ResourceName:pNF 9a79bd24-07f4
ResourceType:PNF
ResourceUUID:6df265a8-d850-4669-a844-4a1656086477
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:58:29.087Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36a9b3c7-8008-4b34-8be0-93b823fb96bc 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-27T07:58:29.119Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:58:29.119Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T07:58:29.119Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T07:58:29.119Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 from URL: /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:58:29.119Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-27T07:58:29.120Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:58:29.434Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-27T07:58:29.436Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar 9748f029-6a0a-48f7-834c-243ebb08ef44 88009
2023-03-27T07:58:29.436Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T07:58:29.437Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:58:29.437Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:58:29.437Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:58:29.437Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:58:29.437Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903909436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:58:30.438Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:58:30.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T07:58:30.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44, URL: /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar to file: /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:58:30.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:58:30.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:58:30.439Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:58:30.527Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11375222503267235527/Definitions/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml
2023-03-27T07:58:31.153Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T07:58:31.153Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-27T07:58:31.153Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:58:31.153Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T07:58:31.153Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:58:31.153Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9a79bd24-07f4 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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:58:31.153Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:58:31.153Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||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-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:58:31.153Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:58:31.153Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:58:31.153Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar
2023-03-27T07:58:31.153Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-27T07:58:31.153Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:58:31.153Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:58:31.153Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Node template pNF 9a79bd24-07f4 0 is matching search criteria
2023-03-27T07:58:31.154Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-27T07:58:31.154Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 9a79bd24-07f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:58:31.154Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:58:31.154Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:58:31.154Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Node template pNF 9a79bd24-07f4 0 is matching search criteria
2023-03-27T07:58:31.154Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-27T07:58:31.154Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 9a79bd24-07f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:58:31.154Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:58:31.154Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:58:31.154Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:58:31.154Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:58:31.154Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:58:31.154Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:58:31.154Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:58:31.154Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:58:31.154Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:58:31.154Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_D3HhjAtcfiYdMHCOjLF8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:58:31.154Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_D3HhjAtcfiYdMHCOjLF8
Description:catalog service description
Model UUID:36a9b3c7-8008-4b34-8be0-93b823fb96bc
Model Version:NULL
Model InvariantUuid:b2abb50e-ff02-4005-870a-ca1443dfa3d5
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-27T07:58:31.190Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||ERROR|500||Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists
2023-03-27T07:58:31.190Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T07:58:31.190Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar(Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists)
2023-03-27T07:58:31.191Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:58:31.191Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:58:31.191Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:58:31.191Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903911190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:58:32.193Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar ASDC sendASDCNotification
2023-03-27T07:58:32.193Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar(Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists)
2023-03-27T07:58:32.193Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:58:32.193Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:58:32.193Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:58:32.193Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903912193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:58:33.194Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb069806-7103-42ce-8df3-e480daf71898
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:58:33.211Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb069806-7103-42ce-8df3-e480daf71898
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:58:33.214Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:58:33.214Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:58:33.214Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:58:33.214Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:58:33.214Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:58:33.214Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:58:33.214Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:58:33.214Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:58:33.214Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:58:33.222Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:59:03.223Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb069806-7103-42ce-8df3-e480daf71898 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-27T07:59:03.231Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb069806-7103-42ce-8df3-e480daf71898 and serviceModelVersionId: 36a9b3c7-8008-4b34-8be0-93b823fb96bc
2023-03-27T07:59:03.231Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2abb50e-ff02-4005-870a-ca1443dfa3d5
2023-03-27T07:59:03.232Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0
2023-03-27T07:59:03.242Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:59:03.271Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?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-27T07:59:03.272Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|INFO|500||Invoke
2023-03-27T07:59:03.284Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:59:03.426Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0|INFO|500||InvokeReturn
2023-03-27T07:59:03.427Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2abb50e-ff02-4005-870a-ca1443dfa3d5/model-vers/model-ver/36a9b3c7-8008-4b34-8be0-93b823fb96bc?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:59:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[667736], x-aai-txid=[2-aai-resources-230327-07:59:03:562-4864], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:59:03.427Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:59:03.427Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:59:03.427Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:59:03.436Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:59:03.436Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb069806-7103-42ce-8df3-e480daf71898 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:59:03.436Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:59:03.436Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:03.436Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:03.436Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903943436,
  "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-27T07:59:04.456Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-27T07:59:04.457Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"a2623c34-c0a0-4673-8207-8bd402f0c55d","serviceName":"Demo_pNF_pBWRKQCWjqybRW6LYJID","serviceVersion":"1.0","serviceUUID":"494a7660-038a-4dba-be02-5b8a38ae6125","serviceDescription":"catalog service description","serviceInvariantUUID":"08360dba-7899-40cc-8930-c944abd051b0","resources":[{"resourceInstanceName":"pNF 035dda5d-e50d 0","resourceName":"pNF 035dda5d-e50d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ed4aaad3-22fb-4764-94bc-f857208b0501","resourceInvariantUUID":"e221df97-9f93-43d2-9975-1d33e713ee60","resourceCustomizationUUID":"64b8380e-2a69-4388-8d46-f034c2b96427","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml","artifactChecksum":"MTM1NDdmYmNiOWE0NWE4ZDljOTM4ZGRjMTNhNWUzMjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f6bca62-6723-4e06-8c8d-c3a3946991ce","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar","artifactChecksum":"NTg2NDIyMTYxYjk1Zjg1MzU1NDkxNWI2MjQxODZhYjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8354b947-405f-49f0-ac3c-cb12691e1cb1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a859e1f9-ded7-4fa2-b6ef-804a46a5655b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml","artifactChecksum":"OGEwZjFiNDRhNzc3Y2NiNGZlNTQxMzY2NTdhNWI5ZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c39e810b-fb05-4f1a-9be4-d1e4236ff5e3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5eb8a855-3db7-496f-be6e-baa7bfdfd687","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a8cdab2d-31f5-494b-ba3b-818e6c518abd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml","artifactChecksum":"NDgyYzdiN2Y4YjM1NTIzM2M1YTljZmIzZjgwMmJlYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e099cc82-e0a6-401a-9011-e3b86b4ac2d6","artifactVersion":"1"},{"artifactName":"service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar","artifactChecksum":"OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95090021-a94f-4d6c-99a3-75e3f0de68ed","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:59:04.457Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:59:04.457Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:04.457Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:04.457Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:59:05.458Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:59:05.458Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:05.458Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:05.459Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:59:06.460Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:59:06.460Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:06.460Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:06.460Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:59:07.460Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:59:07.461Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:07.461Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:07.461Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:59:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:59:08.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:59:08.221Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "44440c6a-f1bd-4673-a6af-17a9e4d43911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903900054,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:59:08.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:59:08.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:59:08.221Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:59:08.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:59:08.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:59:08.221Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:59:08.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:59:08.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:59:08.221Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:59:08.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:59:08.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/resourceInstances/pnf9a79bd2407f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903909436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903911190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 9748f029-6a0a-48f7-834c-243ebb08ef44 already exists"
}
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903912193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfD3hhjatcfiydmhcojlf8/1.0/artifacts/service-DemoPnfD3hhjatcfiydmhcojlf8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6df265a8-d850-4669-a844-4a1656086477 already exists"
}
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "fb069806-7103-42ce-8df3-e480daf71898",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903943436,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T07:59:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T07:59:08.461Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:59:08.462Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:08.462Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:08.462Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:59:09.463Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:59:09.464Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:09.464Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:09.464Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:59:10.464Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:59:10.465Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:10.465Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:10.465Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:59:11.466Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:59:11.466Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:11.466Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:11.466Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:59:12.467Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "serviceName": "Demo_pNF_pBWRKQCWjqybRW6LYJID",
  "serviceVersion": "1.0",
  "serviceUUID": "494a7660-038a-4dba-be02-5b8a38ae6125",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "08360dba-7899-40cc-8930-c944abd051b0",
  "resources": [
    {
      "resourceInstanceName": "pNF 035dda5d-e50d 0",
      "resourceCustomizationUUID": "64b8380e-2a69-4388-8d46-f034c2b96427",
      "resourceName": "pNF 035dda5d-e50d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ed4aaad3-22fb-4764-94bc-f857208b0501",
      "resourceInvariantUUID": "e221df97-9f93-43d2-9975-1d33e713ee60",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
      "artifactChecksum": "OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "95090021-a94f-4d6c-99a3-75e3f0de68ed"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:59:12.468Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:59:12.468Z|fb069806-7103-42ce-8df3-e480daf71898|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 494a7660-038a-4dba-be02-5b8a38ae6125 ASDC
2023-03-27T07:59:12.468Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a2623c34-c0a0-4673-8207-8bd402f0c55d
ServiceName:Demo_pNF_pBWRKQCWjqybRW6LYJID
ServiceVersion:1.0
ServiceUUID:494a7660-038a-4dba-be02-5b8a38ae6125
ServiceInvariantUUID:08360dba-7899-40cc-8930-c944abd051b0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
ArtifactUUID:95090021-a94f-4d6c-99a3-75e3f0de68ed
ArtifactChecksum:OTg0MmEyYTdkYjZjOTRhM2M5ZmVjYTYwZGI5ODcwMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 035dda5d-e50d 0
ResourceCustomizationUUID:64b8380e-2a69-4388-8d46-f034c2b96427
ResourceInvariantUUID:e221df97-9f93-43d2-9975-1d33e713ee60
ResourceName:pNF 035dda5d-e50d
ResourceType:PNF
ResourceUUID:ed4aaad3-22fb-4764-94bc-f857208b0501
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T07:59:12.468Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 494a7660-038a-4dba-be02-5b8a38ae6125 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-27T07:59:12.498Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:59:12.498Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T07:59:12.499Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T07:59:12.499Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed from URL: /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:59:12.499Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-27T07:59:12.499Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:59:12.762Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-27T07:59:12.765Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar 95090021-a94f-4d6c-99a3-75e3f0de68ed 88023
2023-03-27T07:59:12.765Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar ASDC sendASDCNotification
2023-03-27T07:59:12.766Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:59:12.766Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:59:12.766Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:12.766Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:12.766Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903952765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:59:13.767Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:59:13.768Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T07:59:13.768Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed, URL: /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar to file: /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:59:13.768Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:59:13.769Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:59:13.769Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:59:13.865Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4237445296322456801/Definitions/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml
2023-03-27T07:59:14.480Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T07:59:14.481Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-27T07:59:14.481Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:59:14.481Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-27T07:59:14.481Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 035dda5d-e50d 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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:59:14.481Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:59:14.481Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:59:14.481Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||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-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:59:14.481Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:59:14.482Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:59:14.482Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar
2023-03-27T07:59:14.482Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-27T07:59:14.482Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:59:14.482Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:59:14.482Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Node template pNF 035dda5d-e50d 0 is matching search criteria
2023-03-27T07:59:14.482Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-27T07:59:14.483Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 035dda5d-e50d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:59:14.483Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:59:14.483Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:59:14.483Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Node template pNF 035dda5d-e50d 0 is matching search criteria
2023-03-27T07:59:14.483Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-27T07:59:14.483Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 035dda5d-e50d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T07:59:14.483Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:59:14.484Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:59:14.484Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:59:14.484Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:59:14.484Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:59:14.484Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:59:14.484Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:59:14.484Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:59:14.484Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T07:59:14.484Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pBWRKQCWjqybRW6LYJID is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T07:59:14.484Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_pBWRKQCWjqybRW6LYJID
Description:catalog service description
Model UUID:494a7660-038a-4dba-be02-5b8a38ae6125
Model Version:NULL
Model InvariantUuid:08360dba-7899-40cc-8930-c944abd051b0
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-27T07:59:14.521Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||ERROR|500||Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists
2023-03-27T07:59:14.521Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar ASDC sendASDCNotification
2023-03-27T07:59:14.521Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar(Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists)
2023-03-27T07:59:14.521Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:59:14.521Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:14.522Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:14.522Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903954521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:59:15.523Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar ASDC sendASDCNotification
2023-03-27T07:59:15.523Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar(Resource with UUID: ed4aaad3-22fb-4764-94bc-f857208b0501 already exists)
2023-03-27T07:59:15.523Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T07:59:15.523Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:15.523Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:15.524Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903955522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ed4aaad3-22fb-4764-94bc-f857208b0501 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:59:16.525Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:59:16.542Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T07:59:16.546Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T07:59:16.546Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T07:59:16.546Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T07:59:16.546Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T07:59:16.546Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:59:16.547Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:59:16.547Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:59:16.547Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T07:59:16.547Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T07:59:16.555Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T07:59:46.556Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2623c34-c0a0-4673-8207-8bd402f0c55d 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-27T07:59:46.564Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2623c34-c0a0-4673-8207-8bd402f0c55d and serviceModelVersionId: 494a7660-038a-4dba-be02-5b8a38ae6125
2023-03-27T07:59:46.564Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08360dba-7899-40cc-8930-c944abd051b0
2023-03-27T07:59:46.565Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0
2023-03-27T07:59:46.572Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T07:59:46.588Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|INFO|500||Invoke
2023-03-27T07:59:46.588Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2623c34-c0a0-4673-8207-8bd402f0c55d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b6ce2367-b8c0-4774-aae8-53287d27e728], X-ECOMP-RequestID=[a2623c34-c0a0-4673-8207-8bd402f0c55d], X-TransactionId=[], X-ONAP-RequestID=[a2623c34-c0a0-4673-8207-8bd402f0c55d], Content-Type=[application/merge-patch+json]}
2023-03-27T07:59:46.598Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T07:59:46.747Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?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/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 07:59:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[675928], x-aai-txid=[0-aai-resources-230327-07:59:46:876-91741], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T07:59:46.747Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T07:59:46.748Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08360dba-7899-40cc-8930-c944abd051b0/model-vers/model-ver/494a7660-038a-4dba-be02-5b8a38ae6125?depth=0|INFO|500||InvokeReturn
2023-03-27T07:59:46.748Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T07:59:46.749Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T07:59:46.760Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T07:59:46.760Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2623c34-c0a0-4673-8207-8bd402f0c55d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T07:59:46.760Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T07:59:46.760Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:46.760Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:46.760Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903986760,
  "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-27T07:59:47.782Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-27T07:59:47.782Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"b6ef30bd-e7e6-4686-b045-d92b84d9994d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"5db69c29-4878-4857-8549-92154e5017b7","serviceDescription":"service","serviceInvariantUUID":"d2498e70-a483-4840-b460-685f99ad0bec","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3587282d-54f5-4da1-a73a-6c11a04ca6df","resourceInvariantUUID":"4d4a3ff3-baca-4b13-b544-1c263d228a3b","resourceCustomizationUUID":"2a4e1c33-baec-43e9-b687-aaa514c5ba47","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":"ZGEwODEyYWUzM2ZkYjQyNmQ0OTlmOTg3MjFkODA0NWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4d9f86f-2f6d-4d1c-aa84-aaab87f6ea74","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":"ZmFmNzg3ODlhY2U5MTc1NjllNzEyMjA3M2JlYmJkMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be4c3235-7b24-4df1-bf81-abddf0329a92","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":"04609c7c-3567-423f-ac96-f4ee063bb596","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":"6231e6fe-6f4a-41bb-b227-c7d13584fe58","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":"285bac2c-e238-4f61-b44b-eb34ca4be99f","artifactVersion":"2","generatedFromUUID":"5c082ebc-8459-439e-a420-579528122ac7"},{"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":"83d6e0dd-0186-4320-8e37-293b672c2f7b","artifactVersion":"2","generatedFromUUID":"04609c7c-3567-423f-ac96-f4ee063bb596"},{"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":"5c082ebc-8459-439e-a420-579528122ac7","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":"878c65b5-c6e3-4dfc-ab86-d26626205125","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":"ZDgyOWM5ZTQ3YjU1YWJkNTU3NTIwNmYwYzBkODU4NjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76e7cd29-c150-497e-a2c7-d8dce79ec30f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Nzk4ZjIyYzE1ZTNmZTdjYWU3YTJhOWYxYTBkYmQyYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a5166728-b94b-4029-8d2f-31af64d00cd9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T07:59:47.783Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:59:47.783Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:47.783Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:47.783Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T07:59:48.784Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:59:48.784Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:48.784Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:48.784Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T07:59:49.785Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:59:49.786Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:49.786Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:49.786Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T07:59:50.786Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:59:50.787Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:50.787Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:50.787Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T07:59:51.788Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:59:51.788Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:51.788Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:51.788Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T07:59:52.789Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:59:52.789Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:52.789Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:52.789Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T07:59:53.790Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:59:53.790Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:53.791Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:53.791Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T07:59:54.792Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:59:54.792Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:54.792Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:54.792Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T07:59:55.793Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:59:55.793Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:55.793Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:55.793Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T07:59:56.794Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T07:59:56.794Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:56.794Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:56.795Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T07:59:57.795Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5db69c29-4878-4857-8549-92154e5017b7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d2498e70-a483-4840-b460-685f99ad0bec",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "2a4e1c33-baec-43e9-b687-aaa514c5ba47",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3587282d-54f5-4da1-a73a-6c11a04ca6df",
      "resourceInvariantUUID": "4d4a3ff3-baca-4b13-b544-1c263d228a3b",
      "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": "ZmFmNzg3ODlhY2U5MTc1NjllNzEyMjA3M2JlYmJkMTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "be4c3235-7b24-4df1-bf81-abddf0329a92",
          "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": "04609c7c-3567-423f-ac96-f4ee063bb596",
          "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": "83d6e0dd-0186-4320-8e37-293b672c2f7b",
            "generatedFromUUID": "04609c7c-3567-423f-ac96-f4ee063bb596"
          },
          "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": "285bac2c-e238-4f61-b44b-eb34ca4be99f",
          "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": "83d6e0dd-0186-4320-8e37-293b672c2f7b",
          "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": "5c082ebc-8459-439e-a420-579528122ac7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Nzk4ZjIyYzE1ZTNmZTdjYWU3YTJhOWYxYTBkYmQyYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a5166728-b94b-4029-8d2f-31af64d00cd9"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T07:59:57.796Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T07:59:57.796Z|a2623c34-c0a0-4673-8207-8bd402f0c55d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5db69c29-4878-4857-8549-92154e5017b7 ASDC
2023-03-27T07:59:57.796Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b6ef30bd-e7e6-4686-b045-d92b84d9994d
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:5db69c29-4878-4857-8549-92154e5017b7
ServiceInvariantUUID:d2498e70-a483-4840-b460-685f99ad0bec
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:a5166728-b94b-4029-8d2f-31af64d00cd9
ArtifactChecksum:Nzk4ZjIyYzE1ZTNmZTdjYWU3YTJhOWYxYTBkYmQyYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:2a4e1c33-baec-43e9-b687-aaa514c5ba47
ResourceInvariantUUID:4d4a3ff3-baca-4b13-b544-1c263d228a3b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:3587282d-54f5-4da1-a73a-6c11a04ca6df
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:be4c3235-7b24-4df1-bf81-abddf0329a92
ArtifactChecksum:ZmFmNzg3ODlhY2U5MTc1NjllNzEyMjA3M2JlYmJkMTg=
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:04609c7c-3567-423f-ac96-f4ee063bb596
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:83d6e0dd-0186-4320-8e37-293b672c2f7b
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:285bac2c-e238-4f61-b44b-eb34ca4be99f
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:83d6e0dd-0186-4320-8e37-293b672c2f7b
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:5c082ebc-8459-439e-a420-579528122ac7
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T07:59:57.796Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5db69c29-4878-4857-8549-92154e5017b7 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-27T07:59:57.818Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:59:57.818Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T07:59:57.818Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T07:59:57.818Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-27T07:59:57.819Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-27T07:59:57.819Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-27T07:59:58.140Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-27T07:59:58.146Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a5166728-b94b-4029-8d2f-31af64d00cd9 163278
2023-03-27T07:59:58.147Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-27T07:59:58.147Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-27T07:59:58.147Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-27T07:59:58.147Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T07:59:58.147Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T07:59:58.147Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903998147,
  "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-27T07:59:59.148Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T07:59:59.149Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T07:59:59.149Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a5166728-b94b-4029-8d2f-31af64d00cd9, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:59:59.149Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-27T07:59:59.150Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:59:59.150Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T07:59:59.293Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13438926592979829677/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-27T08:00:00.164Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-27T08:00:00.164Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-27T08:00:00.164Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T08:00:00.164Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-27T08:00:00.164Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T08:00:00.164Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T08:00:00.164Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T08:00:00.164Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-27T08:00:00.164Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-27T08:00:00.164Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T08:00:00.165Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T08:00:00.165Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T08:00:00.165Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-27T08:00:00.165Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T08:00:00.165Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T08:00:00.165Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T08:00:00.165Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T08:00:00.165Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-27T08:00:00.165Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-27T08:00:00.165Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T08:00:00.165Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T08:00:00.165Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T08:00:00.165Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-27T08:00:00.165Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-27T08:00:00.165Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-27T08:00:00.165Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-27T08:00:00.165Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T08:00:00.165Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-27T08:00:00.166Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T08:00:00.166Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T08:00:00.166Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T08:00:00.166Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T08:00:00.166Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T08:00:00.166Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T08:00:00.166Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T08:00:00.166Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T08:00:00.166Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T08:00:00.166Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T08:00:00.166Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-27T08:00:00.166Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-27T08:00:00.166Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T08:00:00.166Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-27T08:00:00.166Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-27T08:00:00.166Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c68f858a-0ebd-479d-ba88-b3ca6d316cbd
2023-03-27T08:00:00.167Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T08:00:00.167Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T08:00:00.167Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T08:00:00.167Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T08:00:00.167Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T08:00:00.167Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T08:00:00.167Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-27T08:00:00.167Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-27T08:00:00.167Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:5db69c29-4878-4857-8549-92154e5017b7
Model Version:NULL
Model InvariantUuid:d2498e70-a483-4840-b460-685f99ad0bec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:33e445aa-9903-4a5e-b3d3-8cd63cb65a8a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4d4a3ff3-baca-4b13-b544-1c263d228a3b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2a4e1c33-baec-43e9-b687-aaa514c5ba47
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:629bd09c-14f7-478b-95cc-9ce5ea60f27b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:bd592aef-aa44-493a-b333-753982b10931
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:f5110d65-cd6e-44b6-8948-f321f1bf1c03
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e83320a1-3011-45e9-a4e5-027894534661
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c68f858a-0ebd-479d-ba88-b3ca6d316cbd
ModelInvariantUuid:7c546e16-938c-4f5f-9ee4-ac2f2313dc09
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:dd2b4992-f375-4565-aa32-b219deed4c8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:9c4d9637-7d2f-47c0-bcfa-542a3dfe8b8c
ModelInvariantUuid:92fc1ae5-92f8-4bad-affa-bde363f0a981
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a059bed1-2b84-4497-b82a-59715d1d3a73
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-27T08:00:00.202Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||ERROR|500||Csar with UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 already exists
2023-03-27T08:00:00.202Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||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-27T08:00:00.202Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||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: a5166728-b94b-4029-8d2f-31af64d00cd9 already exists)
2023-03-27T08:00:00.202Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T08:00:00.203Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:00:00.203Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:00:00.203Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904000202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T08:00:01.204Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||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-27T08:00:01.204Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||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: 3587282d-54f5-4da1-a73a-6c11a04ca6df already exists)
2023-03-27T08:00:01.204Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T08:00:01.204Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:00:01.204Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:00:01.204Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904001204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3587282d-54f5-4da1-a73a-6c11a04ca6df already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T08:00:02.206Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T08:00:02.220Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T08:00:02.223Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T08:00:02.223Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T08:00:02.223Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T08:00:02.223Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T08:00:02.223Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T08:00:02.223Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T08:00:02.223Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T08:00:02.223Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T08:00:02.224Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T08:00:02.233Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T08:00:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T08:00:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:00:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:00:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:00:32.233Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d 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-27T08:00:32.241Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b6ef30bd-e7e6-4686-b045-d92b84d9994d and serviceModelVersionId: 5db69c29-4878-4857-8549-92154e5017b7
2023-03-27T08:00:32.242Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2498e70-a483-4840-b460-685f99ad0bec
2023-03-27T08:00:32.242Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0
2023-03-27T08:00:32.245Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T08:00:32.256Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|INFO|500||Invoke
2023-03-27T08:00:32.256Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b6ef30bd-e7e6-4686-b045-d92b84d9994d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d2b1ed1f-2cce-4626-8527-430e859dac69], X-ECOMP-RequestID=[b6ef30bd-e7e6-4686-b045-d92b84d9994d], X-TransactionId=[], X-ONAP-RequestID=[b6ef30bd-e7e6-4686-b045-d92b84d9994d], Content-Type=[application/merge-patch+json]}
2023-03-27T08:00:32.262Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T08:00:32.433Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?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/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 08:00:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[167], vertex-id=[200808], x-aai-txid=[1-aai-resources-230327-08:00:32:537-52026], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T08:00:32.433Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T08:00:32.435Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2498e70-a483-4840-b460-685f99ad0bec/model-vers/model-ver/5db69c29-4878-4857-8549-92154e5017b7?depth=0|INFO|500||InvokeReturn
2023-03-27T08:00:32.435Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T08:00:32.435Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T08:00:32.446Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T08:00:32.446Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b6ef30bd-e7e6-4686-b045-d92b84d9994d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T08:00:32.446Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T08:00:32.446Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:00:32.446Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:00:32.446Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904032446,
  "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-27T08:00:33.467Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-27T08:00:33.467Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"e3417ef5-3b41-4758-ae5f-7ba4d01c0af0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0922484c-c6e0-4495-9019-dbfb0b0a235e","serviceDescription":"service","serviceInvariantUUID":"fc8e86ba-2a91-4747-8a35-c3886f28bacb","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22e67af8-2d8d-4a40-afbf-f5aff5f92dfc","resourceInvariantUUID":"a8fb0cf7-a7ef-4816-a1fc-02cdbf7d0dc2","resourceCustomizationUUID":"a5c545a2-577a-4ce9-9290-5757df5641cc","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":"MTk2MWY5MWRhNjZhMTI4OGUzYzBjYzE3NDVkNDRmMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d762d588-a610-4429-a313-58a23a43386f","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":"NTQ3MGU5NjhlNDQ0NzE5OWZjYTdmZDk3OTIzMTAzYzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"521bf78b-8c69-42dd-b2fa-da978faf3a98","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":"2d284b6d-0190-44f2-b19e-a97bbcfacb71","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":"6d049835-8c05-4e82-b5b0-fb1544509d6a","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":"d7e4c399-f5d3-4e8b-b09e-434533da9442","artifactVersion":"2","generatedFromUUID":"2d284b6d-0190-44f2-b19e-a97bbcfacb71"},{"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":"MTQ0NzJiN2Q1NjI4YjJmYTFlMTU4MGJhNTZiYWUyNTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d6bedadd-0e88-494c-89ba-f65e5bb7859c","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":"ZTJlYTFiOWNkMGRiNTJjZDkzMzU3OWQ2MTg2Y2ViZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf195fad-fd0d-4bac-881e-0a44cb25998f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OGMxZDdmNzIyNjc2MWI3ZDc5NTNjZjUwNTYwNDlmYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T08:00:33.467Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:00:33.467Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:00:33.468Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:00:33.468Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:00:34.468Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:00:34.469Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:00:34.469Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:00:34.469Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:00:35.470Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:00:35.470Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:00:35.470Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:00:35.470Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:00:36.471Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:00:36.471Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:00:36.471Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:00:36.471Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:00:37.472Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:00:37.472Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:00:37.472Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:00:37.473Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:00:38.473Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:00:38.473Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:00:38.473Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:00:38.474Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:00:39.474Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:00:39.475Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:00:39.475Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:00:39.475Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:00:40.475Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:00:40.476Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:00:40.476Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:00:40.476Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T08:00:41.477Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0922484c-c6e0-4495-9019-dbfb0b0a235e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fc8e86ba-2a91-4747-8a35-c3886f28bacb",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "a5c545a2-577a-4ce9-9290-5757df5641cc",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "22e67af8-2d8d-4a40-afbf-f5aff5f92dfc",
      "resourceInvariantUUID": "a8fb0cf7-a7ef-4816-a1fc-02cdbf7d0dc2",
      "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": "NTQ3MGU5NjhlNDQ0NzE5OWZjYTdmZDk3OTIzMTAzYzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "521bf78b-8c69-42dd-b2fa-da978faf3a98",
          "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": "2d284b6d-0190-44f2-b19e-a97bbcfacb71",
          "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": "d7e4c399-f5d3-4e8b-b09e-434533da9442",
            "generatedFromUUID": "2d284b6d-0190-44f2-b19e-a97bbcfacb71"
          },
          "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": "d7e4c399-f5d3-4e8b-b09e-434533da9442",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OGMxZDdmNzIyNjc2MWI3ZDc5NTNjZjUwNTYwNDlmYzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T08:00:41.477Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T08:00:41.477Z|b6ef30bd-e7e6-4686-b045-d92b84d9994d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0922484c-c6e0-4495-9019-dbfb0b0a235e ASDC
2023-03-27T08:00:41.477Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0922484c-c6e0-4495-9019-dbfb0b0a235e
ServiceInvariantUUID:fc8e86ba-2a91-4747-8a35-c3886f28bacb
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:73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34
ArtifactChecksum:OGMxZDdmNzIyNjc2MWI3ZDc5NTNjZjUwNTYwNDlmYzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:a5c545a2-577a-4ce9-9290-5757df5641cc
ResourceInvariantUUID:a8fb0cf7-a7ef-4816-a1fc-02cdbf7d0dc2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:22e67af8-2d8d-4a40-afbf-f5aff5f92dfc
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:521bf78b-8c69-42dd-b2fa-da978faf3a98
ArtifactChecksum:NTQ3MGU5NjhlNDQ0NzE5OWZjYTdmZDk3OTIzMTAzYzU=
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:2d284b6d-0190-44f2-b19e-a97bbcfacb71
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:d7e4c399-f5d3-4e8b-b09e-434533da9442
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:d7e4c399-f5d3-4e8b-b09e-434533da9442
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-27T08:00:41.477Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0922484c-c6e0-4495-9019-dbfb0b0a235e 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-27T08:00:41.509Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T08:00:41.510Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T08:00:41.510Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T08:00:41.510Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-27T08:00:41.510Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-27T08:00:41.511Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-27T08:00:41.533Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-27T08:00:41.533Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1fcaf5e
2023-03-27T08:00:41.533Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T08:00:41.534Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-27T08:00:41.534Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T08:00:41.534Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||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-27T08:00:41.534Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||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-27T08:00:41.534Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T08:00:41.535Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:00:41.535Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:00:41.535Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904041534,
  "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-27T08:00:42.535Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||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:73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34)
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-27T08:00:42.580Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||ERROR|500||Csar with UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 already exists
2023-03-27T08:00:42.580Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||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-27T08:00:42.580Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||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: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 already exists)
2023-03-27T08:00:42.580Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T08:00:42.580Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:00:42.580Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:00:42.581Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904042580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T08:00:43.581Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||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-27T08:00:43.582Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||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: 22e67af8-2d8d-4a40-afbf-f5aff5f92dfc already exists)
2023-03-27T08:00:43.582Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T08:00:43.582Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:00:43.582Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:00:43.582Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904043581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22e67af8-2d8d-4a40-afbf-f5aff5f92dfc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T08:00:44.583Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T08:00:44.600Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T08:00:44.602Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T08:00:44.602Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T08:00:44.602Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T08:00:44.602Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T08:00:44.602Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T08:00:44.602Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T08:00:44.602Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T08:00:44.602Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T08:00:44.602Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T08:00:44.610Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T08:01:08.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T08:01:08.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:01:08.218Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/resourceInstances/pnf035dda5de50d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:01:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:01:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:01:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:01:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:01:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:01:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T08:01:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:01:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:01:08.219Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903952765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T08:01:08.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:01:08.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903954521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 95090021-a94f-4d6c-99a3-75e3f0de68ed already exists"
}
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903955522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPbwrkqcwjqybrw6lyjid/1.0/artifacts/service-DemoPnfPbwrkqcwjqybrw6lyjid-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: ed4aaad3-22fb-4764-94bc-f857208b0501 already exists"
}
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2623c34-c0a0-4673-8207-8bd402f0c55d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903986760,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:01:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:01:08.221Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-27T08:01:08.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:01:08.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:01:08.221Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-27T08:01:08.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:01:08.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:01:08.221Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:01:08.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:01:08.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:01:08.221Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:01:08.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:01:08.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:01:08.221Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T08:01:08.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:01:08.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:01:08.221Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903998147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-27T08:01:08.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:01:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:01:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904000202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a5166728-b94b-4029-8d2f-31af64d00cd9 already exists"
}
2023-03-27T08:01:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:01:08.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-27T08:01:08.222Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904001204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3587282d-54f5-4da1-a73a-6c11a04ca6df already exists"
}
2023-03-27T08:01:08.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:01:14.610Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 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-27T08:01:14.620Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 and serviceModelVersionId: 0922484c-c6e0-4495-9019-dbfb0b0a235e
2023-03-27T08:01:14.620Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc8e86ba-2a91-4747-8a35-c3886f28bacb
2023-03-27T08:01:14.621Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0
2023-03-27T08:01:14.629Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T08:01:14.646Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|INFO|500||Invoke
2023-03-27T08:01:14.646Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e3417ef5-3b41-4758-ae5f-7ba4d01c0af0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d5ee3d7-a984-4899-b1bc-f5128448a9bc], X-ECOMP-RequestID=[e3417ef5-3b41-4758-ae5f-7ba4d01c0af0], X-TransactionId=[], X-ONAP-RequestID=[e3417ef5-3b41-4758-ae5f-7ba4d01c0af0], Content-Type=[application/merge-patch+json]}
2023-03-27T08:01:14.655Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T08:01:14.782Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?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/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 08:01:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[249928], x-aai-txid=[2-aai-resources-230327-08:01:14:931-25748], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T08:01:14.782Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T08:01:14.783Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fc8e86ba-2a91-4747-8a35-c3886f28bacb/model-vers/model-ver/0922484c-c6e0-4495-9019-dbfb0b0a235e?depth=0|INFO|500||InvokeReturn
2023-03-27T08:01:14.783Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T08:01:14.783Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T08:01:14.789Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T08:01:14.790Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3417ef5-3b41-4758-ae5f-7ba4d01c0af0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T08:01:14.790Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T08:01:14.790Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:01:14.790Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:01:14.790Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904074790,
  "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-27T08:01:15.812Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-27T08:01:15.812Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"4ea60221-fafe-4146-a40a-1e53a7609760","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6ad39928-cef3-4501-b97b-1f279fe0b99e","serviceDescription":"service","serviceInvariantUUID":"97d6924d-25ed-4c3f-a80f-5f86c649040a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3631eeb1-3027-4b6e-af5c-33622d466c18","resourceInvariantUUID":"19b2af55-44ab-4db0-8b71-a3a12d7dd8bf","resourceCustomizationUUID":"638e2869-cd11-45f5-a35e-88e90047411e","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":"YzQ4MGEyZDhiMDBiZDUzZDFlZGE5NzMyYjdmNTFiMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"109aabf0-5283-4868-996f-2b53a1022d81","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":"d7e9a587-452e-4a6a-8322-1de213042c96","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":"456e8757-02b8-49af-abe9-a4f4128666ca","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":"OTU1NjBjNWIwMzk3MGJiZWZmNTQ3MGEwNDhlMzIzOWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"72c1ea79-83fe-42f7-9991-80f107d0855b","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":"599188de-94f7-4849-a30f-911760d9ade3","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":"dd5de4bf-89be-448c-a5c6-b605048525b0","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":"177ca76d-90ad-4b0c-9b69-86a2a9ee2bfd","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":"Njg2YTAxMmM5Mjg3YmYxODI2YTZlZmEzYTZjNmE2NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bad55088-56bf-41e0-9221-4ccb364a1b0c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDEyNGFjYTY4MTYyYTQ3MmU4MWQxYWY4OWZkOWI2NmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74678de5-c1da-4671-8db9-3fbf93c6ebd2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T08:01:15.812Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:01:15.813Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:01:15.813Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:01:15.813Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:01:16.813Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:01:16.814Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:01:16.814Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:01:16.814Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:01:17.815Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:01:17.815Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:01:17.815Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:01:17.815Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:01:18.816Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:01:18.816Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:01:18.816Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:01:18.816Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:01:19.817Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:01:19.817Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:01:19.818Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:01:19.818Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:01:20.818Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:01:20.819Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:01:20.819Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:01:20.819Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:01:21.819Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:01:21.820Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:01:21.820Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:01:21.820Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:01:22.821Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:01:22.821Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:01:22.821Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:01:22.821Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:01:23.822Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:01:23.822Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:01:23.822Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:01:23.822Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T08:01:24.823Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6ad39928-cef3-4501-b97b-1f279fe0b99e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "97d6924d-25ed-4c3f-a80f-5f86c649040a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "638e2869-cd11-45f5-a35e-88e90047411e",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3631eeb1-3027-4b6e-af5c-33622d466c18",
      "resourceInvariantUUID": "19b2af55-44ab-4db0-8b71-a3a12d7dd8bf",
      "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": "ZDEyNGFjYTY4MTYyYTQ3MmU4MWQxYWY4OWZkOWI2NmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "74678de5-c1da-4671-8db9-3fbf93c6ebd2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T08:01:24.823Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T08:01:24.824Z|e3417ef5-3b41-4758-ae5f-7ba4d01c0af0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ad39928-cef3-4501-b97b-1f279fe0b99e ASDC
2023-03-27T08:01:24.824Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4ea60221-fafe-4146-a40a-1e53a7609760
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6ad39928-cef3-4501-b97b-1f279fe0b99e
ServiceInvariantUUID:97d6924d-25ed-4c3f-a80f-5f86c649040a
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:74678de5-c1da-4671-8db9-3fbf93c6ebd2
ArtifactChecksum:ZDEyNGFjYTY4MTYyYTQ3MmU4MWQxYWY4OWZkOWI2NmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:638e2869-cd11-45f5-a35e-88e90047411e
ResourceInvariantUUID:19b2af55-44ab-4db0-8b71-a3a12d7dd8bf
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:3631eeb1-3027-4b6e-af5c-33622d466c18
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T08:01:24.824Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ad39928-cef3-4501-b97b-1f279fe0b99e 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-27T08:01:24.854Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T08:01:24.855Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T08:01:24.855Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T08:01:24.855Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T08:01:24.855Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-27T08:01:24.855Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T08:01:24.880Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-27T08:01:24.880Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5a730b36
2023-03-27T08:01:24.880Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T08:01:24.880Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-27T08:01:24.880Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 74678de5-c1da-4671-8db9-3fbf93c6ebd2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T08:01:24.880Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||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-27T08:01:24.880Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||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-27T08:01:24.881Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T08:01:24.881Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:01:24.881Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:01:24.881Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904084880,
  "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-27T08:01:25.881Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||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:74678de5-c1da-4671-8db9-3fbf93c6ebd2)
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-27T08:01:25.921Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||ERROR|500||Csar with UUID: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 already exists
2023-03-27T08:01:25.921Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||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-27T08:01:25.921Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||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: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 already exists)
2023-03-27T08:01:25.921Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T08:01:25.922Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:01:25.922Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:01:25.922Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904085921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T08:01:26.923Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||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-27T08:01:26.923Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||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: 3631eeb1-3027-4b6e-af5c-33622d466c18 already exists)
2023-03-27T08:01:26.923Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T08:01:26.924Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:01:26.924Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:01:26.924Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904086923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3631eeb1-3027-4b6e-af5c-33622d466c18 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T08:01:27.924Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ea60221-fafe-4146-a40a-1e53a7609760
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T08:01:27.940Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ea60221-fafe-4146-a40a-1e53a7609760
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T08:01:27.942Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T08:01:27.942Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T08:01:27.942Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T08:01:27.942Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T08:01:27.942Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T08:01:27.942Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T08:01:27.942Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T08:01:27.942Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T08:01:27.942Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-27T08:01:27.949Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T08:01:57.949Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ea60221-fafe-4146-a40a-1e53a7609760 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-27T08:01:57.958Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ea60221-fafe-4146-a40a-1e53a7609760 and serviceModelVersionId: 6ad39928-cef3-4501-b97b-1f279fe0b99e
2023-03-27T08:01:57.959Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97d6924d-25ed-4c3f-a80f-5f86c649040a
2023-03-27T08:01:57.959Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0
2023-03-27T08:01:57.965Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T08:01:57.982Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?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-27T08:01:57.983Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|INFO|500||Invoke
2023-03-27T08:01:57.990Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-27T08:01:58.109Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0|INFO|500||InvokeReturn
2023-03-27T08:01:58.109Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/97d6924d-25ed-4c3f-a80f-5f86c649040a/model-vers/model-ver/6ad39928-cef3-4501-b97b-1f279fe0b99e?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 08:01:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[115], vertex-id=[258120], x-aai-txid=[0-aai-resources-230327-08:01:58:265-43825], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T08:01:58.110Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T08:01:58.110Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T08:01:58.110Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T08:01:58.120Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T08:01:58.121Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ea60221-fafe-4146-a40a-1e53a7609760 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-27T08:01:58.121Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T08:01:58.121Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:01:58.121Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:01:58.122Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904118121,
  "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-27T08:01:59.141Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-27T08:01:59.141Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"9c29cf5c-3049-4479-9d46-5403e725b90b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3ca56329-1add-4b75-aa1d-2a4aae1bcde4","serviceDescription":"service","serviceInvariantUUID":"e9db35f9-616b-4cba-8085-897d0adf623d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c35d429d-72dc-46e5-8970-8f705035d60b","resourceInvariantUUID":"5be33205-b013-44c3-a012-2f24b5da1417","resourceCustomizationUUID":"96560140-aa0c-4563-86ef-942bc2960a2d","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":"Yjg1MzhmZDJmZGMwY2FiZDdlOGNjYzFiYWRkZTRkMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e628c0bd-761f-46bd-adbb-a0856a8df924","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":"d9c1a2fb-cc6e-443e-a40a-c0abf2107ad0","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":"b1c4f50b-23cf-4322-b4af-f6bee042e3b2","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":"MTIwMzZlMGQ5MDFjOTdhMzM5NmIyMGY4ZGJlZjliOWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1f912547-3437-492c-9288-107b9324f5e3","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":"36809441-0ffd-4e21-acab-38e022185f17","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":"b97f0a47-5b67-4823-b290-785f11c4a342","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":"abc559d2-ff3e-4bd4-8ec7-ff967efe0ed0","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":"ZjBjZjExYmRjYmNkYTQ3NjA3MWRmNTdlZTYwNjRlYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7ef63c3a-ae88-42ac-9b5b-0472522095ea","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Nzk5MWZjMWRkYTNiMjQzZWRlYzIzMmIxMzAxNzA4YzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f8d7198-1ede-4a0e-9591-5558696cb6a0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T08:01:59.141Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:01:59.141Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:01:59.141Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:01:59.142Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:02:00.142Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:02:00.142Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:00.142Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:00.142Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:02:01.143Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:02:01.143Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:01.144Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:01.144Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:02:02.145Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:02:02.145Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:02.145Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:02.145Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:02:03.146Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:02:03.146Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:03.146Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:03.146Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:02:04.147Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:02:04.147Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:04.147Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:04.147Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:02:05.148Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:02:05.148Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:05.148Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:05.148Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:02:06.149Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:02:06.149Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:06.150Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:06.150Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:02:07.151Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:02:07.151Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:07.151Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:07.151Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T08:02:08.152Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3ca56329-1add-4b75-aa1d-2a4aae1bcde4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e9db35f9-616b-4cba-8085-897d0adf623d",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "96560140-aa0c-4563-86ef-942bc2960a2d",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c35d429d-72dc-46e5-8970-8f705035d60b",
      "resourceInvariantUUID": "5be33205-b013-44c3-a012-2f24b5da1417",
      "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": "Nzk5MWZjMWRkYTNiMjQzZWRlYzIzMmIxMzAxNzA4YzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3f8d7198-1ede-4a0e-9591-5558696cb6a0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T08:02:08.153Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T08:02:08.153Z|4ea60221-fafe-4146-a40a-1e53a7609760|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3ca56329-1add-4b75-aa1d-2a4aae1bcde4 ASDC
2023-03-27T08:02:08.153Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9c29cf5c-3049-4479-9d46-5403e725b90b
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3ca56329-1add-4b75-aa1d-2a4aae1bcde4
ServiceInvariantUUID:e9db35f9-616b-4cba-8085-897d0adf623d
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:3f8d7198-1ede-4a0e-9591-5558696cb6a0
ArtifactChecksum:Nzk5MWZjMWRkYTNiMjQzZWRlYzIzMmIxMzAxNzA4YzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:96560140-aa0c-4563-86ef-942bc2960a2d
ResourceInvariantUUID:5be33205-b013-44c3-a012-2f24b5da1417
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c35d429d-72dc-46e5-8970-8f705035d60b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T08:02:08.153Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ca56329-1add-4b75-aa1d-2a4aae1bcde4 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-27T08:02:08.179Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T08:02:08.180Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T08:02:08.180Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T08:02:08.180Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3f8d7198-1ede-4a0e-9591-5558696cb6a0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T08:02:08.180Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-27T08:02:08.180Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T08:02:08.197Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-27T08:02:08.197Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3d7d74d1
2023-03-27T08:02:08.197Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T08:02:08.197Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-27T08:02:08.197Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3f8d7198-1ede-4a0e-9591-5558696cb6a0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T08:02:08.197Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||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-27T08:02:08.197Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||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-27T08:02:08.197Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T08:02:08.197Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:08.198Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:08.198Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904128197,
  "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-27T08:02:08.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T08:02:08.217Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T08:02:08.232Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T08:02:08.232Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] (Re-)joining group
2023-03-27T08:02:08.237Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully joined group with generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T08:02:08.238Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Finished assignment for group at generation 32: {SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221=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-27T08:02:08.252Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Successfully synced group in generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f-26116f0d-c632-49b0-bdd9-bf8e6e601221', protocol='range'}
2023-03-27T08:02:08.252Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T08:02:08.253Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T08:02:08.257Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T08:02:08.258Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T08:02:08.258Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T08:02:08.258Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1674, 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-27T08:02:08.258Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T08:02:08.258Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, 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-27T08:02:09.199Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||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:3f8d7198-1ede-4a0e-9591-5558696cb6a0)
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-27T08:02:09.216Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||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-27T08:02:09.217Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: c35d429d-72dc-46e5-8970-8f705035d60b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T08:02:09.225Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||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-27T08:02:09.248Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 c35d429d-72dc-46e5-8970-8f705035d60b test-pnf
2023-03-27T08:02:09.248Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 3ca56329-1add-4b75-aa1d-2a4aae1bcde4
2023-03-27T08:02:09.248Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3ca56329-1add-4b75-aa1d-2a4aae1bcde4
2023-03-27T08:02:09.248Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c35d429d-72dc-46e5-8970-8f705035d60b 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-27T08:02:09.255Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||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$$562f1e70.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-27T08:02:09.271Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||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$$562f1e70.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-27T08:02:09.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.274Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b6ef30bd-e7e6-4686-b045-d92b84d9994d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904032446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T08:02:09.275Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.275Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:02:09.275Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.276Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-27T08:02:09.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.276Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-27T08:02:09.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.276Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:02:09.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.276Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-27T08:02:09.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.277Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:02:09.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.277Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:02:09.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.277Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T08:02:09.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.278Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904041534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T08:02:09.278Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.278Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf c35d429d-72dc-46e5-8970-8f705035d60b 0 ASDC deployResourceStructure
2023-03-27T08:02:09.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.278Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904042580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 73d6b8b6-c0b3-40c0-8dd3-8a63b0629a34 already exists"
}
2023-03-27T08:02:09.278Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.278Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||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$$562f1e70.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-27T08:02:09.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.279Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904043581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22e67af8-2d8d-4a40-afbf-f5aff5f92dfc already exists"
}
2023-03-27T08:02:09.279Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.279Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||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-27T08:02:09.279Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "e3417ef5-3b41-4758-ae5f-7ba4d01c0af0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904074790,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T08:02:09.279Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||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-27T08:02:09.279Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.279Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T08:02:09.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.279Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:02:09.279Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.279Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:09.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.280Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:09.280Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:02:09.280Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904129279,
  "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-27T08:02:09.280Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.280Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:02:09.280Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.280Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:02:09.280Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.280Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:02:09.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.281Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:02:09.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.281Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:02:09.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.281Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:02:09.282Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.282Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T08:02:09.282Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.282Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904084880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T08:02:09.282Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.282Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904085921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 74678de5-c1da-4671-8db9-3fbf93c6ebd2 already exists"
}
2023-03-27T08:02:09.283Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.283Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904086923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3631eeb1-3027-4b6e-af5c-33622d466c18 already exists"
}
2023-03-27T08:02:09.283Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.283Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4ea60221-fafe-4146-a40a-1e53a7609760",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904118121,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-27T08:02:09.283Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.283Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:02:09.283Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.284Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:02:09.284Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.284Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:02:09.284Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.284Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:02:09.284Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.285Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:02:09.285Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.285Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:02:09.285Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.285Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:02:09.285Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.285Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-27T08:02:09.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.286Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-27T08:02:09.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:09.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:02:09.286Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904128197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-27T08:02:09.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:02:10.282Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c29cf5c-3049-4479-9d46-5403e725b90b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T08:02:10.291Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c29cf5c-3049-4479-9d46-5403e725b90b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T08:02:10.292Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T08:02:10.292Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T08:02:10.292Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T08:02:10.293Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T08:02:10.293Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T08:02:10.293Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T08:02:10.293Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T08:02:10.293Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-27T08:02:10.293Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||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-27T08:02:10.297Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T08:02:40.297Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c29cf5c-3049-4479-9d46-5403e725b90b 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-27T08:02:40.300Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c29cf5c-3049-4479-9d46-5403e725b90b and serviceModelVersionId: 3ca56329-1add-4b75-aa1d-2a4aae1bcde4
2023-03-27T08:02:40.301Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9db35f9-616b-4cba-8085-897d0adf623d
2023-03-27T08:02:40.301Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0
2023-03-27T08:02:40.307Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T08:02:40.325Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0|INFO|500||Invoke
2023-03-27T08:02:40.325Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9c29cf5c-3049-4479-9d46-5403e725b90b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[07177698-ff94-4feb-aa90-92d6f3be3402], X-ECOMP-RequestID=[9c29cf5c-3049-4479-9d46-5403e725b90b], X-TransactionId=[], X-ONAP-RequestID=[9c29cf5c-3049-4479-9d46-5403e725b90b], Content-Type=[application/merge-patch+json]}
2023-03-27T08:02:40.333Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T08:02:40.466Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?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/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 08:02:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[221248], x-aai-txid=[0-aai-resources-230327-08:02:40:609-39366], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T08:02:40.467Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-27T08:02:40.467Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e9db35f9-616b-4cba-8085-897d0adf623d/model-vers/model-ver/3ca56329-1add-4b75-aa1d-2a4aae1bcde4?depth=0|INFO|500||InvokeReturn
2023-03-27T08:02:40.467Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T08:02:40.467Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T08:02:40.474Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T08:02:40.474Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c29cf5c-3049-4479-9d46-5403e725b90b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-27T08:02:40.474Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T08:02:40.475Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:40.475Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:40.475Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904160474,
  "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-27T08:02:41.496Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-27T08:02:41.497Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"4773ba05-a5da-429d-9849-0a6685732bc6","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"bb3adfbc-f7b0-4665-bcf9-377189ea60d3","serviceDescription":"service","serviceInvariantUUID":"a487b293-efba-47e4-8061-8a540fb2499b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f","resourceInvariantUUID":"34681784-351d-420d-9734-25a4bdf3ba44","resourceCustomizationUUID":"4354223c-5265-4542-9896-c29dbdb94552","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":"ZDVkNDEzZGVlODk1ODY3ZWNkMThhYjdlNzEzNWU5MDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c38538c7-d3df-4cda-9c72-2b7e40111739","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":"decd6d68-9bdf-4e1c-8168-9d6793ea447b","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":"eecfa8b4-7620-434e-b3bc-a7196b319c52","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":"ZjMzMjQ1ZjA5OTBlZDljYzMwOTI0YjhhNDNkODBjMGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"60a5fc09-61ef-44ac-abd0-3d0e133bf869","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":"5565823c-44d2-49d0-a852-e46751efa227","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":"51dec90d-f7c6-4e96-81b4-844856fbc8e8","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":"370d7203-387a-4bf4-b7c3-182fff83ab21","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":"NjAxYTE5MWU4MDlhYTdhZjM3ZWQ3NjlkM2JjZDkxMjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93aa31e4-cd11-4e43-a6e5-f46981f04024","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDE3YWMwMGRmNTYyNzY5YTQ2Y2M4NmYxMmEwOWVjNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ce156c5c-cb64-4c52-8e9a-ad51b2f57823","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-27T08:02:41.497Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:02:41.497Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:41.497Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:41.497Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:02:42.499Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:02:42.499Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:42.499Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:42.499Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:02:43.501Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:02:43.501Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:43.501Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:43.501Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:02:44.503Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:02:44.503Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:44.503Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:44.503Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:02:45.504Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:02:45.505Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:45.505Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:45.505Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:02:46.506Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:02:46.506Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:46.506Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:46.506Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:02:47.507Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:02:47.507Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:47.507Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:47.508Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:02:48.509Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:02:48.509Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:48.509Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:48.509Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "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-27T08:02:49.510Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-27T08:02:49.510Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:49.510Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:49.511Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679903424023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T08:02:50.512Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bb3adfbc-f7b0-4665-bcf9-377189ea60d3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a487b293-efba-47e4-8061-8a540fb2499b",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "4354223c-5265-4542-9896-c29dbdb94552",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f",
      "resourceInvariantUUID": "34681784-351d-420d-9734-25a4bdf3ba44",
      "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": "MDE3YWMwMGRmNTYyNzY5YTQ2Y2M4NmYxMmEwOWVjNWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ce156c5c-cb64-4c52-8e9a-ad51b2f57823"
    }
  ],
  "workloadContext": "Production"
}
2023-03-27T08:02:50.512Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-27T08:02:50.513Z|9c29cf5c-3049-4479-9d46-5403e725b90b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bb3adfbc-f7b0-4665-bcf9-377189ea60d3 ASDC
2023-03-27T08:02:50.513Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4773ba05-a5da-429d-9849-0a6685732bc6
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:bb3adfbc-f7b0-4665-bcf9-377189ea60d3
ServiceInvariantUUID:a487b293-efba-47e4-8061-8a540fb2499b
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:ce156c5c-cb64-4c52-8e9a-ad51b2f57823
ArtifactChecksum:MDE3YWMwMGRmNTYyNzY5YTQ2Y2M4NmYxMmEwOWVjNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:4354223c-5265-4542-9896-c29dbdb94552
ResourceInvariantUUID:34681784-351d-420d-9734-25a4bdf3ba44
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-27T08:02:50.513Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bb3adfbc-f7b0-4665-bcf9-377189ea60d3 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-27T08:02:50.545Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-27T08:02:50.546Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T08:02:50.546Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-27T08:02:50.546Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ce156c5c-cb64-4c52-8e9a-ad51b2f57823 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T08:02:50.546Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-27T08:02:50.546Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-27T08:02:50.567Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-27T08:02:50.567Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@58c6a56f
2023-03-27T08:02:50.568Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-27T08:02:50.568Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-27T08:02:50.568Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ce156c5c-cb64-4c52-8e9a-ad51b2f57823 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-27T08:02:50.568Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||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-27T08:02:50.569Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||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-27T08:02:50.569Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-27T08:02:50.569Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:50.569Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:50.569Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904170568,
  "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-27T08:02:51.570Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||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:ce156c5c-cb64-4c52-8e9a-ad51b2f57823)
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-27T08:02:51.587Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||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-27T08:02:51.588Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-27T08:02:51.592Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||test-pnf 0
2023-03-27T08:02:51.592Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f
2023-03-27T08:02:51.593Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||No resources found for Service: bb3adfbc-f7b0-4665-bcf9-377189ea60d3
2023-03-27T08:02:51.593Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: bb3adfbc-f7b0-4665-bcf9-377189ea60d3
2023-03-27T08:02:51.593Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f 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-27T08:02:51.600Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||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$$562f1e70.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-27T08:02:51.622Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||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$$562f1e70.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-27T08:02:51.627Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5e86d9d8-ec79-4d61-a4d1-82e8ad1feb3f 0 ASDC deployResourceStructure
2023-03-27T08:02:51.627Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||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$$562f1e70.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-27T08:02:51.627Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||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-27T08:02:51.628Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||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-27T08:02:51.628Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-27T08:02:51.628Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:02:51.628Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:02:51.628Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904171627,
  "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-27T08:02:52.629Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4773ba05-a5da-429d-9849-0a6685732bc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T08:02:52.644Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4773ba05-a5da-429d-9849-0a6685732bc6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-27T08:02:52.646Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-27T08:02:52.646Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-27T08:02:52.646Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-27T08:02:52.647Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-27T08:02:52.647Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T08:02:52.647Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T08:02:52.647Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-27T08:02:52.647Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-27T08:02:52.647Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||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-27T08:02:52.653Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-27T08:03:08.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-27T08:03:08.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-27T08:03:08.218Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "9c29cf5c-3049-4479-9d46-5403e725b90b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904129279,
  "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-27T08:03:08.218Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-27T08:03:22.653Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4773ba05-a5da-429d-9849-0a6685732bc6 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-27T08:03:22.662Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4773ba05-a5da-429d-9849-0a6685732bc6 and serviceModelVersionId: bb3adfbc-f7b0-4665-bcf9-377189ea60d3
2023-03-27T08:03:22.662Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a487b293-efba-47e4-8061-8a540fb2499b
2023-03-27T08:03:22.662Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?depth=0
2023-03-27T08:03:22.726Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-27T08:03:22.753Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?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-27T08:03:22.754Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?depth=0|INFO|500||Invoke
2023-03-27T08:03:22.762Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-27T08:03:22.908Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?depth=0|INFO|500||InvokeReturn
2023-03-27T08:03:22.908Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a487b293-efba-47e4-8061-8a540fb2499b/model-vers/model-ver/bb3adfbc-f7b0-4665-bcf9-377189ea60d3?depth=0 has http status code:200 and response headers:{date=[Mon, 27 Mar 2023 08:03:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[262376], x-aai-txid=[0-aai-resources-230327-08:03:23:041-58768], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-27T08:03:22.909Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-27T08:03:22.909Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-27T08:03:22.909Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-27T08:03:22.918Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-27T08:03:22.918Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4773ba05-a5da-429d-9849-0a6685732bc6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-27T08:03:22.918Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-27T08:03:22.919Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-27T08:03:22.919Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-27T08:03:22.919Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4773ba05-a5da-429d-9849-0a6685732bc6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679904202918,
  "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-27T08:03:23.939Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-27T08:03:23.939Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-27T08:03:23.941Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Node 1 disconnected.
2023-03-27T08:03:23.941Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Node 2 disconnected.
2023-03-27T08:03:23.941Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Cancelled in-flight METADATA request with correlation id 130668 due to node 2 being disconnected (elapsed time since creation: 0ms, elapsed time since send: 0ms, request timeout: 30000ms)
2023-03-27T08:03:23.941Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T08:03:23.942Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T08:03:23.942Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T08:03:23.942Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T08:03:23.947Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a-d7e29962-a9a4-4a51-a4a4-91da6fa80702
2023-03-27T08:03:23.947Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T08:03:23.947Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, 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-27T08:03:23.947Z|4773ba05-a5da-429d-9849-0a6685732bc6|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77eecc12-eebe-40a0-81b8-47d02833699a, groupId=so] (Re-)joining group
2023-03-27T08:03:26.634Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T08:03:29.643Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T08:03:32.652Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T08:03:35.662Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T08:03:38.672Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T08:03:41.681Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T08:03:44.691Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T08:03:47.700Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T08:03:50.713Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T08:03:53.722Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing
2023-03-27T08:03:56.734Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-54d3b5d9-1a3e-4d2a-b124-50b4621ce46f, groupId=so] Request joining group due to: group is already rebalancing